Do you have a directory that sorts listings by PR? Get $10!

Discussion in 'Directories' started by mystikmedia, Sep 30, 2006.

  1. websys

    websys Active Member

    Messages:
    841
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    78
    #21
    looking forward to getting ur money chris :D however i got a question to ask , my directory in ur own site ( alive i.e ) shows old PR :rolleyes:
    thanks for pointing out the tool , of course :)
     
    websys, Oct 1, 2006 IP
  2. mystikmedia

    mystikmedia Jedi Master

    Messages:
    5,564
    Likes Received:
    498
    Best Answers:
    0
    Trophy Points:
    270
    #22
    Once the PR is updated on the datacenter the information is pulled from for you, it will then get the correct (new) PR. So, you may just have to wait a day or so before it is updated on that datacenter.

    Or...

    You could probably change the code in the MOD to query one of the IPs that are updated rather than Google.com quite easily...
     
    mystikmedia, Oct 1, 2006 IP
  3. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Chris, I understand your marketing strategy...very good move!
    We also have the ideas...but not much money...that keeps us tied. ;)

    Anyway, you are one of my premium high volume customers...so thank you again.

    Expect about 6-7 directories from me eligible for $10 each in a day or two...
     
    agnivo007, Oct 1, 2006 IP
  4. mystikmedia

    mystikmedia Jedi Master

    Messages:
    5,564
    Likes Received:
    498
    Best Answers:
    0
    Trophy Points:
    270
    #24
    Great.


    For the above MOD, you can simply change www.google.com in PageRankXor32.php to one of the updated IPs (such as 64.233.171.99), and it will work now...

    I have done this for www.alivedirectory.com, and it now has all the new PR values.
     
    mystikmedia, Oct 1, 2006 IP
  5. websys

    websys Active Member

    Messages:
    841
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    78
    #25
    PMed u :) thanks for the offer of course.
     
    websys, Oct 1, 2006 IP
  6. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #26
    How about PR0 directories ? :D
    Google didn't update the PR's for my directories in the latest update :(
     
    Richie_Ni, Oct 1, 2006 IP
  7. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Finally installed the addon and updated PR on each of my directories. :)

    Upon checking, I found 11(eleven) of my directories eligible for the offer and PMed Chris immediately...
    I know he's a very good guy and would process my application soon...

    Cheers!
     
    agnivo007, Oct 2, 2006 IP
  8. mystikmedia

    mystikmedia Jedi Master

    Messages:
    5,564
    Likes Received:
    498
    Best Answers:
    0
    Trophy Points:
    270
    #28
    Sorry; it would need to have PR for the offer...
     
    mystikmedia, Oct 2, 2006 IP
  9. smub

    smub Notable Member

    Messages:
    3,443
    Likes Received:
    375
    Best Answers:
    0
    Trophy Points:
    230
    #29
    updated my sites, and got paid by chris

    this was nice. I reccommend all of you to do it. Chris is a very nice guy. He will pay you on time :)

    good luck with this new campaign and all your sites chris.
     
    smub, Oct 2, 2006 IP
  10. mystikmedia

    mystikmedia Jedi Master

    Messages:
    5,564
    Likes Received:
    498
    Best Answers:
    0
    Trophy Points:
    270
    #30
    Thank you; best of luck with your sites also.
     
    mystikmedia, Oct 2, 2006 IP
    deluxdon likes this.
  11. swaz

    swaz Active Member

    Messages:
    540
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    90
    #31
    Does anyone knows how to sort the featured listings by PR?
     
    swaz, Oct 2, 2006 IP
  12. deluxdon

    deluxdon Catch Me If You Can...!!!™ Staff

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #32
    We also got paid by chris for our directories. Once again thanks to chris for payment and Rob for guiding us in all procedure. :)
     
    deluxdon, Oct 2, 2006 IP
  13. mystikmedia

    mystikmedia Jedi Master

    Messages:
    5,564
    Likes Received:
    498
    Best Answers:
    0
    Trophy Points:
    270
    #33
    1) Login to your directory admin
    2) Click System at the top and hover over Edit Settings. Click the Directory option
    3) You will see an option called "Default link sorting". Set it to PageRank.
    4) Click Save at the bottom of the page.

    It has now been done.
     
    mystikmedia, Oct 2, 2006 IP
  14. swaz

    swaz Active Member

    Messages:
    540
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    90
    #34
    swaz, Oct 2, 2006 IP
  15. smub

    smub Notable Member

    Messages:
    3,443
    Likes Received:
    375
    Best Answers:
    0
    Trophy Points:
    230
    #35
    In index.php, somewhere around line #279 you have this:

    $feat_links = $db->GetAll("SELECT * FROM `{$tables['link']['name']}` WHERE `STATUS` = '2' {$bydate} AND `CATEGORY_ID` = ".$db->qstr($id)." AND `FEATURED` = 1 {$expire_where} ORDER BY `EXPIRY_DATE` DESC");
    PHP:
    Replace with:

    $feat_links = $db->GetAll("SELECT * FROM `{$tables['link']['name']}` WHERE `STATUS` = '2' {$bydate} AND `CATEGORY_ID` = ".$db->qstr($id)." AND `FEATURED` = 1 {$expire_where} ORDER BY `PAGERANK` DESC");
    PHP:
    there you go .. this will help you to sort your featured links by PR :)
     
    smub, Oct 2, 2006 IP
    swaz likes this.
  16. swaz

    swaz Active Member

    Messages:
    540
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    90
    #36
    Thanks a lot for the code! Solved the problem.
     
    swaz, Oct 2, 2006 IP
  17. dhruv37

    dhruv37 Well-Known Member

    Messages:
    3,222
    Likes Received:
    195
    Best Answers:
    0
    Trophy Points:
    165
    #37
    Hello Chris,

    I have just added your directory in my directory and updated PR tool.

    Directory is having now PR3 in recent google update.

    Thanks :)
     
    dhruv37, Oct 2, 2006 IP
  18. killaklown

    killaklown Well-Known Member

    Messages:
    2,666
    Likes Received:
    87
    Best Answers:
    0
    Trophy Points:
    165
  19. websys

    websys Active Member

    Messages:
    841
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    78
    #39
    i wish one day soon, i had such power in my directory :D
    awesome deal , but then the payer would earn massively as well, i am sure too , now with the PR7
     
    websys, Oct 2, 2006 IP
  20. agnivo007

    agnivo007 Peon

    Messages:
    4,290
    Likes Received:
    289
    Best Answers:
    0
    Trophy Points:
    0
    #40
    Just an update : Chris had paid me immediately after I submitted him the list of 11 of my directories.

    Cheers to Chris as usual... ;)
     
    agnivo007, Oct 7, 2006 IP