View file wapirate/A1/help/report.php

File size: 1.91Kb
<?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/>Report Abusement<br/></div>";

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



echo "The report topic/post and chat message system is a feature on wapirate to help stop spamming, user harassment and other abuse criteria to report anything in this site there are 3 ways of doing this<br/><br/>1. when you receive a pm with lets say abusive language, click on the drop down box named action and select report and press go this will be then reported to admins/mods to be dealt with<br/><br/>2. when viewing a topic there are little stars at the end of every reply click on the very 1st post to report a topic<br/><br/><br/>and just click any of the star at the end of the post you need to report<br/><br/>3. when in the chatroom and you receive a abusive pm for example off somebody swears at you, simply click on that pm as if you were going to reply and then there will be a option called expose user, use that to expose the user to the admins/mods in that room<br/><br/>finally please note that spamming links are automatically reported and you might possibly be banned depending on the type of link you are sending to other users<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>"; 

?>