View file wap/help.php

File size: 1.52Kb
<?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>";
echo "<card title=\"Help Menu\">";
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 "<a href=\"index.php?action=main&amp;sid=$sid\"><img src=\"../images/home.gif\" alt=\"\"/>Home</a>";
echo "</p>";
echo "</card>";
echo "</wml>";
?>