5 Minutes of phpBB Coding - Instant Payment via Paypal

Discussion in 'Services' started by yfs1, May 29, 2006.

  1. #1
    I have some bots posting using RSS feeds at The Health Place.

    I want it so that when you click on

    View posts since last visit
    or
    View unanswered posts

    Posts from the following forums do not appear in the list:
    Articles
    Health News
    Odd News
    Recipes

    I'm only looking for the code to change which will do it, no controls from the Admin panel (I can always hand change it if I need to)

    Seeing its minimal amount of code (I think)..I'm offering $10 via Paypal which is payable as soon as I test the code and it works.

    Thanks
    PS. If you want me to PM or post any page, just let me know
     
    yfs1, May 29, 2006 IP
  2. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I can only guarantee the instant payment for a few more hours....Otherwise, the offer is still valid, its just you may recieve the payment the next day (when I log in)

    Cheers
     
    yfs1, May 29, 2006 IP
  3. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    ********Closed**********

    The winner of the $10 provided th following code changes:

    Okay won't be 100% mod complient, but it should be fairly easy to implement. You only have to edit the search.php file:

    open search.php

    find (around line ~170):
    
    WHERE post_time >= " . $userdata['user_lastvisit'];
    Code (markup):
    Replace with:
    
    WHERE (forum_id != 23 AND forum_id != 44 AND forum_id != 47 AND forum_id != 55)
    AND post_time >= " . $userdata['user_lastvisit'];
    Code (markup):

    find (around line ~602):
    
    AND topic_moved_id = 0";
    Code (markup):
    Replace with:
    
    AND topic_moved_id = 0
    AND (forum_id != 23 AND forum_id != 44 AND forum_id != 47 AND forum_id != 55)";
    Code (markup):
    Save and Close search.php

    ======

    You can add or change the excluded forums just by modifying the two != lines.

    Thanks!!
     
    yfs1, May 31, 2006 IP
  4. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Theres no such thing as 5 minutes of PHP coding lol
     
    Weirfire, May 31, 2006 IP
  5. aeiouy

    aeiouy Peon

    Messages:
    2,876
    Likes Received:
    275
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    The actually coding only takes 5 minutes. Where to code and how to code is what takes all the time. :)

    Thanks for the work and prompt payment YFS1!
     
    aeiouy, May 31, 2006 IP
    yfs1 likes this.
  6. yfs1

    yfs1 User Title Not Found

    Messages:
    13,798
    Likes Received:
    922
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Thats why I went with a phpBB expert...as aeiouy said "Its all in finding the part of code that controls it" :D

    Green Rep and iTrader on the way
     
    yfs1, May 31, 2006 IP
  7. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    lol well done aeiouy
     
    Weirfire, May 31, 2006 IP