View file member/welcome.php

File size: 1.94Kb
<?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
*/
require("../init.php");
if(!isloggedin())
{ header("location: ../index.php");
} else { $user=$_SESSION["user"]; }
echo"<title>$config->title &raquo; $username Welcome Back</title>";
echo"<div class='body_width'>";
include "../toping.php";
echo"<div class='breadcrumb'></div>";
echo"<center>";
fblike();
echo"</center>";
echo"<center>


</center>";
//ERROR HERE
$msg=$_GET["msg"];
if($msg!==" ")
{
echo"<div class='msg'>$msg</div>";
}

echo"
<div style='margin-top: 5px;' class='grid3'>
</div>";
echo"There are lot of unlimited stuff awaiting you since your absence. kindly continue to the Homepage & enyoy them, but before you proceed, like us on facebook now for updates and Twitter for hot joke Tweets!!!<div class='grid3 middle'>

<br><div align='center'><ul class='dashboard-links'><li class='dashboard_button'><table width='80%' align='center'>
<tr>
<td style='padding: 3px;'><div align='center'><strong><a

href='http://www.facebook.com/naijakit'><img src='../facebook.png' width='64' height='62' border='0' /><br>HOT UPDATES</a></strong></div>
</td>
<td style='padding: 3px;'><div align='center'><a href='http://www.twitter.com/naijakit'><img src='../twitter.png' width='64' height='62' border='0' /><br />
<strong>HOT TWEETS </strong></a></div></td></li>
</tr>
</table></li>
</div>
<br>
</li></ul></div>
";
?>
<div align="center"><a href='../member/index.php'><img src="/images/continue.png" height="70" width="152" /></a></div>
<br><?php include "../trendingmusic.php"; ?>
<div class='b_head'><a href="http://www.facebook.com/ sharer.php?u=http:// www.naijakit.com"><font color="white">Share This Link on Facebook</font></a></div><?php include "../footer.php"; ?>