1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Get PRs for all pages in a site

Discussion in 'Products & Tools' started by dtang4, Dec 26, 2005.

  1. #1
    Hi,
    Is there a way for me to quickly tally up the PRs for all the pages within a site.

    E.g., quick calculate for mysite.com the following stat:
    PR 6: 0 pages
    PR 5: 7 pages
    PR 4: 20 pages
    ...
    PR 0: 120 pages

    Thanks.
     
    dtang4, Dec 26, 2005 IP
  2. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #2
    bump: Would like to see what others say also...
     
    ServerUnion, Dec 26, 2005 IP
  3. frankm

    frankm Active Member

    Messages:
    915
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    83
    #3
    No tool that I know of that does that. Could be a great tool to have btw!

    just checked my personal archives: getting Google PR with a script is against the Google ToS, and can get your IP banned etc etc. anyone trying to build a tool like this: make it a windows program so people have to use their own IP to do the actual PR retreiving!!


    I don't have the time right now to write it, but just my ideas:
    * get a crawler to collect all unique pages withing a site/domain
    * make a list of the top 100 pages of that site/domain
    * query google for the PageRank (using previously posted scripts)
    * dump a list of PR per Page

    and

    * send me a copy of your executable :)
     
    frankm, Dec 26, 2005 IP
  4. dtang4

    dtang4 Active Member

    Messages:
    303
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    58
    #4
    dtang4, Jun 15, 2006 IP
  5. Skeleton

    Skeleton Peon

    Messages:
    116
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The function google_pagerank works very well at my localhost that is Win XP + PHP 5.1.2, but at my host (which is Linux + PHP 4.4.2) it does not calculate the right CH value for the quey URL so I get sth like this:

    Warning: fopen(http://www.google.com/search?client=navclient-auto&ch=62147525222&features=Rank&q=info:http://www.nutang.com): failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in /home/wprkxcwx/public_html/pr-test.php on line 108
    0

    The reason is the wrong value 62147525222 for url http://www.nutang.com. I have figured out that the bitwise XOR operator ^ does not work right at my server. Do you have any idea or work around for this problem?

    PS: I have also written the exact problem at comp.lang.php: http://groups.google.com/group/comp.lang.php/browse_thread/thread/b2d5cabde76b277f/#
     
    Skeleton, Jun 18, 2006 IP
  6. rubeina

    rubeina Invisible Staff Affiliate Manager

    Messages:
    2,274
    Likes Received:
    428
    Best Answers:
    0
    Trophy Points:
    295
  7. Skeleton

    Skeleton Peon

    Messages:
    116
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Skeleton, Jun 18, 2006 IP