How to retrieve forgot password of esyndicat free ?

Discussion in 'Directories' started by cchetanonline, Jan 19, 2009.

  1. #1
    I just forgot the password of my directory.
    Is there any one who know how to retrieve it ?

    I am using eSyndiCat [FREE]

    Any one ?
     
    cchetanonline, Jan 19, 2009 IP
  2. jangkrikjr

    jangkrikjr Peon

    Messages:
    388
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I never use esyndicat before. But may be you can check on your hosting. File like config.php. OR backup your database (.sql) and re-install your script..

    Hope will work
     
    jangkrikjr, Jan 19, 2009 IP
  3. cchetanonline

    cchetanonline Banned

    Messages:
    2,143
    Likes Received:
    244
    Best Answers:
    0
    Trophy Points:
    0
    #3
    In sql it will save the password in hashed format so i dont think so i can easily retrive it.
    reinstall is the last option :(
     
    cchetanonline, Jan 19, 2009 IP
  4. Freditpl

    Freditpl Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,
    You should go to "phpMyAdmin -> you database -> yourprfix_admin-> edit your admin accout"
    Then please look at attached file
     

    Attached Files:

    Freditpl, Jan 24, 2009 IP
  5. cchetanonline

    cchetanonline Banned

    Messages:
    2,143
    Likes Received:
    244
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hello,
    I am using PHPMyAdmin 2.11.9.4, and i seen, but there us n option like to convert the encrypted password, etc
    still having the problem.
     
    cchetanonline, Jan 24, 2009 IP
    chandan123 likes this.
  6. Freditpl

    Freditpl Peon

    Messages:
    28
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Please look at image again :)


    Other variant: It is run MySQL command:

    UPDATE `[COLOR="Red"]v16[/COLOR]_admins` SET `password` = MD5('[COLOR="Magenta"]pass[/COLOR]') WHERE `username` = '[COLOR="Green"]admin[/COLOR]' LIMIT 1; 
    Code (markup):
    v16 - is prefix, pass is your new password, admin - is user name for which you want to change your password.
     

    Attached Files:

    Freditpl, Jan 25, 2009 IP
    chandan123 likes this.