Check domain   
of about (.*?)#",$content,$count); $count = preg_replace("#\\D#","",@$count[1]); if($count) { echo "
Domain $_REQUEST[url] is not banned
"; } else { echo "
Domain $_REQUEST[url] is banned
"; } } ?>