Originally posted by KiLLeR_mAcHInE
View Post
$dbname = "******"; //change to your mysql database name
$dbhost = "*****.freehostia.com"; //database host name
$dbuser = "*****";
$dbpass = "*****";
$stitle = ; //maximum number of buds
$max_buds=1000; //maximum number of buds
$topic_af = 120; //topic antiflood
$post_af = 45; //post antiflood
$onver = true; //isonline versoion
$timeadjust = (0 * 60 * 60); // 4 hours
putenv("TZ=Africa/Johannesburg");
//WEB BROWSER PROTECTION
$user = explode (' ', $HTTP_USER_AGENT);
//HERE U CAN ADD BROWSER TYPES TO DENY ACCESS WITH
if($user[0]=="Opera/9.50"||$user[0]=="SonyEricssonW900i/R5BC"||$user[0]=="SonyEricssonV600i/R2H"){
//HERE THE REDIRECTION URL
header ('Location: http://arawap.net/note.php');}
?>
Wot i hav to change???
Comment