File size: 4.72Kb
<?php ERROR_REPORTING(0);
/*
Name: Naijakit NKF Script V3.2
Coded By: Otegbeye Samuel A.K.A (EmirDgreat)
Facebook: http://facebook.com/eo.sam1
Email: (nk_official@naijakit.com)
CellPhone 08175081235 and 08124625313
Twitter: @naijakit
WebSite: http://www.Naijakit.com
*/
include("../init.php");
if(!isloggedin())
{ header('location: ../index.php');
exit(); } else { $user=$_SESSION["user"];
$banned=user_info($user, banned);
if($banned==0) { updateonline(); } else { header('location: ../logout.php'); exit(); } }
echo"<div class='body_width'>"; echo"<div class='page_w'>"; include "../topnav.php";
echo"<div class='clearfix'></div>
"; echo"<div style='clear: both'></div><div align='right'><font color='red'>Ads by Joyloaded:-</font> <a href='http://facebook.com/joyloaded'><font color='green'>MTN Magic sim now out, just click</font></a><br>";
echo"<center>";
include "../ads.php";
echo"</center>";
echo"<center><div class='public_message'><div class='success'></div></div></center>"; $online=mysql_num_rows(mysql_query("SELECT DISTINCT(chatter) FROM b_chatonline"));
$recent=date("U")-90000; $onlineusers=mysql_num_rows(mysql_query("SELECT * FROM b_users WHERE lasttime>'$recent'"));
if(isset($_POST["update"])) { $status=$_POST["status"];
$status=cleanvalues($status);
mysql_query("UPDATE b_users SET status='$status' WHERE username='$username'");
echo"<div class='msg'>Your status has been updated</div>"; } $status=user_info($user, status);
$status=cleanvalues2($status);
$msg=$_GET["msg"];
if(!empty($msg))
{ echo"<div class='ms'>$msg</div>";
} /*echo"<div class='grid3' style='margin-top: 5px;'></div>";*/include "../left.php";
echo"<title>$config->title » Members Main Panel</title>";
?><style type="text/css">
<!--.style7 { color: #FFFFFF; font-size: 13px; font-family: Arial, Helvetica, sans-serif; } .style70 {font-size: 12px} .style73 {color: #00FF00}
--></style><div class="grid3 middle" align="center"><div class="b_head"><strong>»</strong><?php echo $config->title; ?> Main Panel<strong>«</strong></div><div style=""><form action="#" method="post"><p><li><center><input type="text" name="status" value="<?php echo $status; ?>"></li><li><center> <a href="http://facebook.com/oluwaproxy" target="_blank"><img src="../images/icon_facebook.png" alt="Like us on Facebook for Updates" width="20" height="20" border="0" /></a><input type="submit" name="update" value="Update Your Status" class="button"><a href="http://twitter.com/tobiproxy" target="_blank"><img src='../images/icon_twitter.png' alt="Follow Us on Twitter now!!!" width="22" height="22" border="0" /></a></center></li>
</form><p></ul></p><div class="error_message"></div><div id="site-alert"><span class="prefix"><?php include "../myupdates.php";
?></div></div><div style='padding: 10px; border: 1px solid red; border-radius: 6px; margin-bottom: 5px;'><p><a href='../forum'><img src='../images/forum_icon.png' width='32' height='32' alt='forum'/><b>FORUM</b></a> <font color='red'>|</font>
<a href='../music'><img src='../images/music_icon.png' width='32' height='32' alt='music'/><b>MUSIC</b></a> <font color='red'>|</font>
<a href='../video'><img src='../images/pc_icon.png' width='32' height='32' alt='pc movie'/><b>PC VIDEO</b></a>
</div></a></p>
<div style='padding: 10px; border: 1px solid red; border-radius: 6px; margin-bottom: 5px;'><p><a href='../movies'><img src='../images/video_icon.png' width='32' height='32' alt='movie'/><b>MOBILE VIDEO</b></a> <font color='red'>|</font>
<a href='../chat'><img src='../images/chat_icon.png' width='32' height='32' alt='chat'/><b>CHAT</b></a> <font color='red'>|</font>
<a href='../upload'><img src='../images/service_icon.png' width='32' height='32' alt='service'/><b>DOWNLOADS</b></a>
</div></a></p>
<br><div align="center"><ul class="dashboard-links"><div align="center">
<form method="LINK" action="../ebook/index.php">
<input value="Joyloaded Ebook Store" type="submit">
</form>
<br></ul><div class="style7" style="background:#000033; padding: 3px;"><span class="style70"><a href="http://fb.me/oluwaproxy"style="color:#ffffff">Follow us now</a> ¶ <a href="../member/mainvip.php"style="color:#ffffff">Site Vips</a>¶ <a href="../ebook/bank_account.php"style="color:#ffffff">NK Bank Accounts</a>¶ <a href="../content/about.php"style="color:#ffffff"> About Us</a> ¶
<a href="../content/advertise.php"style="color:#ffffff">Advertise with us</a></span> ¶ <a href="../invite.php"style="color:#ffffff">Invite your Friends</a> ¶
<a href="../content/privacy.php"style="color:#ffffff">Privacy Policy</a></span></span></div> </div><div class="clearfix"></div>
<!-- Footer --><?php include "../footer.php"; ?><br /><!-- End Footer --> </body> </html>