View file wapirate/wml/help/rave.php

File size: 1.02Kb
<?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=\"PirateBabe\">\n"; echo "<p align=\"left\">"; echo "<small>"; echo "<b>PirateBabe</b><br/><br/>"; 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/>"; 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&amp;sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; echo "Home</a>"; echo "</small>"; echo "</p>"; echo "</card>\n"; echo "</wml>\n"; ?>