View file wapirate/A1/help/chatroom.php

File size: 1.27Kb
<?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<br/></div>";

echo "<p align=\"center\">"; 





echo "The chatroom is one of the few places where you can meet friends, have some fun and games, maybe pick up a date or 2, and lots more<br/><br/>If you are having trouble finding the chatrooms, heres what to do: click on Home at the bottom of this page, then on the Forum main, right under your Inbox, is a link named Chatroom<br/><br/>Click on that link, then select your chatroom, and let the fun begin!<br/>"; 



echo "<a href=\"/xhtml/help.php?sid=$sid\">Help Menu</a><br/>"; 

echo "<a href=\"/xhtml/index.php?action=main&amp;sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; 

echo "Home</a>"; 

echo "</p>"; 

echo "<div>wapirate.net</div>";

echo "</body>";

echo "</html>"; 

?>