MyBB Community Forums

Full Version: it's very urgently plz tell now
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey sir

i m delete admin by admin panel
so how to recover it

i m change in

config.php
$supermoderate id = 1
i replace 1 to 54
but it's not working
so plz tell me how to set admin

sorry for bad English
(2014-05-23, 06:52 AM)rockindia Wrote: [ -> ]hey sir

i m delete admin by admin panel
so how to recover it

i m change in

config.php
$supermoderate id = 1
i replace 1 to 54
but it's not working
so plz tell me how to set admin

sorry for bad English

Open up PHPmyadmin and goto database then query and run this:

UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'Your users ID' 

This is what i am understanding Smile.