File size: 1.46Kb
<?php
header("Content-type: text/html; charset=ISO-8859-1");
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";
$sid = $_GET["sid"];
echo "<head>";
echo "<title>wapirate</title>";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://wapirate.net/themes/blue_medium.css\">";
echo "</head>";
echo "<body>";
echo "<div><br/>Games<br/></div>";
echo "<p align=\"center\">";
echo "are you bored ? nah you cant be..<br/><br/>looking for more fun? then simply play our game Guess the number<br/><br/>It randomly chooses a number, and you must guess what number it is, easy it seems? nah..<br/><br/>each round you play you have a limited number of plusses, the more you try the less your winning Game Plusses will be<br/><br/>everytime you win Game Plusses your points will show in your profile<br/><br/>to view some of our top Gamers go Site Stats at the bottom of the main page, then select Top Gamers<br/><br/>Note: We are currently working on more fun and exciting games<br/>";
echo "<a href=\"/xhtml/help.php?sid=$sid\">Help Menu</a><br/>";
echo "<a href=\"/xhtml/index.php?action=main&sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>";
echo "Home</a>";
echo "</p>";
echo "<div>wapirate.net</div>";
echo "</body>";
echo "</html>";
?>