";
echo "
";
echo "Error! Cannot Connect To Database...
";
echo "This error happens usually when backing up the database, please be patient...";
echo "
";
echo "You are not logged in
";
echo "Or Your session has been expired
";
echo "Login";
echo "
";
echo "
";
echo "You are Banned
";
$banto = mysql_fetch_array(mysql_query("SELECT timeto, pnreas, exid FROM lib3rtymrc_penalties WHERE uid='".$uid."' AND penalty='1' OR uid='".$uid."' AND penalty='2'"));
$banres = mysql_fetch_array(mysql_query("SELECT lastpnreas FROM lib3rtymrc_users WHERE id='".$uid."'"));
$remain = $banto[0]- time();
$rmsg = gettimemsg($remain);
echo "Time Left: $rmsg
";
$nick = getnick_uid($banto[2]);
echo "By: $nick
";
echo "Reason: $banto[1]";
//echo "Login";
echo "
If u have a site and want a link placed here inbox $nick
"; echo "";
$query = mysql_query("SELECT url, title FROM lib3rtymrc_links");
while ($links = mysql_fetch_array($query))
{
$link = "$links[1]";
if(ismod(getuid_sid($sid)))
{
$del = "[X]";
}
echo "$link $del
";
}
echo "
";
if(ismod(getuid_sid($sid)))
{
echo "Add Link
";
}
echo "Home";
echo "