MyBB - Unbanning yourself 08-23-2013, 10:25 PM
#1
Did you ever accidentally ban yourself?
Requirements:
If you banned yourself and you have access to phpMyAdmin just run these queries.
If your UID is not 1, then replace it with whichever one is yours.
Requirements:
- phpMyAdmin
If you banned yourself and you have access to phpMyAdmin just run these queries.
Code:
DELETE FROM mybb_banned WHERE uid=1
Code:
UPDATE mybb_users SET usergroup=4 WHERE uid=1
If your UID is not 1, then replace it with whichever one is yours.