How can PHPLD detect & update PR ?

Discussion in 'Directories' started by skillipedia, Apr 16, 2007.

  1. #1
    Updating hundreds of web sites and directories PR is not pretty. If you are familiar with PHPLD script, how can this be done automatically ?

    I just need the idea to implement it in J2EE

    Cheers
     
    skillipedia, Apr 16, 2007 IP
  2. saadahmed007

    saadahmed007 Admínistratör

    Messages:
    5,272
    Likes Received:
    869
    Best Answers:
    0
    Trophy Points:
    380
    #2
    You should use Dan's PR update tool.
    Saad
     
    saadahmed007, Apr 16, 2007 IP
  3. britishguy

    britishguy Prominent Member

    Messages:
    7,949
    Likes Received:
    892
    Best Answers:
    0
    Trophy Points:
    360
    #3
    Just add in the PR Update mod to the script
     
    britishguy, Apr 16, 2007 IP
    saadahmed007 likes this.
  4. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
  5. Thibaut

    Thibaut Well-Known Member

    Messages:
    886
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    140
    #5
    Hello,

    here is the croned Perl script I am using with my free directory


    #!/usr/bin/perl
    $url = shift @ARGV;

    use WWW::Google::pageRank;
    my $pr = WWW::Google::pageRank->new;
    print scalar($pr->get($url));

    regards
    Thibaut
     
    Thibaut, Apr 16, 2007 IP
  6. Geraldm

    Geraldm Well-Known Member

    Messages:
    1,330
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    115
    #6
    Checout: http://techtoplist.com/prupdater/
    Its a standalone application which automatically updates the PageRank of links in your directory. Plenty of options to filter which links you want to update :)

    Cheers ...
    Gerald.

    EDIT: Wohoooo !!!!! 600th post !!!!! :D
     
    Geraldm, Apr 16, 2007 IP
  7. jhnrang

    jhnrang Notable Member

    Messages:
    4,107
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    225
    #7
    I think Dan's tool is the best that works with phpLD. It is fully automated and one can update all the listed sites with a single click.:D
     
    jhnrang, Apr 16, 2007 IP
  8. Geraldm

    Geraldm Well-Known Member

    Messages:
    1,330
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    115
    #8
    Yes, Dan's mod is good. The only problem with it is it doesn't work on all directories/hosts.
     
    Geraldm, Apr 16, 2007 IP
  9. skillipedia

    skillipedia Well-Known Member

    Messages:
    623
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #9
    skillipedia, Apr 16, 2007 IP
  10. humm

    humm बहादुर बच्चा

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    #10

    Recommended if you are a owner of many directories... who the hell can open each dir manually and install there mods n keep updating lol. ;)

    In that case the abv tool rocks.. though I am yet to test it. :D
     
    humm, Apr 16, 2007 IP
  11. Geraldm

    Geraldm Well-Known Member

    Messages:
    1,330
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    115
    #11
    I am about to release a multi-directory version of my application .... "Update all your directories with just one click"....

    Stay tuned ;)
     
    Geraldm, Apr 16, 2007 IP