File size: 1.23Kb
<?php header("Content-type: text/vnd.wap.wml"); echo "<?xml version=\"1.0\"?>"; echo "<!DOCTYPE wml PUBLIC \"//WAPFORUM//DTD WML 1.1//EN\" \"http://www.wapforum.org/DTD/wml_1.1.xml\">"; echo "<wml>\n";
$sid = $_GET["sid"];
echo "<card title=\"Games\">\n"; echo "<p align=\"left\">"; echo "<small>"; echo "<b>Games</b><br/><br/>"; 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 "</small>"; echo "</p>"; echo "<p align=\"center\">"; echo "<small>"; echo "<a href=\"/wml/help.php?sid=$sid\">Help Menu</a><br/>"; echo "<a href=\"/wml/index.php?action=main&sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; echo "Home</a>"; echo "</small>"; echo "</p>"; echo "</card>\n"; echo "</wml>\n"; ?>