'; } elseif(($_COOKIE['rpgtoplist'] && !$email) || ($_SESSION['rpgtoplist'] && !$email)) { $var = 'Please enter your email again:
';} elseif (($_COOKIE['rpgtoplist']) AND ($email)) { $pass = clean($_COOKIE['rpgtoplist']); $email = clean($email); $rs = @mysql_query("SELECT * FROM `accounts` WHERE `email` = '$email' AND `passcheck` = '$pass'") or die(mysql_error()); $info = @mysql_fetch_array($rs); if ($info['ipcheck'] == 1 AND $info['userip'] != $ip) { header('Location: ' . $fullpath . 'error.php?email=' . $email . '&code=5'); exit(); } /* else { $num = mysql_num_rows($rs); if(!$email){$num=1;} if ($num != 1) { header('Location: ' . $fullpath . 'error.php?email=' . $email . '&code=3'); exit(); } }*/ $access = $info['access']; } elseif ($_SESSION['rpgtoplist'] AND $email) { $pass = clean($_SESSION['rpgtoplist']); $email = clean($email); $rs = @mysql_query("SELECT * FROM `accounts` WHERE `email` = '$email' AND `passcheck` = '$pass'") or die(error(mysql_error())); $info = @mysql_fetch_array($rs); if ($info['ipcheck'] == 1 AND $info['userip'] != $ip) { header('Location: ' . $fullpath . 'error.php?email=' . $email . '&code=5'); exit(); } /* else { $num = mysql_num_rows($rs); if(!$email){$num=1;} if ($num != 1) { header('Location: ' . $fullpath . 'error.php?email=' . $email . '&code=3'); exit(); } }*/ } $time = time(); ?> RPG Top List - <? echo $title ?>
'); } elseif($num <= 2) { echo(' '); } elseif($num <= 4) { // echo(''); //WARNING probably have rtl non banner id too... $banid = 1; include('banner.php'); //echo(''); } ?>
Think you'd be a good reviewer? Check out the our example review and try for yourself! We'll be waiting at admin (at) rpgtoplist.com! Only serious non-biased reviews please.
Find a Game

'; } else { echo(''); if($info['access'] > 1) { echo(' '); } echo(''); } ?>
Members

Credits
' . $info['credits'] . '
'); } ?>

2) { $fornum = 100; } $sql = "SELECT * FROM `posts` WHERE `forum` < $fornum ORDER BY `id` DESC LIMIT 10"; $posts = mysql_query($sql) or die(mysql_error()); while($post = mysql_fetch_array($posts)) { echo(''); } ?>
Recent posts
' . $post['subject'] . '