Hi,
Maybe this kind of substitution would improve spam filtering?? (i.e. v|c0din, vic0.d1n, vi@gra, @ssh0le, et cetera..)
....foreach($text as $tk=>$tV){
$tV=str_replace(array("1","!","|","]","[","^"),"i",$tV);
$tV=str_replace("3","e",$tV);
$tV=str_replace("@","a",$tV);
$tV=str_replace("0","o",$tV);
$tV=str_replace("$","s",$tV);
$tV=str_replace(".","",$tV);
$tV=str_replace("_","",$tV);
if($bV==$tV.....
just an idea... |