This is a discussion on Google Pagerank script within the PHP General forums, part of the PHP Programming Forums category; Hello All, Does anyone have a link to source code for a pagerank script? I want to provide this to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Joey wrote:
> Does anyone have a link to source code for a pagerank script? > > I want to provide this to users. Here's one: $res = mysql_query('SELECT * FROM pages ORDER BY rank'); You should probably be a little more specific! Do you mean a script that can access Google's webservices to find out the pagerank for a given URL? Col |
|
|||
|
At 2:26 AM -0400 3/30/08, Joey wrote:
>Hello All, > >Does anyone have a link to source code for a pagerank script? > >I want to provide this to users. Sure, a few years ago I spent a considerable amount of time finding the code and here it is: http://www.webbytedd.com/a/page-rank/index.php It used to work, but now it doesn't. Anyone care to tell me why it doesn't work anymore and how to fix it? Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com |
|
|||
|
This is fully working Script...
http://v1.magicbeandip.com/mbd-file/PageRankXor32.zip Good Luck!!! On Sun, Mar 30, 2008 at 11:56 AM, Joey <Joey@web56.net> wrote: > Hello All, > > > > Does anyone have a link to source code for a pagerank script? > > I want to provide this to users. > > > > Thanks! > > > > Joey > > > > > > > > -- http://www.kingzones.org/ |
|
|||
|
On Sun, Mar 30, 2008 at 12:25 PM, tedd <tedd.sperling@gmail.com> wrote:
> > Sure, a few years ago I spent a considerable amount of time finding > the code and here it is: > > http://www.webbytedd.com/a/page-rank/index.php > > It used to work, but now it doesn't. > > Anyone care to tell me why it doesn't work anymore and how to fix it? Because it's not there. A lot of times, when you don't have a script installed and you try to access it, it won't work, it'll just lead to a 404, like in your case. ;-P -- </Daniel P. Brown> Forensic Services, Senior Unix Engineer 1+ (570-) 362-0283 |