![]() |
MyBB - Unbanning yourself - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: MyBB - Unbanning yourself (/Thread-MyBB-Unbanning-yourself) |
MyBB - Unbanning yourself - Flippy - 08-23-2013 Did you ever accidentally ban yourself? Requirements:
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. |