Lost phpLd Admin Password

Discussion in 'Directories' started by justinXcore, Nov 5, 2008.

  1. #1
    Alright, amateur move.. All of the sudden I cant get into my admin area my phpld v2.2. They dont give you any links to recover password or anything from the login screen either.

    Can someone tell me how I can change my password or find out what it is? Do I need to totally re-install phpld and if so will it delete all of my currently created categories?

    Thanks for all the help
     
    justinXcore, Nov 5, 2008 IP
  2. robertgallagher

    robertgallagher Banned

    Messages:
    215
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you can change the Admin Password of phpLd and if you missed or lost your password then you have to re install it.
     
    robertgallagher, Nov 6, 2008 IP
  3. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #3
    I think phpld forum would be the best place to ask :) Anyways, you can check if phpld users md5 or something similar to encrypt password. If so, just use an online tool to convert a password to md5 and update your mysql table with the password. Just a suggestion. Let me know if it worked for you !!
     
    jitendraag, Nov 6, 2008 IP
  4. humm

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

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    #4
    Login to your website control panel, once logged in click on "MySQL" then click on "phpMyAdmin" now find "PLD_USER" and click on it, tick the password box then click on "Browse" you should now see lots of letters and numbers under password (Example: sha1 v87434e264g5bc17658a356b1c6b3g0ga) now click on edit and change the password coding to d033e22ae348aeb5660fc2140aec35850c4da997 this will change your password to "admin".

    You must remember to add {sha1} before d033e22ae348aeb5660fc2140aec35850c4da997.

    Now you have changed the password remember to login to your admin panel and change it again to something you can remember, to do this simply login to your admin panel, click on "profile" type in and confirm your name password.


    - Enjoy. :)
     
    humm, Nov 6, 2008 IP
    deluxdon likes this.
  5. jitendraag

    jitendraag Notable Member

    Messages:
    3,982
    Likes Received:
    324
    Best Answers:
    1
    Trophy Points:
    270
    #5
    Thanks :) I will bookmark this thread. I thought it will be md5, but sha1 is not a bad option either. I found some 'javascript' based sha1 converters if you want to set password to other values.
     
    jitendraag, Nov 6, 2008 IP
  6. Smeey

    Smeey Well-Known Member

    Messages:
    377
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    110
    #6
    This explanation from humm will definitely work.
     
    Smeey, Nov 6, 2008 IP
  7. justinXcore

    justinXcore Guest

    Messages:
    204
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Thank you!
     
    justinXcore, Nov 6, 2008 IP
  8. garysinger

    garysinger Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    thanks it is very helpful reply by humm.
     
    garysinger, Nov 6, 2008 IP
  9. CanadianEh

    CanadianEh Notable Member

    Messages:
    3,812
    Likes Received:
    380
    Best Answers:
    0
    Trophy Points:
    260
    #9
    Good stuff. I'll know where to come when I forget mine.
     
    CanadianEh, Nov 6, 2008 IP
  10. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #10
    Upload this file in binary format

    1. Call it (e.g. http://www.yoursitename.com/whatever-you-named-it-when-you-uploaded-it.php
    2. Enter your new password and click 'reset password'.
    3. There was an issue with phpld version 2.x with the password, so it will modify the database for you to compensate and fix the issue
    4. Will reset the password
    5. File will delete itself afterwards
    6. Display the admin and pswd
     

    Attached Files:

    an0n, Nov 9, 2008 IP
  11. juniper

    juniper Well-Known Member

    Messages:
    1,300
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    128
    #11
    you may edit sql and write :md5(12345) = 827ccb0eea8a706c4c34a16891f84e7b for password 12345
     
    juniper, Nov 9, 2008 IP
  12. WallaceYeung

    WallaceYeung Notable Member

    Messages:
    3,377
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    230
    Digital Goods:
    1
    #12
    wow, nice mod, it's really helpful. :)
     
    WallaceYeung, Nov 9, 2008 IP
  13. an0n

    an0n Prominent Member

    Messages:
    5,688
    Likes Received:
    915
    Best Answers:
    0
    Trophy Points:
    360
    #13
    Hey Juniper :)


    You're welcome :)


    I quoted juniper, because he mentioned MD5.

    The little script also runs a check on your version of php, because if the php verison is less than 4.3.0, then MD5 will be used, as per phpld's specs. Otherwise, anything greater than 4.3.0 will use sha1. So the script will MD5 or Sha1 depending on your version of php as well :)
     
    an0n, Nov 9, 2008 IP