Forum Moderators: rogerd

Message Too Old, No Replies

phpBB got hacked; Admin PW changed

So how do we get back in?

         

Lokutus

6:44 pm on Jun 20, 2005 (gmt 0)

10+ Year Member



We have managed to reinstall a newer version of phpbb without any loss of data. But we don't have admin access because the pw for the one admin acount was changed.

Any suggestions on how to get the admin account back?

encyclo

6:57 pm on Jun 20, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Oops ;)

You need the phpBB Admin toolkit, which is a recovery tool approved by the phpBB team and available here [phpbb.com] (choose the latest version even if it is a beta). You need FTP access to the server so you can upload the toolkit.php file, as well as the database username and password. The script runs completely independently from phpBB.

Just remember to delete the script from the server when you've finished. ;)

jatar_k

6:58 pm on Jun 20, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



can you create a new admin user? You can do this in the database itself.

you could create a fresh install and create an admin user there and then export that row from mysql on the new setup and write it over the old row for the admin user.

There are a good number of solutions at a mysql level.

Is there nothing in the phpbb forums about this scenario?

<added>encyclo beat me to a better answer ;)