Login Register






Thread Rating:
  • 0 Vote(s) - 0 Average


MyBB - Unbanning yourself filter_list
Author
Message
MyBB - Unbanning yourself #1
Did you ever accidentally ban yourself?

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.

Reply







Users browsing this thread: 1 Guest(s)