<?php
define('WCS',true);
include('./core/main.inc');
header_type();
addvisitor();
blocked_ip(ip(),0);
blocked_network(network(ip(),"isp"),0);
blocked_browser($_SERVER["HTTP_USER_AGENT"],0);
cleardata();
if(ipbanned(ip(),browser())){
if(!shield(getuid_sid($sid))){
echo head_tag("Ip Blocked!!!",0,0);
echo ipbanned_msg();
echo foot_tag();
exit();
}
}
/////////////////////////INDEX PAGE/////////////////////////
echo head_tag(sitename(),0,0);
$title="<img src=\"./phpThumb/phpThumb.php?src=../images/$logo\" alt=\"".sitename()."\"/><br/>
".date("g:ia",strtotime("-0 hours"))."<br/>".date("l jS F",strtotime("-0 hours"));
$main="<p align=".align().">
<b>Registration Terms and Conditions</b><br/><br/>
1. This Site Is made for OVER 18's ONLY, and users found to be lying about their age in order to access the site will be deleted without warning!<br/>
2. Posts containing racism, spamming, flooding Or hacking Information will be deleted immediately, and the posters will be warned or banned
3. Registering more than one nickname, could result in all your accounts being deleted<br/>
4. Never give your username and password to anyone<br/>
5. Faking your personal information (like age, sex, location etc..) just to gain access to hidden forums and other content in here, could result in you being banned, or getting a warning at least<br/>
6. Harassment and racism will result in a ban, and an permanent IP-Ban if this behavior continues<br/>
7. Bumping topics (keep posting in them by the author of the topic just to keep it in first page) will cause these topics to be deleted and the penalty could vary between warning, or even a ban<br/>
8. You MUST speak in english on the Public parts of this site (shoutbox, and all chat rooms except user created and international rooms), but you are free to create your own chatroom and club in any language<br/>
9. No smoking in public, next to the pregnant ladies, or next to babies hehe<br/>
10. ALL Bans are logged as are ALL pms with any form of website links in them, any pms sent containing weblinks will be moderated and may result in a ban for the sending user for an appropriate length of time.<br/><br/>
<a href=\"./register.php\">I agree</a><br/>
<a href=\"./index.php\">I dont agree</a><br/><br/>
</p>";
echo xhtml($sid,$title,0,0,0,0,0,0,0,0,0,$main);
echo foot_tag();
?>