script for check pr of site?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tolik
    Confirmed User
    • Jun 2001
    • 2035

    #1

    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.
    LONGBUCKS-Teen, Mature, Reality, Gay sites.
    Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


    Webmaster friendly high recommended programs to promote (personal experience):
    RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting
  • HizAzPhun
    Confirmed User
    • Jun 2004
    • 470

    #2
    http://www.prchecker.info
    see sig.

    Comment

    • darksoul
      Confirmed User
      • Apr 2002
      • 4997

      #3
      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?;
      1337 5y54|)m1n: 157717888
      BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
      Cambooth

      Comment

      • tolik
        Confirmed User
        • Jun 2001
        • 2035

        #4
        aha. thanks. extacly what i need ;)
        LONGBUCKS-Teen, Mature, Reality, Gay sites.
        Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


        Webmaster friendly high recommended programs to promote (personal experience):
        RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting

        Comment

        • themonk
          Confirmed User
          • May 2006
          • 6511

          #5
          sorry i only found sites in google
          175$ Per Sale - The Best Sponsor

          Comment

          • borked
            Totally Borked
            • Feb 2005
            • 6284

            #6
            Originally posted by darksoul
            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

            For coding work - hit me up on andy // borkedcoder // com
            (consider figuring out the email as test #1)



            All models are wrong, but some are useful. George E.P. Box. p202

            Comment

            • tolik
              Confirmed User
              • Jun 2001
              • 2035

              #7
              yes - i have all this installed long time ;)

              i working with freehosts and content mostly using ssh at my box for this ;)
              LONGBUCKS-Teen, Mature, Reality, Gay sites.
              Free hosting (cgi/php/mysql/cron etc). FHGs. Free content.Great rebills. Support icq - 313-882-945


              Webmaster friendly high recommended programs to promote (personal experience):
              RoyalCash-Teen ProfitX -Video SmokinCash-Amateur,Lesbo,Squirting

              Comment

              Working...