|
Add Pagerank Display on your website for Free Click
here to get Code:
echo "Back link for ".$txturls; ?>
| Engine |
Back
links |
| Google |
// for google.com
$google_urls = "https://www.google.com/search?q=link:".$txturls;
$google_res = back_link_checker($google_urls,'google');
$google_result = explode(" ",$google_res); ?>
//echo " In Google No.of Pages for $txturls is ", $google_result[3]; ?>
echo $google_result[3];
?> |
| Yahoo |
// for yahoo.com
$yahoo_urls = "http://siteexplorer.search.yahoo.com/search?p=link:".$txturls;
$yahoo_res = back_link_checker($yahoo_urls, 'yahoo');
$yahoo_result = explode(" ", $yahoo_res);
?>
echo str_replace('nowrap">','',$yahoo_result[5]); ?> |
| MSN |
$yahoo_urls = "http://siteexplorer.search.yahoo.com/search?p=link:".$txturls;
$yahoo_res = back_link_checker($yahoo_urls, 'yahoo');
$msn_result = explode(" ", $yahoo_res);
$MBL = str_replace('nowrap">','',$msn_result[5]);
$MBL = explode(",",$MBL);
$msn_count = intval(implode("",$MBL));
$msn_count = $msn_count - (0.15*$msn_count);
?>
//echo " In MSN No.of Pages for $txturls is ", $msn_result[6];?>
echo intval($msn_count); ?> |
| All the Web |
$allthe_urls = "http://www.alltheweb.com/search?cat=web&cs=utf8&q=link:".$txturls;
$alltheweb_res = back_link_checker($allthe_urls, 'alltheweb');
// $alltheweb_result = explode(" ", $alltheweb_res);?>
//echo " In alltheweb No.of Pages for $txturls is ", $alltheweb_res;?>
echo $alltheweb_res; ?> |
| Altavista |
$altavi_urls = "http://www.altavista.com/web/results?itag=wrx&q=link:".$txturls;
$altavista_res = back_link_checker($altavi_urls, "altavista");
$altavista_result = explode(" ", $altavista_res);?>
/* $hotbot_urls = "http://www.hotbot.com/default.asp?query=link:".$txturls;
$hotbot_res = back_link_checker($hotbot_urls, "hotbot");
$Hotbot_result = explode(" ",$hotbot_res);
$Hotbot = substr($Hotbot_result[6],0,-11);*/
//echo " In altavista No.of Pages for $txturls is ", $altavista_result[7];?>
echo $altavista_result[7]; ?> |
function back_link_checker($link_urls,$action_site) {
$handle2 = fopen($link_urls,"r");
if($handle2)
{
$i = 0;
while($line2 = fgets($handle2,1024))
{
$pageData[$i] = $line2;
$i++;
}
fclose($handle2);
switch($action_site) {
case'google':
$str_separator = " of about ";
break;
case 'yahoo':
$str_separator = " of about ";
break;
case 'msn':
$str_separator = "1-";
break;
case 'altavista':
$str_separator = "";
break;
case 'alltheweb':
$str_separator = ' (Showing";
break;
}
for($i=0;$i ";
}
// $result = explode(" ",$back_links);
return $back_links;
}
?>
Go Back
Our
Back Link Checker tool is 100% free to use. Please support
this tool by linking to it, We dont generate
revenue by selling ads. Help
us make this page ad free, Your visitors will
love this tool.
The Code
to be added in your site is:
Your
link will look like this:
Back
Link Checker
This back
link Finder will give you an impression of how many sites
have linked to yours. websites, Googlebot,
is the best crawler for indexing sites. Hence they have the
most update information including the pages, which have been
updated recently. So Google knows most of the links pointing
to our sites.
Yahoo
Slurp, which is the Yahoo crawler, is the second best. Its
major drawback is that it does not crawl very deeply and as
a result miss some pages, which may have been created for
link purposes.
MSN checks
for your back links tells you how many websites are linking
to yours. Website popularity is an important factor in your
search engine ranking. The more popular your site is, the
better it will be ranked on the search engines.
|