View file wapirate/A1/help/level.php

File size: 1.38Kb
<?php

header("Content-type: text/html; charset=ISO-8859-1");

echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>";

echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">";

echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">";

$sid = $_GET["sid"];

echo "<head>";

echo "<title>wapirate</title>";

echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"http://wapirate.net/themes/blue_medium.css\">";

echo "</head>";

echo "<body>"; 

echo "<div><br/>My Status<br/></div>";

echo "<p align=\"center\">"; 





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 have to do the following<br/><br/>Post in the forums, thats it! but beware do not post useless info, do not flood, do not free post!<br/><br/>If you do that you might get your plusses removed, or even get a ban<br/><br/>The more you post in the forums, 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 "<a href=\"/xhtml/help.php?sid=$sid\">Help Menu</a><br/>"; 

echo "<a href=\"/xhtml/index.php?action=main&amp;sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>"; 

echo "Home</a>"; 

echo "</p>"; 

echo "<div>wapirate.net</div>";

echo "</body>";

echo "</html>"; 

?>