MyBB Community Forums

Full Version: Help??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, My database to my forum was hacked, now i am no longer a super admin. how can i get this back?

Thank you

Reece.
Add yourself as a super admin in ./inc/config.php

$config['super_admins'] = '1';
Im still only showing as registered. Sad
Run this is phpMyAdmin:
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = '1' 

Replace 1 with your actual user ID if it's not 1.