View file wapirate/wml/rssservice.php

File size: 779B
<?php 

include("head.php");

echo "echo "<card title=\"$sitename\">\n"; 

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

echo "<small>"; 

echo "<b>Get the latest news, FREE!</b><br/><br/>"; 

echo "With wapirate's RSS service its possible to get any news you want, at any time, right here on $sitename<br/>"; 

echo "The RSS service range from sports, music, computers, technical, jokes, celeberitys, gossip, love, romance, and so much more<br/><br/>"; 

echo "To get acess to this service simply REGISTER and LOGIN, easy as that!<br/><br/>"; 

echo "</small>"; 

echo "</p>"; 

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

echo "<small><a href=\"index.php\"><img src=\"images/home.gif\" alt=\"*\"/>"; 

echo "$sitename</a></small>"; 

echo "</p>"; 

echo "</card>\n"; 

echo "</wml>\n"; 

?>