GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   script for check pr of site? (https://gfy.com/showthread.php?t=709163)

tolik 02-24-2007 01:48 AM

script for check pr of site?
 
had this script before - but after hdd crash cannot figure where from i get this script. need perl ones for upcomming autocrosslinking site/tool.

if someone know where get this script - please post url here.

thanks in advance.

HizAzPhun 02-24-2007 01:49 AM

http://www.prchecker.info

darksoul 02-24-2007 01:51 AM

Code:

#/usr/bin/perl

use strict;
use WWW::Google::PageRank;

my $url = shift;
exit unless $url;

my $pr = WWW::Google::PageRank->new();
print scalar($pr->get(?http://$url?)),?\n?;


tolik 02-24-2007 02:06 AM

aha. thanks. extacly what i need ;)

themonk 02-24-2007 02:25 AM

sorry i only found sites in google

borked 02-24-2007 04:33 AM

Quote:

Originally Posted by darksoul (Post 11966879)
Code:

#/usr/bin/perl

use strict;
use WWW::Google::PageRank;

my $url = shift;
exit unless $url;

my $pr = WWW::Google::PageRank->new();
print scalar($pr->get(?http://$url?)),?\n?;


Don't forget that this also requires Net::UserAgent and can only be run from teh command line. If it's run as a cgi, then it needs an API key

tolik 02-24-2007 04:58 AM

yes - i have all this installed long time ;)

i working with freehosts and content mostly using ssh at my box for this ;)


All times are GMT -7. The time now is 01:26 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123