File size: 1.23Kb
<?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/>PirateBabe<br/></div>";
echo "<p align=\"center\">";
echo "PirateBabe ? who and what is she you ask ?<br/><br/>PirateBabe is our very own BOT, or computer as you can call it, very intelligent, has a nice personality, and very smart..<br/><br/>if you feel bored or just have nothing to do, just click on Fun Menu on the main page, then select PirateBabe and start chatting.. :)<br/><br/>Note: She does not cyber hahaha<br/><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>";
?>