Background Top Border Background Middle Border

Link Popularity

This tool shows you how many links you have to your site in each of the big 3 search engines.

Your domain   

if(@$_REQUEST['url'] && checkImage())
{
$url=str_replace ('http://', '', $_REQUEST['url']);
$url=str_replace ('https://', '', $url);

$url = urlencode($url);
$google = fetch("http://www.google.com/search?q=link:$url&hl=en&sa=N");
$msn = fetch ("http://search.msn.com/results.aspx?q=$url%20link%3A$url");
$yahoo = fetch("http://search.yahooapis.com/WebSearchService/V1/webSearch?appid=$yahooID&query=$url&results=1");

preg_match("#of .*?([\d,]+)#”,$google,$google);
$google = preg_replace(“#\D#”,”",@$google[1]);
$sGoogle = number_format($google);

preg_match(“#Page 1 of ([\d,]+) results#”,$msn,$msn);
$msn = preg_replace(“#\D#”,”",@$msn[1]);
$sMsn = number_format($msn);

preg_match(“# $yahoo = preg_replace("#\D#","",@$yahoo[1]);
$sYahoo = number_format($yahoo);

$rank = getpr($url);
$str = "
“;
$str .= “Google PageRank for {$_REQUEST['url']} is: $rank / 10:

“;
$str .= “

“;
$str .= “

“;
$str .= “

“;
$str .= “

“;
$str .= “

Google $sGoogle
MSN $sMsn
Yahoo! $sYahoo

“;

echo $str;
}
?>

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

109 SQL queries done. Page generation took 0.280 seconds.