PhPBB admin password not accessible

Discussion in 'Databases' started by fadetoblack22, Apr 18, 2008.

  1. #1
    Hello, I can't access my admin panel on my phpbb forum. I have requested a new password from the forum and it sent it, but it doesn't work.

    I had a plugin once that lets you access the database and delete members/access passwords etc...

    I can't remeber what it is called. Does anyone know?

    thanks
     
    fadetoblack22, Apr 18, 2008 IP
  2. Crux

    Crux Well-Known Member

    Messages:
    704
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #2
    you can access it on phpmyadmin :)
     
    Crux, Apr 18, 2008 IP
  3. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #3
    its just hex key in there - not the actual password.
     
    fadetoblack22, Apr 19, 2008 IP
  4. kix_mc3

    kix_mc3 Active Member

    Messages:
    581
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    Have you installed any MOD?
     
    kix_mc3, Apr 19, 2008 IP
  5. spideapps

    spideapps Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hmmm .. i think updating the db password with a new hex password ( of a known word ) would fix the issue.. ofcourse your password woudl get reset in such a case.

    Shiva
     
    spideapps, Apr 19, 2008 IP
  6. Fighter1405

    Fighter1405 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I would have thought the password on the database will be MD5 encrypted and so just encrypt a known word in md5 and replace the one in the database with that
     
    Fighter1405, Apr 19, 2008 IP
  7. TopSite

    TopSite Peon

    Messages:
    37
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I think Phpbb using md5 encrytion not hex, am I right?
    replace the admin password value in database with :-
    e10adc3949ba59abbe56e057f20f883e
    Code (markup):
    And login using this password :- 123456 , You can change password after that.
     
    TopSite, Apr 19, 2008 IP
  8. Fighter1405

    Fighter1405 Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Yeah I thought it was md5 as well, although you don't have to go with 123456 there are many sites out there to code whatever string you choose into md5
     
    Fighter1405, Apr 19, 2008 IP
  9. fadetoblack22

    fadetoblack22 Well-Known Member

    Messages:
    2,399
    Likes Received:
    62
    Best Answers:
    0
    Trophy Points:
    160
    #9
    thanks. i will see if it works.
     
    fadetoblack22, Apr 19, 2008 IP