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&sid=$sid\">»Chatroom Private</a><br/>";
echo "<a href=\"help/chatroom.php?action=help&sid=$sid\">»Chatroom</a><br/>";
echo "<a href=\"help/level.php?action=help&sid=$sid\">»My Status</a><br/>";
echo "<a href=\"help/plusses.php?action=help&sid=$sid\">»Plusses/Points</a><br/>";
echo "<a href=\"help/shout.php?action=help&sid=$sid\">»ShoutBox</a><br/>";
echo "<a href=\"help/ratings.php?action=help&sid=$sid\">»My Rating</a><br/>";
echo "<a href=\"help/report.php?action=help&sid=$sid\">»Report Abusement</a><br/>";
echo "<a href=\"help/vault.php?action=help&sid=$sid\">»The vault</a><br/>";
echo "<a href=\"help/buddies.php?action=help&sid=$sid\">»Buddies</a><br/>";
echo "<a href=\"help/smilies.php?action=help&sid=$sid\">»Smilies</a><br/>";
echo "</p>";
echo "<p align=\"center\">";
echo "<b>0 </b><a accesskey=\"0\" href=\"index.php?action=main&sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p>";
echo "</body>";
echo "</html>";
?>