/* script: menu.html purpose: menu display script - this script displays the main menu and all the categories PLUS any additional menu items you wish to add by hand. copyright: copyright 2005 phpArcadeScript. All Rights Reserved. You may modify this file for use on your site running a licenced copy of phpArcadeScript. You must not distribute this file or derivations of it. support: www.phparcadescript.com */ ?>
Main Menu |
| - Home // Time to display the game categories display_categories($rewrite,$base_url); ?> if ($rewrite != '0') { ?> - Browse All } else { ?> - Browse All } if ($tell_a_friend == 1) { ?> - includes/tellafriend.php?about=site")>Tell-A-Friend } ?> - Contact Us $loggedinstatus = $_SESSION['loggedin']; if ($limitplays == 1 && $loggedinstatus != '1') { $sql_query = "SELECT * FROM userlog WHERE ipaddress = '$ipaddress'"; $result = @mysql_query($sql_query); if(mysql_num_rows($result)) { while($row = mysql_fetch_array($result)) { $playedtoday = $row[gamesplayed]; } } $creditsleft = ($guestcredits - $playedtoday); echo " ".$creditsleft." Tokens Left"; } ?> |