Bugs to fix in your phpLB bidding directory

Discussion in 'Directories' started by mikey1090, Aug 27, 2007.

  1. #1
    I have compiled an article of some of the bugs in phplinkbid v 1.2.

    These bugs often get mentioned but never fixed.

    Bugs and their fixes include :

    Bug 1 - Broken page after paypal payment
    Bug 2 - Minimum Bid not showing up in the input box
    Bug 3 - Minimum bid for new listings has no effect
    Bug 4 - Broken URL displayed after paypal payment

    You can read about the bugs and how to fix them on your site here :

    http://www.zorg-links.com/blog/2007/08/27/bugs-to-fix-in-phplinkbid/ - Bugs to fix in your phpLB bidding directory



    Feedback Appreciated,
    Mike
     
    mikey1090, Aug 27, 2007 IP
    SearchBuster likes this.
  2. LanceT22

    LanceT22 Peon

    Messages:
    653
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Great stuff as usual Mike!

    Keep it coming! :)

    Lance
     
    LanceT22, Aug 27, 2007 IP
  3. aspidov

    aspidov Well-Known Member

    Messages:
    2,875
    Likes Received:
    272
    Best Answers:
    0
    Trophy Points:
    175
    #3
    :) great :)
     
    aspidov, Aug 27, 2007 IP
  4. MeetHere

    MeetHere Prominent Member

    Messages:
    15,399
    Likes Received:
    994
    Best Answers:
    0
    Trophy Points:
    330
    #4
    Nice source for bid directory owners :)
     
    MeetHere, Aug 27, 2007 IP
  5. LanceT22

    LanceT22 Peon

    Messages:
    653
    Likes Received:
    47
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Gonna add something that isn't necessarily a bug, but a must fix as well... Increasing the length of the category text. Where to find it?? Mike's blog of course... here is link to make it easy. :)

    http://www.zorg-links.com/blog/2007/08/09/phplb-mod-how-to-enable-longer-category-descriptions/

    Lance
     
    LanceT22, Aug 27, 2007 IP
  6. sizzler_chetan

    sizzler_chetan Prominent Member

    Messages:
    7,838
    Likes Received:
    664
    Best Answers:
    0
    Trophy Points:
    390
    #6
    One more cool post with helpful information.

    I wanted to have fix for the 2nd error :)
    Thanks!
     
    sizzler_chetan, Aug 27, 2007 IP
  7. humm

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

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    #7
    Error fix mentioned for after payment error generated a line 106 error for me.

    My friend helped fix it, but then its showing error link like: xyz.com:80/biddingdir/link/link/33.html after payments.

    Kindly look into it plz.
     
    humm, Aug 27, 2007 IP
    LeopardAt1 likes this.
  8. LeopardAt1

    LeopardAt1 Well-Known Member

    Messages:
    880
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #8
    Inside Mikey's blog, where it tells you to edit around line 107, replace it with this instead

    
           $bid_message .= "<p><b><a href=\"" . $cfg->getVar(’site_url’) . "link/" . $this_id . ".html\">" . $cfg->getVar(’site_url’) . "link/" . $this_id . ".html</a></p>";
    
    Code (markup):
     
    LeopardAt1, Aug 28, 2007 IP
  9. humm

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

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    #9
    But then its showing error link like: xyz.com:80/biddingdir/link/link/33.html after payments.

    I guess you came across the same... :D
     
    humm, Aug 28, 2007 IP
  10. deluxdon

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

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #10
    Only we have to change ".html"> to ".html\"> in mike's suggestion for this ?
     
    deluxdon, Aug 28, 2007 IP
  11. LeopardAt1

    LeopardAt1 Well-Known Member

    Messages:
    880
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #11
    lol, I never even used a link bid script.

    I just copied and pasted the code from his site into my editor and realized that the line will produce a syntax error (may depend on what type of editor your using).

    As for what the code does exactly, I would have no clue but the fact that it assigns some html to a variable that gets printed out.....
     
    LeopardAt1, Aug 28, 2007 IP
  12. LeopardAt1

    LeopardAt1 Well-Known Member

    Messages:
    880
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #12
    ? depends don.

    If you copied and pasted from Mikey's blog and you receive no syntax error, then you probably won't need the fix I gave to humm. It will depend on your text editor.
     
    LeopardAt1, Aug 28, 2007 IP
  13. deluxdon

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

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #13
    Oh thanks for the clarification Leopard. No syntax error for me so i'm stick with old one code. I thought its common solution for all thats why asking :p
     
    deluxdon, Aug 28, 2007 IP
  14. SearchBuster

    SearchBuster Peon

    Messages:
    467
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    0
    #14
    SearchBuster, Aug 28, 2007 IP
  15. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #15
    I have no idea about this. I took this fix that tekime gave me, the phpLB owner.
     
    mikey1090, Aug 28, 2007 IP
  16. coolsitez

    coolsitez Well-Known Member

    Messages:
    2,586
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    183
    #16
    I think it's better to wait for the 1.4 version.. I want to fix some. One of the bugs I wanted to fix, but didn't work. (Not mentioned in mikey's blog)
     
    coolsitez, Aug 28, 2007 IP
  17. deluxdon

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

    Messages:
    25,481
    Likes Received:
    1,943
    Best Answers:
    32
    Trophy Points:
    480
    #17
    Can you tell us which bugs you are talking about :confused:
     
    deluxdon, Aug 28, 2007 IP
  18. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #18

    Yeah - please let me know. I can code very well and know the script pretty well now so it would be quite simple for me to fix it :)
     
    mikey1090, Aug 28, 2007 IP
  19. coolsitez

    coolsitez Well-Known Member

    Messages:
    2,586
    Likes Received:
    246
    Best Answers:
    0
    Trophy Points:
    183
    #19
    sure. It's the bid amount that gets changed on confirmation page. I think it's a step 2 page.

    You input the amount but on that page, it changed back to the default #.

    I checked on phplb forum for it, but the fix apparently didn't work...

    ** editing /content/buy.php, and change line 67 from

    header('Location:' . DIR_BASE . 'link/' . $linkid . '.html&bid=' . $_REQUEST['link_bid']);

    To:

    header('Location:' . DIR_BASE . 'link/' . $linkid . '.html?bid=' . $_REQUEST['link_bid']);

    Well, it didn't work for mine. Do you guys have any clue?
     
    coolsitez, Aug 28, 2007 IP
  20. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #20
    mikey1090, Aug 28, 2007 IP