MyBB Community Forums

Full Version: need help acessing admin CP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
well i just changed my rank on forums to test somthing and now i cant re-enter the admin cp because i dont have the owner rank.
how can i get back in?
Run this query in PHPmyadmin;
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1';

Also, make sure that in the ./inc/config.php file this is what line 70 looks like:

$config['super_admins'] = '1';
i still cant get in the admin Cp even after doing this
Make sure your userID is 1
how can i check my user id?
because im really sure mine isnt 1
^ point mouse over your user name (link) on your forums - it might indicate your Uid [eg. here your Uid = 54141]
your forum URL please ...
It's the number at the end of the URL when you view your profile.
wow guys thanks alot reapply helped me out