File size: 1.32Kb
<?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/>RSS Feeds<br/></div>";
echo "<p align=\"center\">";
echo "RSS Feeds is the fastest and best way to get up to date news, no matter what the category or subject<br/><br/>Lucky for you, wapirate has its own RSS Service. To get to the RSS Feeds simply select your board, for instance Tech. Boards, then Pick a Forum, for instance Wap/Web<br/><br/>Then on the top of the page you will notice a text named Wap/Web Extras, thats where the RSS Feed of the category or subject is located<br/><br/>Click on it and enjoy!<br/><br/>";
echo "<a href=\"/xhtml/help.php?sid=$sid\">Help Menu</a><br/>";
echo "<a href=\"/xhtml/index.php?action=main&sid=$sid\"><img src=\"/images/home.gif\" alt=\"*\"/>";
echo "Home</a>";
echo "</p>";
echo "<div>wapirate.net</div>";
echo "</body>";
echo "</html>";
?>