View file wapirate/A1/help/smilies.php

File size: 1.67Kb
<?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/>Smilies<br/></div>";

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



 

echo " Wanna make your chat and forum posts more animated? Then why not make use of Smilies! you don't know how?! Well, nevermind.you ain't at the Help Menu 4 nuthing<br/><br/> Just click on cpanel,scroll down to smilies,click on it (20 Gold Required For Smiley Access).You will now see the smilies with codes on the left hand side of them.Learn off the codes<br/><br/>To add the smilies to your posts or pm's,just write out the code and .....VOILA!<br/><br/>Please do not misuse the smilies, only 2 smilies are allowed per post, you can make use of more smilies in your private messages, Shoutbox and in Guestbooks<br/><br/>One last thing, posting just a smilie in forums without writing anything constitutes fraud at wapirate. You will be warned and penalized. If u do not take heed to the warnings,u WILL be banned!<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>"; 

?>