Background Top Border Background Middle Border

Ranking Tool

Shows you Google pageRank and Alexa ranking, also suggests how to raise them.

Enter URL   

if(@$_REQUEST['url'] && checkImage())
{
$url = $_REQUEST['url'];
$r['pr'] = getpr($url);
$r['alexa'] = getAlexa($url);

$str = "

“;
$str .= “Google PageRank for $url is: $r[pr] / 10
“;
$str .= “Alexa Ranking for $url is: $r[alexa] (Top rank is 1)

“;
$str .= “Description
“;
switch($r['pr'])
{
case “0″:
$str .= “You have none or a poor Google rank. You need more websites to link to you to help build up the rank.”;
break;
case 1:
case 2:
case 3:
case 4:
case 5:
case 6:
$str .= “You have an average Google rank. Your website seems steady and known by many users.”;
break;
case 7:
case 8:
case 9:
case 10:
$str .= “You have an excellent Google rank. Your website is extremely popular to the web users.”;
break;
}

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

102 SQL queries done. Page generation took 0.277 seconds.