<?php
$username = "Telepot";
$password = "password123";
if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password) {
?>
<head>
<title>Sample Login Page</title>
</head>
<body>
</body>
<form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<p><label for="txtUsername">Username:</label> <br>
<input type="text" title="Enter your Username" name="txtUsername" /><br>
<label for="txtpassword">Password:</label><br>
<input type="password" title="Enter your password" name="txtPassword" /><br>
<input type="submit" name="Submit" value="Login" /></p>
</form>
<?php
}
else {
?>
<head>
<title>Sample Login Page: You are logged in!</title>
</head>
<body>
Welcome to the admin control panel!
</body>
<?php
}
?>
<?php
$username = "Telepot";
$password = "Password13231";
if ($_POST['txtUsername'] != $username || $_POST['txtPassword'] != $password) {
?>
<head>
<title>Ali3n Network - Staff Login</title>
<style type="text/css">
body{background-color:#000;color:#fff;font-family:Arial,Verdana,sans-serif;font-size:62.5%;margin:15% 5% 0 5%;text-align: center;}
a,a:visited,a:active{color:#0080ff;text-decoration:underline;}
a:hover{text-decoration:none;}
input[type=text]{border:1px solid #ccc;color:#ccc;font-size:1em;padding:4px 6px 4px 6px;}
input[type=password]{border:1px solid #ccc;color:#ccc;font-size:1em;padding:4px 6px 4px 6px;}
a.adlink{color: orange;}
#container{clear:both;font-size:3em;margin:auto;}
#name{width:500px;}
</style>
<script type="text/javascript">
function clearboxInput(e) {
if (e.cleared) { return; }
e.cleared = true;
e.value = '';
e.style.color = '#000';
}
</script>
</head>
<body>
<form name="form" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<p><label for="txtUsername">Username:</label> <br>
<input type="text" title="Enter your Username" id="name" value="Username" name="txtUsername" onclick="clearboxInput(this);" /><br>
<label for="txtpassword">Password:</label><br>
<input type="password" title="Enter your password" id="name" value="Password" name="txtPassword" onclick="clearboxInput(this);" /><br>
<input type="submit" name="Submit" value="Login" /></p>
</form>
</body>
<?php
}
else {
?>
<p>Welcome to Ali3n. Your objectives will soon be listed here.</p>
<?php
}
?>
2 != 1 /*
*/|| 1
if (2 != 1 /* !=$username || */ || 1 !=$password)
2 != 1 /*
*/|| 1
if (2 != 1 /* !=$username || */ || 1 !=$password)
if ($_POST['username'] != $username || $_POST['password'] != $password)
Copyright © 2026, NextGenUpdate.
All Rights Reserved.