Background Top Border Background Middle Border

Google Banned

You can use this tool to check to see if Google has banned a domain from showing up in it’s search engine results for searches.

Check domain   

if(@$_REQUEST['url'] && checkImage())
{
$content = fetch("http://www.google.com/search?q=site:$_REQUEST[url]&hl=en&lr=&start=10&sa=N");
preg_match("# 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
“;
}
}
?>

This entry was posted in Web Tools and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Background Bottom Border
Background Top Border Background Middle Border Background Bottom Border
None :P None :P

Rendered template: single.php

98 SQL queries done. Page generation took 0.268 seconds.