".$_SERVER['HTTP_REFERER']."')"); } $GetConfig = @mysql_query("SELECT * from `site_config`"); if(@mysql_num_rows($GetConfig) > 0){ while($Row = @mysql_fetch_array($GetConfig)){ if(is_numeric($Row["site_value"])) { $config[striplashes($Row["site_option"])] = NumToBool($Row["site_value"]); } else { $config[striplashes($Row["site_option"])] = striplashes($Row["site_value"]); } } //nick changing if ($mylevel >= 0){ if ($mylevel == 7){ $token = "~"; } elseif ($mylevel == 6){ $token = "%"; } elseif($mylevel == 5){ $token = "&"; } if($mylevel > 4){ $myname = $token.$myname; } else { $myname = $_SESSION["committee"]["token"].$myname; } } ?> Beyond Gaming<? if (isset($_GET["page"])) { print " : ".ucfirst(str_replace("_", " ", str_replace("%20", " ", $_GET["page"]))); } if (isset($_GET["function"])) { print " :: ".ucfirst(str_replace("_", " ", str_replace("%20", " ", $_GET["function"]))); } ?>
Server Time:
"; } ?>
4){ print "
"; } ?>
"; }?>
"; } else { print ""; } print "" print ""; print "" } ?>
$newsR['news_subject']
4 && !$config["Site_Open"]) || $_GET["page"] == "login"){ switch($_GET["page"]){ case "admin"; include("pages/admin.php"); break; case "applications"; include("pages/applications.php"); break; case "contact_us"; include("pages/contact.php"); break; case "downloads"; include("pages/downloads.php"); break; case "links"; include("pages/links.php"); break; case "login"; include("pages/login.php"); break; case "register"; include("pages/register.php"); break; case "home"; include("pages/comingsoon.php"); break; case "games"; include("pages/games.php"); break; case "logout"; include("pages/logout.php"); break; case "news"; include("pages/news.php"); break; case "user"; include("pages/user.php"); break; case "tos"; include("pages/tos.php"); break; case "support"; include("pages/support.php"); break; case ''; include("pages/comingsoon.php"); break; default; ?>