1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

[Unique Problem With Latest phpLD 3.4]

Discussion in 'Directories' started by FunMan, Jul 21, 2009.

  1. #1
    I am having a unique problem with latest phpLD 3.4 version. Few weeks back bought two of the phpLD 3.4 (the latest version) and having problem with one of them.
    The problem is some of my active links as well as pending links are disappearing without a trace of them. Already happened twice in my knowledge. The other seem to have no such problem. The directories are in my signature and problem is with the second signature directory.
    Can anyone give me some answer and shed some light on the problem.
    Thanks.
     
    FunMan, Jul 21, 2009 IP
  2. xc06

    xc06 Notable Member

    Messages:
    3,498
    Likes Received:
    332
    Best Answers:
    0
    Trophy Points:
    203
    #2
    I experienced the same thing before as I did link dump into the database. Did u?

    the prob seems in the link sequence. but I don't know how to fix it, better to post question in phpld forum.
     
    xc06, Jul 21, 2009 IP
  3. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #3
    You might want to post this over in phpld forum. 3.4 is relatively new so it might have these bugs. My recommendation is to have a snapshot of DB everyday and compare.
     
    jitendraag, Jul 21, 2009 IP
  4. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #4
    Run this query in phpmyadmin

    UPDATE PLD_LINK_SEQ SET ID = (SELECT `ID` FROM `PLD_LINK` ORDER BY `ID` DESC LIMIT 1)+1
     
    an0n, Jul 21, 2009 IP
  5. malcolm1

    malcolm1 Prominent Member

    Messages:
    7,148
    Likes Received:
    758
    Best Answers:
    0
    Trophy Points:
    310
    #5
    Hello...

    If you are missing complete sections (inner panel empty) then chances are that its
    Hosting updating there servers as SEOhosting (host gator) has been doing that crap
    then i have to pay my coder to fix an issue they caused.

    laterz
    malcolm
     
    malcolm1, Jul 21, 2009 IP
  6. swedal

    swedal Notable Member

    Messages:
    3,767
    Likes Received:
    426
    Best Answers:
    0
    Trophy Points:
    230
    #6
    There you go saving the day again. :)
     
    swedal, Jul 21, 2009 IP
  7. FunMan

    FunMan Member

    Messages:
    315
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #7
    Thanks for your replies. I will post the question in phpld forum.
     
    FunMan, Jul 21, 2009 IP
  8. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #8
    Did you run the query I posted?


    The ID of the highest entry into the PLD_LINK table should match that of the entry in the PLD_LINK_SEQ table.

    IF you need to confirm them both, run there queries:


    This will extract the highest ID within the PLD_LINK table. Take note of the ID number.


    SELECT `ID` FROM `PLD_LINK` ORDER BY `ID` DESC LIMIT 1


    This will show you the sequantial ID. Take note of the ID number
    SELECT `ID` FROM `PLD_LINK_SEQ`


    Both numbers should be the same, or the PLD_LINK_SEQ ID should be of a higher value.

    If they do not match, or the SEQ table ID id not the same or higher, then run the query I gave you earlier:
    UPDATE PLD_LINK_SEQ SET ID = (SELECT `ID` FROM `PLD_LINK` ORDER BY `ID` DESC LIMIT 1)+1
     
    an0n, Jul 21, 2009 IP
  9. FunMan

    FunMan Member

    Messages:
    315
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #9
    Do you mind telling little bit in details. I am new to directories (the 2 signatures are my first), so I am not very familiar with them. Thanks for help.
     
    FunMan, Aug 10, 2009 IP
  10. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #10
    OK, you cannot be serious about this post if you've even read the post previous to it that does give an explanation.

    This is obviously now just you spamming your links around.
     
    an0n, Aug 10, 2009 IP
  11. FunMan

    FunMan Member

    Messages:
    315
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #11
    I have run all three commands.

    This query gives me no result.

    This one gives me 48

    And the first one you told me to run gives me result in the screen shot below - pls let me know what to do next:(

    [​IMG]
     
    FunMan, Aug 16, 2009 IP
  12. dog222

    dog222 Active Member

    Messages:
    446
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    70
    #12
    If phpLD is Gods gift to creation (as so many think) why do users ask their questions here and not at their support forums?
     
    dog222, Aug 16, 2009 IP
  13. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #13
    Several reason why:

    • They want to charge for anything and everything. Even the smallest of code. Even code provided for free.
    • They delete code provided in posts, to try and do the above to people. I know, I posted code to help someone just 2 days ago and my post got deleted.
    • They belittle those whom ask for simple support and basically call them stupid.
    • There is a 'god-like complex' over there, where they think they know it all. This has been mentioned several times by people seeking my help due to their inadequate knowledge and assistance.

    I had several thousands posts over there which provided coding help and assistance that they have deleted. My post count has dropped down to 2,901 whereas it was in the mid x,xxx's before that. I guess they like to take free code and then charge for it.

    It's truly sad what that place has become now that money is the main objective. It sure was never that way when I was moderating the forums over there. Never did I power trip, nor did I ever belittle people.
     
    an0n, Aug 16, 2009 IP
  14. SasaVtec

    SasaVtec Notable Member

    Messages:
    1,588
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    275
    #14


    Have to agree 101%
     
    SasaVtec, Aug 17, 2009 IP