File size: 1.3Kb
<?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/>Chatroom Private<br/></div>";
echo "<p align=\"center\">";
echo "Looking for some privacy ? want to chat to your partner without being disturbed?<br/><br/>Click on Chatroom on the main page, then select users rooms.. then simply create a password protected chatroom, give the password to the one you want to share the private chat with, and start chatting<br/><br/>no one can enter your private room without a password, and never the less can any of the staff members<br/><br/>enjoy!<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>";
?>