Bulk link PR scanner tool.

Discussion in 'Link Development' started by killer2021, Aug 3, 2010.

  1. #1
    I need a tool that will take a list of urls and then scan each of those urls and then give me a report on the pr of each of those urls. I've used parameter in the past but after scanning like 200 links the google datacenters temporary ban me for scanning too many urls. I need a tool that will scan each link but at an interval (ie. one link every 15 seconds) so I don't get banned.

    Any ideas?
     
    killer2021, Aug 3, 2010 IP
  2. mocansimiondaniel

    mocansimiondaniel Active Member

    Messages:
    167
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #2
    do like this if you know php and mysql
    Make a page with refresh,
    Connect to a database where you will find urls that you want to check
    Make the refresh at every 15 second.
    each time you make a refresh your script cat pull the pr of the url and save it in the database and at the end you can make a list from the DB.
     
    mocansimiondaniel, Aug 4, 2010 IP
  3. vishalsagar

    vishalsagar Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    great tool really liked it
     
    vishalsagar, Aug 4, 2010 IP
  4. killer2021

    killer2021 Peon

    Messages:
    872
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't really know them well but I guess I'll figure it out lol. This tool is mission critical!
     
    killer2021, Aug 5, 2010 IP