Retrieving your Phpbb Admin password

by Srivathsan G.K on April 15, 2009

in Tech,Tips,Tricks,Tutorials

Are you forgot your phpbb3 admin password? worried about it ?
Here you find the solution for admin password retrival.
phpbb logo Retrieving your Phpbb Admin password
Method:-
* First find file name config.php from ur forum root

* check the file contain.it will look like

* // phpBB 3.0.x auto-generated configuration file
// Do not change anything in this file!
$dbms = ‘mysql’;
$dbhost = ‘db_hostname’;
$dbport = ‘XXXX’;
$dbname = ‘host_dbname’;
$dbuser = ‘dbuser’;
$dbpasswd = ‘dbpassword’;
$table_prefix = ‘phpbb3_’;
$acm_type = ‘file’;
$load_extensions = ”;
@define(’PHPBB_INSTALLED’, true);
// @define(’DEBUG’, true);
// @define(’DEBUG_EXTRA’, true);
?>

* Now, here you find DB name like xxx_dbname.

* Now go to your phpmy admin , open above named database.

* Find the table named youdatabasename_users

* Than find the field named user_password now select your admin with browse

* Click on edit record for admin ID select password tab now you need to encrypt your new password in md5 hash you can encrypt your new password with sites like

* http://www.adamek.biz/md5-generator.php

* http://www.miraclesalad.com/webtools/md5.php

* now copy that encrypted hash and paste in your password tab in database

* Click on go!

* Now you done here go to your forum and write ur admin id and created password and login

* Enjoy :)

Liked this post? Got something to say? Share/Comment below. You can also Get Regular Updates. Subscribe to Free RSS Feeds or Email Updates. Follow us on Twitter @madrasgeek and Like us on Facebook.

Subscribe to MadrasGeek for daily tips in your email inbox for free:

You May Also Like To Read:

Share & EnjoY :
  • Digg
  • del.icio.us
  • Facebook
  • Twitter
  • StumbleUpon
  • Reddit
  • email
  • Yahoo! Bookmarks
  • Print
  • PDF
  • RSS

{ 2 comments }

1 Abhishek April 19, 2009 at 11:20 pm

Kool way thanks !!

2 srivathsan.GK April 20, 2009 at 3:33 pm

jai ho! ;) )

Comments on this entry are closed.

Previous post:

Next post: