MyBB Community Forums

Full Version: Some Questions. Help!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well our forum was hacked, All acc's were deleted, BUt we restarted the forum, so nevermind that. I created an "Owners" Usergroup, but didn't give it permissions, And now I gave myself permissions to that group only, I don't have admin, And my other admins can't edit tha group or promote me. How can I add myself to admin again?

-ALSO- I want to make it so you have to sign in to view the forums, How?
UPDATE `mybb_users` SET `usergroup` = '4' WHERE `uid` = 'X';

Change the X to your UID. What version were you running when you got hacked??

If you edit the usergroup settings for the guest group, untick the 'Can view board?' option and they'll only see a no permissions page and will have to be signed in to see anything.
Where is this code i have to edit at? And it was the latest version.
In addition, upgrade to the latest version as well if you still haven''t.
Sorry, you need to run that in phpMyAdmin.
1and1 phpMyAdmin is strange, I'll try to work this.
Alright, I ran that in phpMyAdmin, Here is what came out.

SQL query:

UPDATE mybb_users SET usergroup = '4' WHERE uid = 'planetmuncher'
MySQL said:

#1146 - Table 'db308986692.mybb_users' doesn't exist

[ Back ]