MyBB Community Forums

Full Version: UnBan All
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there anyway i can Unban all banned member form Forum with 1 click?

Thank you.
Provided you have access to a command line or phpMyAdmin then you could simply run this query.

UPDATE `mybb_users` SET `usergroup` = '2' WHERE `usergroup` = '7' 
(2015-04-21, 11:47 AM)Marisa Wrote: [ -> ]Provided you have access to a command line or phpMyAdmin then you could simply run this query.


UPDATE `mybb_users` SET `usergroup` = '2' WHERE `usergroup` = '7' 

Thank you! Heart
and how to remove all banned ip from db ?

in my forum some user showing same ip and showing some user to a msg
I'm sorry, but you are banned. You may not post, read threads, or access the forum. Please contact your forum administrator should you have any questions.
i am using 1.8.6 and cloudflare
plz reply anyone .
thnx in advance