Page Rank Script
I was searching on the internet for a page rank script but couldn't find one -- but I found one that returns the checksum of a website, so I decided to make a modification of it that would query google and return the page rank. For those who do not know what page rank is, it is the algorithm in which Google has created to rank pages and is one of the many factors used in determining search engine placement or serps for short. This script is one of the only available ones for download I'm sure that is open for users to view the source.
See the demo
For a demonstration click here. To get the pagerank of any given site just add ?url=site.com and a number should be displayed. This script was meant for creative implementation so feel free to do what you'd like to spice it up.
Implementation
A great way to implement this would be to use a form that receives an input URL from the visitor and queries the page, using <?php include('pagerank.php') ?> to include the script and adding the ?url=<?php echo $_POST['url'] ?> inside the submit action of the form.
Download the script
To download the script, click here.


beeen a while