How can I make that on my lavalair script when someone makes a spam to be banned automatticaly?on my script the pm it doesn't even report........help i'm tired to bring users and then they go on another chat
Automatic Bann
Collapse
X
-
GuestTags: None
-
FlareX
Look In Core.php , Search .com Ul Find The Spot Then Just Edit It To The Words U Want , I Think Theres About 5 Sites Already There
-
if spammers is buggin u get autoban its realy great
click here to join blingywap.co.za
http://blingywap.co.za
IF YOU NEED HELP JUST ASK AND ALWAYS SAY THANK YOU!
Comment
-
FlareX
-
FlareX
-
Guest
Ok FlareX look i'll upload core.php here....You are the coolost guy around here...thank's for helping me outAttached Files
Comment
-
FlareX
You Can Change This So Wen They Send A Message It Will Change The Word
$text = str_replace("2wap","2crapforwap",$text);
$text = str_replace("2WAP","2crapforwap",$text);
$text = str_replace("2wAp","2crapforwap",$text);
$text = str_replace("2w4p","2crapforwap",$text);
$text = str_replace("2waP","2crapforwap",$text);
$text = str_replace("2Wap","2crapforwap",$text);
$text = str_replace("hiphop4u","britneyspears",$text);
$text = str_replace("HIPHOP4U","britneyspears",$text);
$text = str_replace("HiPhOp4U","britneyspears",$text);
$text = str_replace("hIpHoP4u","britneyspears",$text);
$text = str_replace("Hiphop4U","britneyspears",$text);
$text = str_replace("Hiphop4u","britneyspears",$text);
$text = str_replace("HipHop4u","britneyspears",$text);
$text = str_replace("hh4u","britneyspears",$text);
$text = str_replace("HH4U","britneyspears",$text);
$text = str_replace("Hh4u","britneyspears",$text);
$text = str_replace("hH4U","britneyspears",$text);
$text = str_replace("HH4u","britneyspears",$text);
$text = str_replace("hh4U","britneyspears",$text);
change 2wap and hh4u to the things u want like .com etc
Replace This Functions 2 Get The Autoban
///////////////////////////////////////////Is site blocked
function isblocked($str,$sender)
{
if(ismod($sender))
{
return false;
}
$str = str_replace(" ","",$str);
$sites[0] = "chillinlounge.co.uk";
$sites[1] = "psycho.wen.ru";
$sites[2] = "xcile.com";
$sites[3] = "wickedwap.net";
$sites[4] = "mobilelife.tk";
$sites[5] = ".trap17.com";
for($i=0;$i<count($sites);$i++)
{
$nosf = substr_count($str,$sites[$i]);
if($nosf>0)
{
return true;
}
}
return false;
}
In Chillinglounge etc put .com etc
Comment
-
FlareX
I Told U Replace The Function U Got Like This In Core.php Because U Removed The Sites That Should Get Banned If Posted
Comment
-
I dont understand this code Flarex if the condition is true where is the ban code tht wud set the ban ??<span style="font-size:12pt;line-height:100%"><span style="color:#FF0000">ViSiT Ma SiTe Nd PoSt Ua CoMmEnTs On It In Ma PoSt</span></span>
Comment
Comment