File size: 1.81Kb
<?php
error_reporting(0);
/*Coded by EmirDgreat of Naijakit */
require("init.php");
echo"<title>$config->title » $config->desc </title>";
if(!isloggedin())
{ }
else { $user=$_SESSION["user"]; }
$recent=date("U")-900;
$onlinequery=mysql_query("SELECT * FROM b_users WHERE lasttime>'$recent'"); $ucount=mysql_num_rows($onlinequery);?>
<style type="text/css"><!-- .style1 {color: #FFFF00}
a:link { text-decoration: none;
} a:visited {
text-decoration: none;
} a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
} .style2 {
font-family: Arial,
Helvetica, sans-serif;
font-size: 15px;
} .style4 {font-size: 11px} .style5
{font-size: 10px}
.style6 {font-family: Arial,
Helvetica, sans-serif} .style7 {
color: #FF0000;
font-weight: bold; } --></style>
<div class="body_width"><div class="page_wrapper clearfix"><div class="clearfix"></div><?php
$msg=$_GET["msg"];
if($msg!==" ") {
echo"<div class='msg'>$msg</div>";
}?><div class='grid2'><p align='center' class='b_head' style='margin-left: 3px;'>
<img src='/images/man_key.png' width='14' height='14' style='border-radius:5px' /> Login Check</p><div class='m_login'><form action='login.php' method='post'>Username<br/><input type='text' name='username' size='15'><br/>Password<br/><input type='password' name='password' size='15'><br/><br><input type='submit' name='submit' class='button' value='Log in'></form></div><div class='b_head' align='left'><img src='/images/man_key.png' width='14' height='14' style='border-radius:5px' /> Need Help ?</div><div class='awa' align='left'><font color='red'>Sign Up Now</font> <a href='http://www.naijakit.com/register.php'>[here]</a></div><div class='awa' align='left'><font color='red'>Lost Passkey</font> <a href='http://www.naijakit.com/forgotpass.php'>[here]</a></div><?php include "footera.php"; ?>