View file wapirate/A1/help/plusses.php

File size: 1.84Kb
<?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/>Gold/Plusses/Points<br/></div>";

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





echo "Here are the ways you can get or recieve plusses/points on wapirate<br/><br/>by posting in the forums the more posts you get will unlock hidden forums and also the clubs feature here when you have enough plusses<br/><br/>you can get games plusses by playing guess the number and other games coming soon and also other users can give you game plusses this will unlock more games when they are added<br/><br/>also you can get battle points by winning rap battles in battle board forum these will be added by the battle board judges<br/><br/>and also mods and admin can add plusses for reasons like bringing members to wapirate and also deduct plusses for free posting being an example<br/><br/> To Get Yourself some gold exchange your hard earned plusses in wapirates very own bank located in the fun menu.<br/> You can store your Gold up and becme the richest pirate or alternatively you can spend your gold in wapirates shop or around wapirate on many different things!<br/><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>"; 

?>