Login Register






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


[Admin Trick] Unban Yourself filter_list
Author
Message
[Admin Trick] Unban Yourself #1
Suppose you are only admin and you've banned yourself, then?
Freaky, but accident happens ...

Go to your hosts control panel and launch phpMyAdmin.

Run the following commands:

Code:
DELETE FROM mybb_banned WHERE uid=1

next ...

Code:
UPDATE mybb_users SET usergroup=4 WHERE uid=1

You are unbanned and assigned to admin again!!!

Note:
Assuming your UID is 1 (default for first member : admin).
Assuming your database table prefix is mybb_ (default), if not, change what is.
Assuming your usergroup is 4 (default for Administrators), if not, change what is.

Reply





Messages In This Thread
[Admin Trick] Unban Yourself - by CrazyJ Cena - 05-06-2013, 12:42 PM



Users browsing this thread: 1 Guest(s)