View file staffinfo.php

File size: 3.17Kb
<?php
define('WCS',true);
include('./core/main.inc');
header_type();
cleardata();
if(ipbanned(ip(),browser())){
if(!shield(getuid_sid($sid))){
echo head_tag("Ip Blocked!!!",0,0);
echo ipbanned_msg();
echo foot_tag();
exit();
}
}
if(!islogged($sid)){
echo head_tag("Error!!!",0,0);
echo session_expired();
echo foot_tag();
exit();
}
if(banned(getuid_sid($sid))){
echo head_tag("Error!!!",1,getnick_sid($sid));
echo banned_msg($sid);
echo foot_tag();
exit();
}
mysql_query("UPDATE users SET browser='".browser()."', ipaddress='".ip()."', host='".subno()."' WHERE id='".getuid_sid($sid)."'");


//////////////////
//smiley search
//////////////////



if($action=="smil")
{

addonline(getuid_sid($sid),"Staff Rules","");
$nick=getnick_sid($sid);
echo head_tag($nick."@Staff Rules",1,getnick_sid($sid));
$title="<b>Staff Rules</b>";


 $main.="<p align=\"center\">";

$main.="All staff must follow these rules:<br/><br/>All ban lengths are at staff discretion, If you cant decide how long to ban for ban for 1 day then ask an owner who will advise you.</p>";
$main.= "<p align=\"center\"><strong>.::Ban Items::.</strong></p>";
$main.= "<p align=\"center\"><strong>Abuse:</strong><br/>";
$main.="2 warnings then ban </p>";
$main.="<p align=\"center\"><strong>Flooding:</strong><br/>";
$main.= "Instant Ban (only after 5 msgs been sent - To rule out network problems)</p>";
$main.="<p align=\"center\"><strong>Dirty/Offensive Shouts:</strong><br/>";
$main.= "Dirty or offensive shouts and messages to members you should warn member first, if they continue, then ban user</p>";
$main.="<p align=\"center\"><strong>Users With IP-Ban and Signup Again:</strong><br/>";
$main.="IP-Ban New Account</p>";
$main.="<p align=\"center\"><strong>IP Bans:</strong><br/>";
$main.="DO NOT USE.. Unless ok'd by an owner </p>";
$main.="<p align=\"center\"><strong>Spamming</strong><br/>";
$main.= "Instant Ban</p>";
$main.= "<p align=\"center\"><strong>Unwanted Explicit PMs:</strong><br/>";
$main.= "Warning Only, unless abuse goes into public area of site, in which case follow abuse Procedure</p>";
$main.="<p align=\"center\"><strong>Requests for visas/money in PM:</strong><br/>"; 
$main.="Instant Ban</p>";
$main.="<p align=\"center\">Harrassment should be dealt with by warning and recommendation to harrased user to add offending member to their ignore list<br/>";
$main.= "Uncalled for posts simply delete, unless its very offensive in which case warn or ban poster for an appropriate time</p>";
$main.= "<p align=\"center\"><strong>Peados etc:</strong><br/>";
$main.= "Instant Account Ban and Delete</p>";
$main.="<p align=\"center\">ALL Bans must include a valid reason";
$main.="<br/><br/>";
$main.="Any User found to be under 18 instant ban</p>";
$main.="<p align=\"center\">";
$L1="$sixkey<a $key6 href=\"./inbox/inbox.php?sid=$sid\">Inbox</a>";
$L2="$sevenkey<a $key7 href=\"./buds/buds.php?sid=$sid\">BuddyList</a>";
$L3="$eightkey<a $key8 href=\"./chat/public.php?sid=$sid\">Chat</a>";
$L4="$ninekey<a $key9 href=\"./forums/forums.php?sid=$sid\">Forums</a>";
$L5="$zerokey<a $key0 href=\"./main.php?sid=$sid\"><img src=\"./images/home.gif\" alt=\"\"/>Main Menu</a>";
echo xhtml($sid,$title,1,$L1,$L2,$L3,$L4,$L5,0,0,0,$main);
echo foot_tag();
exit;
}
?>