View file chat spall script/web/help.htm

File size: 1.82Kb
<?php
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
//header('Content-type: application/vnd.wap.xhtml+xml'); 
echo "<?xml version=\"1.0\"?>";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\" \"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";
<html xmlns="http://www.w3.org/1999/xhtml">
echo "<head>";
echo "<title>Error!!!</title>";
echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/white_medium.css\">";
echo "</head>";
echo "<body>";
echo "<p>";
echo "<b>Help Menu</b><br/>Here you will be able to find help and answers to most of the features of DMPWap<br/>at the moment only a few are listen, we will be expanding this page in the next few days<br/><br/>";
echo "<a href=\"help/chatroomp.php?action=help&amp;sid=$sid\">&#187;Chatroom Private</a><br/>";
echo "<a href=\"help/chatroom.php?action=help&amp;sid=$sid\">&#187;Chatroom</a><br/>";
echo "<a href=\"help/level.php?action=help&amp;sid=$sid\">&#187;My Status</a><br/>";
echo "<a href=\"help/plusses.php?action=help&amp;sid=$sid\">&#187;Plusses/Points</a><br/>";
echo "<a href=\"help/shout.php?action=help&amp;sid=$sid\">&#187;ShoutBox</a><br/>";
echo "<a href=\"help/ratings.php?action=help&amp;sid=$sid\">&#187;My Rating</a><br/>";
echo "<a href=\"help/report.php?action=help&amp;sid=$sid\">&#187;Report Abusement</a><br/>";
echo "<a href=\"help/vault.php?action=help&amp;sid=$sid\">&#187;The vault</a><br/>";
echo "<a href=\"help/buddies.php?action=help&amp;sid=$sid\">&#187;Buddies</a><br/>";
echo "<a href=\"help/smilies.php?action=help&amp;sid=$sid\">&#187;Smilies</a><br/>";
echo "</p>";
echo "<p align=\"center\">";
echo "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p>";
echo "</body>";
echo "</html>";
?>