Free website sponsorship

Recent Forum Topics

View Discussion hi i am Crescent IT solutions newly joined in to share information

Hi Guys - - This Crescent IT Solutions from Houston, Tx, USA. I have joined in this forum to share the information & get ideas from you.

View Discussion The Gucci Handbag is Still Popular

La réplica de bolsos Gucci Burberry está en medio de las bolsas en medio de, probablemente, el más codiciado sobre el negocio de los bolsos de Gucci today.replica Por supuesto, los estil...

View Discussion Web Site Design & Logo Design Services

Gulf Web Studio is the web and graphic design company that always keeps its services updated with the latest trends in the market, providing the customers with quality and distinct s...

View Discussion Windows 7 heck

Hey everyone - I am not sure that if this is even possible but I am looking to customize windows 7 to do this for me: - On start up----> open 4 browser pages----->browsers go full screen---->go to their pre-set...

View Discussion NCITSolutions

NCIT Solutions provide offshore IT, Web design, software programming services for clients in the US and worldwide, with offshore prices and best quality. - The mission of NCIT Solutions is to provide viable an...


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.