80s toys - Atari. I still have


Welcome! You Are From United States...

'; $id=(int)$_GET["id"]; if($id<1) {header("location: ../error.php"); exit();} $level=user_info($user, level); $username=user_info($user, username); $rank=getrank($level); //TOPIC DETAILS $tquery=mysql_query("SELECT * FROM b_topics WHERE id=$id"); $tnum=mysql_num_rows($tquery); if($tnum==0) {header("location: topics.php");} $tinfo=mysql_fetch_assoc($tquery); $fid=$tinfo["forumid"]; $title=$tinfo["subject"]; $author=$tinfo["poster"]; $tmessage=$tinfo["message"]; if(!isloggedin()) { $tmessage="
REGISTER OR LOGIN TO VIEW MESSAGE
"; } else { $tmessage="$tmessage";} $tmessage=bbcode($tmessage); $tmessage=smiley($tmessage); $locked=$tinfo["locked"]; $tdate=$tinfo["date"]; $tdate=date("h:i D, d M Y", $tdate); $tid=$tinfo["id"]; //$ctimeout=$ctimenow-$ctimeto; mysql_query("DELETE FROM b_onlineforum WHERE netvision='$user'"); $insert=mysql_query("INSERT INTO b_onlineforum SET time='$time', netvision='$user', id='$id'"); if(!$insert) { mysql_query("UPDATE b_onlineforum SET time='$time', netvision='$user', id='$id'"); } $topiclike = ''; $analike = mysql_query("SELECT `from` FROM `pbnl_like` WHERE `type` = 1 AND `itemid` = $id"); if(mysql_num_rows($analike) > 0) { $analiketopics = ':- '; while($get = mysql_fetch_assoc($analike)) { $analiketopics .= ''.$get["from"].', '; } } $hints=$tinfo["hints"]+1; mysql_query("UPDATE b_topics SET hints='$hints' WHERE id='$tid'"); $rank=getrank($level); //FORUMS $finfo=mysql_fetch_assoc(mysql_query("SELECT * FROM b_forums WHERE id=$fid")); $fname=$finfo["name"]; $fid=$finfo["id"]; echo"$config->title » Forum » $title"; echo"
"; include"../topnav.php"; echo"
Home » Forum » $fname » $title

"; echo"
"; include"../ads.php"; fblike(); echo"
"; $msg=$_GET["msg"]; if(!empty($msg)) {echo"
$msg
";} if(isset($_POST["pincode"])) { if($_POST["code"] !== 'FIGURE') { echo"
Pin code Incorrect try Again
"; } if($_POST["code"] == 'FIGURE') { echo"
Pin code Accepted You can now Read the Post
"; } } if(isset($_POST["submit"])) {$poster=$_POST["poster"]; $topicid=$_POST["topicid"]; $message=$_POST["message"]; $date=time(); //CLEAN if (preg_match('%\b(wapka|naija|jersey|nikeandreebok|loadedteam|naijafamily|louis|jerseys|uggwarmwinter|on sale|louisvuittonautumnsale|flawed|talkloaded|boots|invcod|collections.co.uk|naijasilvers|t,k|dot|tk|com|t k|ml|m,l|jerseyszone|nfl jerseys|nikeandreebok|global9ja|proudlyboiz|Oscar)\b% i', $message) > 0) { echo"
Your message contain spam
"; mysql_query("INSERT INTO b_pms SET `reciever`='Master', `sender`='Reports', `subject`='Reports', `message`='$poster just spammed forum with ($message) in ($title) Please do not neglect this make sure you ban him', `date`='$date'") or mysql_erro(); } if(strlen($message)<4 || empty($message)) if (preg_match('%\b(wapka|.mobi|jersey|nikeandreebok|loadedteam|naijafamily|louis|jerseys|uggwarmwinter|on sale|louisvuittonautumnsale|flawed|talkloaded|boots|invcod|collections.co.uk|naijasilvers|t,k|dot|tk|com|t k|ml|m,l|jerseyszone|nfl jerseys|naijacrowns|global9ja|proudlyboiz|Oscar)\b% i', $message) > 0) { echo"
Your message contain spam
"; mysql_query("INSERT INTO b_pms SET `reciever`='Mr.Brown', `sender`='Reports', `subject`='Reports', `message`='$poster just spammed forum with ($message) in ($title) Please do not neglect this make sure you ban him', `date`='$date'") or mysql_erro(); } { echo"
Please Invite your Friends to Youthslog.com
"; } if (preg_match('%\b(wapka|.mobi|jersey|nikeandreebok|loadedteam|naijafamily|louis|jerseys|uggwarmwinter|on sale|louisvuittonautumnsale|flawed|talkloaded|boots|invcod|collections.co.uk|naijasilvers|t,k|dot|tk|com|t k|ml|m l|jerseyszone|nfl jerseys|naijacrown|waploaded|proudlyboiz|Oscar)\b% i', $message) > 0) { echo"
Your message contain spam
"; mysql_query("INSERT INTO b_pms SET `reciever`='Master', `sender`='Reports', `subject`='Reports', `message`='$poster just spammed forum with ($message) in ($title) Please do not neglect this make sure you ban him', `date`='$date'") or mysql_erro(); } else { $topicid=cleanvalues($topicid); $message=cleanvalues($message); $insert=mysql_query("INSERT INTO b_replies SET poster='$poster', date='$date', topicid='$id', message='$message'"); mysql_query("UPDATE b_topics SET lastposter='$poster', lastpostdate='$date' WHERE id=$id"); if(!$insert) {$msg3="An error occured";} else {$kquery=mysql_fetch_array(mysql_query("SELECT * FROM b_users WHERE username='$poster'")); $kquery=mysql_fetch_array(mysql_query("SELECT* FROM b_users WHERE username='$poster'")); $postam=$kquery["vip"]+2; mysql_query("UPDATE b_users Set vip=$postam Where username='$poster'"); $msg3="Reply Successfully Added";} echo"
$msg3
";}} //REPLIES $self=$_SERVER["PHP_SELF"]; $rowsperpage=10; $range=7; if(isset($_GET["currentpage"]) && is_numeric($_GET["currentpage"])) {$currentpage=(int)$_GET["currentpage"];} else {$currentpage=1;} $offset=($currentpage-1)*$rowsperpage; $numrows=mysql_num_rows(mysql_query("SELECT * FROM b_replies WHERE topicid=$id")); $totalpages=ceil($numrows/$rowsperpage); if($currentpage>$totalpages) {$currentpage=$totalpages;} if($currentpage<1) {$currentpage=1;} $rquery=mysql_query("SELECT * FROM b_replies WHERE topicid=$id ORDER BY id Asc LIMIT $offset, $rowsperpage");$rnum=mysql_num_rows($rquery); echo""; ?> "; if($browser!='mobile') echo''; echo"
"; ?>
$title
Views » $hints   |   Replies » $numrows |   Posted » $tdate
"; $onlinequery=mysql_query("SELECT DISTINCT * FROM b_onlineforum WHERE id=$id"); echo""; $query="SELECT COUNT(poster) AS fcount FROM b_topics WHERE poster='$author'"; $goPage=mysql_query($query); if(!$goPage) die("ERROR_PAGE_SQL"); $fcount=mysql_result($goPage,0,`fcount`); $tquery="SELECT COUNT(poster) AS tcount FROM b_replies WHERE poster='$author'"; $page=mysql_query($tquery); if(!$page) die("ERROR_PAGE_SQL"); $tcount=mysql_result($page,0,`tcount`); $checkid=mysql_num_rows(mysql_query("SELECT * FROM b_users WHERE userID=$uid")); if(empty($uid)||$author<1) $recent=date("U")-9000; $onlinecheck=mysql_num_rows(mysql_query("SELECT * FROM b_users WHERE userID='$uid' AND lasttime>'$recent'")); if($onlinecheck>0) { $st=" "; } else { $st=" "; } $onlinecheck=user_info($author, online); $pavt=user_info($author, photo); if(empty($pavt)) {$pavt="../images/nophoto.png";} else {$pavt="../avatars/$pavt";} $uid=user_info($author, userID); if($_POST['code'] != 'FIGURE' && $level < 1 && $author != $username) { $tmessage =preg_replace('#\[lock\](.*?)\[/lock\]#si','
Answers now Posted Pls Enter your Received Pin to get Access to this Post or Call 08143512729 for Your Access code
',$tmessage); } else { $tmessage = preg_replace('#\[lock\](.*?)\[/lock\]#si', '\1',$tmessage); } $coins=getworth($author); $post=user_info($author, rate); $rating=getrating($post); $llv=user_info($author, level); if($llv==0) {$rnk='';} else if($llv==1) {$rnk='';} else if($llv==2) {$rnk='';} $query="SELECT COUNT(poster) AS fcount FROM b_topics WHERE poster='$author'"; $goPage=mysql_query($query); if(!$goPage) die("ERROR_PAGE_SQL"); $fcount=mysql_result($goPage,0,`fcount`); $tquery="SELECT COUNT(poster) AS tcount FROM b_replies WHERE poster='$author'"; $page=mysql_query($tquery); if(!$page) die("ERROR_PAGE_SQL"); $tcount=mysql_result($page,0,`tcount`); $like="
".$topiclike.$analiketopics." $rnku
Read More @ $fname
::. HIT BELOW BUTTON NOW .::


$link2
Please Like Our Facebook Page To Received Lastest Updates On Naija News | Jokes | Exam Expo | Free Cheat Code
Apps:- Andriod Users Can Now Download Youthslog Application On Their Device Here
"; if($level>0) {if($locked==0) {$link2="Move - Lock - Edit - Tag";} else {$link2="Move - UnLock - Edit - Tag";}} echo"
Photo $st$rnk $author ($coins)
Rank » $rating
Created Topics » $fcount
Replies » $tcount

$tmessage
$like
$link2
"; echo"
$username Kindly Share This Post
\"Facebook\" \"Twitter\"

Replies

"; if($rnum==0) {echo"
No reply yet. Add a reply below and Earn #3 Instantly
";} else {while($rinfo=mysql_fetch_assoc($rquery)) {$poster=$rinfo["poster"]; $topicid=$rinfo["topicid"]; $favt=user_info($poster, photo); if(empty($favt)) {$favt="../images/nophoto.png";} else {$favt="../avatars/$favt";} $plev=user_info($poster, level); if($plev==0) {$rnk='';} else if($plev==1) {$rnk='';} else if($plev==2) {$rnk='';} $uid=user_info($poster, userID); $coins=getworth($poster); $onlinecheck=mysql_num_rows(mysql_query("SELECT * FROM b_users WHERE userID='$uid' AND lasttime>'$recent'")); if($onlinecheck>0) { $st=" "; } else { $st=" "; } $onlinecheck=user_info($poster, online); $posts=user_info($poster, rate); $rate=getrating($posts); $query="SELECT COUNT(poster) AS fcount FROM b_topics WHERE poster='$poster'"; $goPage=mysql_query($query); if(!$goPage) die("ERROR_PAGE_SQL"); $fcount=mysql_result($goPage,0,`fcount`); $tquery="SELECT COUNT(poster) AS tcount FROM b_replies WHERE poster='$poster'"; $page=mysql_query($tquery); if(!$page) die("ERROR_PAGE_SQL"); $tcount=mysql_result($page,0,`tcount`); $pid=$rinfo["id"]; $message=$rinfo["message"]; $date=$rinfo["date"]; $date=date("h:i D, d M Y", $date); //BBCODE $message=smiley(cleanvalues2($message)); $message=bbcode($message); {$quote="[Quote]";} $link="DeleteEdit"; $link0=""; $link4=($level>0) ? $link : $link0; $query=mysql_fetch_array(mysql_query("SELECT * FROM b_topics WHERE id=$topicid")); $subject=$query["subject"]; echo"
Photo $st$rnk $poster ($coins)
Rank » $rate
Created Topics » $fcount
Replies » $tcount

Posted on » $tdate
$message"; if(isloggedin()) {echo"
$quote • $link4
";} echo"

";} echo"
"; if($currentpage>1) {echo"[First]"; $prevpage=$currentpage-1; echo"[Prev]";} for($x=($currentpage-$range); $x<(($currentpage+$range)+1); $x++) {if(($x>0) && ($x<=$totalpages)) {if($x==$currentpage) {echo"[$x]";} else {echo"[$x]";}}} if($currentpage!=$totalpages) {$nextpage=$currentpage+1; echo"[Next]"; echo"[Last]";} echo"
";} if($locked==0) {if(isloggedin()) {echo"

Please do not spam, Else you might lose your Youthslog Account !

Reply
Design Post | Add Smileys

";} else {echo"
Please LOGIN or REGISTER To Add Replies
";}} else {echo"
This topic has been locked by an Admin
";} $rel=mysql_query("SELECT * FROM b_topics WHERE MATCH(subject) AGAINST('$title') LIMIT 5"); if(mysql_num_rows($rel)<0) {echo"";} else {echo"
Similar Topics
"; echo""; echo"
"; include"../footer.php"; ?>
Extra Menu
Home About Contact Term Policy Partner
You can follow us on our social media
Web analytics by GoStats asp web stats hits countercounter widget