View file wapirate/wml/help/level.php

File size: 1.38Kb
<?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>\n";

$sid = $_GET["sid"];

 echo "<card title=\"My Status\">\n"; echo "<p align=\"left\">"; echo "<small>"; echo "<b>My Status</b><br/><br/>"; echo "How to improve your status<br/><br/>In your profile you will notice there is a text that shows your current status, to improve your status you need to earn gold by doing the following<br/><br/>Post in the forums to earn plusses, Play games in the Fun Menu or Games Rooms to win game plusses or battle in the forum quizes to win battle points, then go in Fun Menu / Wapirate Bank and exchange your plusses for gold, thats it! but beware do not post useless info, do not flood, do not free post in the forums!<br/><br/>If you do that you might get your plusses removed, or even get a ban<br/><br/>The more gold you earn the higher your status gets, go to CPanel for a full status list<br/><br/>and NO, you can not be admin or mod!<br/>"; echo "</small>"; echo "</p>"; echo "<p align=\"center\">"; echo "<small>"; echo "<a href=\"/wml/help.php?sid=$sid\">Help Menu</a><br/>"; echo "<a href=\"/wml/index.php?action=main&amp;sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; echo "Home</a>"; echo "</small>"; echo "</p>"; echo "</card>\n"; echo "</wml>\n"; ?>