File size: 1.9Kb
<?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 "<!-- dj.dance chat raversrule@gmail.com -->\n";
echo "<wml>\n";
echo "<card title=\"Help Menu\">\n";
echo "<p align=\"left\">";
echo "<small>";
echo "<b>Help Menu</b><br/>Here you will be able to find help and answers to most of the features of lavalair<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/rave.php?action=help&sid=$sid\">»lavagirl</a><br/>";
echo "<a href=\"help/report.php?action=help&sid=$sid\">»Report Abusement</a><br/>";
echo "<a href=\"help/rssfeeds.php?action=help&sid=$sid\">»RSS Feeds</a><br/>";
echo "<a href=\"help/vault.php?action=help&sid=$sid\">»The vault</a><br/>";
echo "<a href=\"help/games.php?action=help&sid=$sid\">»Fun and Games</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 "</small>";
echo "</p>";
echo "<p align=\"center\">";
echo "<small>";
echo "<a href=\"index.php?action=main&sid=$sid\"><img src=\"images/home.gif\" alt=\"*\"/>";
echo "Home</a>";
echo "</small>";
echo "</p>";
echo "</card>\n";
echo "</wml>\n";
?>