error_reporting(E_ALL ^ E_NOTICE);
include("../admin/include/conn.inc");
//error_reporting(0);
session_start();
$msg ="";
if(isset($_GET['fw']))
{
$strMsg = "You Need To Login To Continue";
if($_GET['fw'] == "PPS")
{
$strMsg = "You Need To Login To Continue";
} //if($_GET['fw'] == "PPS")
} //if(isset($_GET['fw']))
if(isset($_POST['act']))
{
$qry = mysql_query("select * from tbl_users where emailid = '".trim($_POST['txtemail'])."'");
//echo "select * from tbl_users where emailid = '".trim($_POST['txtemail'])."'";
if(mysql_num_rows($qry) <= 0)
$msg="Falsche Emailadresse oder Passwort .";
else
{
$res = mysql_fetch_array($qry);
if($_POST['txtpass'] != $res['password'])
$msg="Falsche Emailadresse oder Passwort .";
}
if($msg == "" && $msg1 == "")
{
$_SESSION['mnuser'] = $res['userid'];
$_SESSION['mnname'] = $res['name'];
$_SESSION['memid'] = $res['memtype'];
}
if($_REQUEST['fw'] == 'qc')
{
header("Location: ../quickcheck.php");
}
}
?>
NETalyzer.eu - professionelle Serverüberwachung und Monitoring mit SMS Alarm
include("header.php"); ?> |
|
|
»
Willkommen
in Ihrem Control Panel |
|
|
|
 |
Ihre Einstellungen können Sie in dem Menu auf der rechten Seite vornehmen.
Für Fragen zu Ihrem Account,
bitte kontaktieren
Sie uns jederzeit. |
|
|
|
include("rightbar.php"); ?> |
|
|
include("footer.php"); ?> |
|
|
|
|