File size: 1.03Kb
<?php
define('WCS',true);
include('./core/main.inc');
header_type();
addvisitor();
cleardata();
if(ipbanned(ip(),browser())){
if(!shield(getuid_sid($sid))){
echo head_tag("Ip Blocked!!!",0,0);
echo ipbanned_msg();
echo foot_tag();
exit();
}
}
/////////////////////////sites for rent/////////////////////////
echo head_tag(sitename(),0,0);
$title="Sites N Hosting<br/>";
$main="<p align=\"center\">
if ya want to rent a site? you come to the right place!<br/>";
$main="<p align=\"center\">
<b>Sites N Hosting Menu</b><br/>----------<br/><br/>Sites are 8 Pound per month but your first month is 10 pound which covers 2 pound domain set up fee Then 8 Pound A Month<br/><br/>
We Only Take Payment Through PayPal ( NO Top Ups Or Bank transfers )<br/><br/>
Inbox MRMENTAL On Site For More Info";
$L1="$zerokey<a $key0 href=\"./main.php?sid=$sid\"><img src=\"./images/home.gif\" alt=\"\"/>Main Menu</a>";
if(!islogged($sid)){$L1="<- $zerokey<a $key0 href=\"./index.php\">Back</a>";}
echo xhtml($sid,$title,1,$L1,0,0,0,0,0,0,0,$main);
echo foot_tag();
?>