View file toping.php

File size: 1.1Kb
<?php
ERROR_REPORTING(0);
/*
Project: PBNL Forum v2.3

Coded By: Oyebamiji Akorede (Harkorede)

Facebook: http://facebook.com/harkorede94

Email: (harkorede01@gmail.com)

CellPhone +2348029828364

Twitter: @harkorede94

WebSite: http://naijamobile.in
*/ ?><div class="page_wrapper">
<?php
if(isloggedin())
{
?>
<?php
$username=user_info($user, username);
$uid=user_info($user, userID);
$level=user_info($user, level);
$position=user_info($user, position);
$school=user_info($user, school);
$pm=mysql_num_rows(mysql_query("SELECT * FROM b_pms WHERE reciever='$username' AND hasread=0"));
echo"<div class='d_board' style='padding: 13px;'>
<span class=''>Wowww, You are Highly Welcome back @ <b><u><a href='../profile.php?uid=$uid'>$username</a></u></b> You have missed a lot";
echo"</div></span>";
$query=mysql_fetch_assoc(mysql_query("SELECT * FROM b_settings"));
$option=$query["shout"];
if($option=="0")
{ shoutbox(); }
echo"</dv>";?> <?php } else {
?> Welcome <b> Guest</b> Please <a href='../register.php'> <b>Register</b></a> OR <a href='../relogin.php'><b>Login</b></a> <?php } ?>