Special thanks to Aeronaut for the image!Sales PitchAre you tired of banning spambots? Along with banning, you also may find it necessary to rid the profile data, such as a spam website they may link to. Let the BAN HAMMER take the grunt work out of it! This modification will, in one single step, allow you to mass ban and rid all profile data of the user accounts you specify. But wait, there's more! you will also find not one, but TWO check boxes in the MCP module, you may choose to, along with banning, DELETE all their posts and/or DELETE all of the PMs they have sent!
What it is ExactlyIt is a MCP module using the "banning" permission set, so you can do it on the go, and give your Moderators the power as well. It is avaible for both Prosilver and Subsilver2
Screenshot
Assigning a RankDo you want to automatically assign them a rank while banning? (If you have a BANNED rank or something of that nature) Easy! It requires only a few steps.
1) Log into your ACP > Users and Groups (tab) > Manage Ranks
2) Find the rank you wish to assign banned users, and click edit
3) Look in your URL bar, it might look something like this:
- Code: Select all
http://localhost/community/adm/index.php?i=ranks&sid=3349c8da2cfee20ff52826f4dedb9682&mode=ranks&action=edit&id=8
4) At the end, you will see a value called id, in this case, "id=8"
5) Now that you know your rank id (8 in this sample), open root/includes/mcp/mcp_ban_hammer.php
Find:
- Code: Select all
'user_birthday' => ' 0- 0- 0',
Add After:
- Code: Select all
'user_rank' => '8',
Be sure to change '8' to what your rank's id you wish to assign is.
6) Save and test it out (No need to purge cache)
GendersAre you using
evil<3's
Genders MOD?
bonelifer was kind enough to create a simple alteration to clear that data as well, it can be found at
this link.
Planned Features (for 1.1.0) - Ban Hammer accessible via ACP
- ACP Configuration - Assign Trash Can Forum, instead of deletion
- ACP Configuration - Assign rank to give hammered members
- ACP Configuration - Set predefined Ban reasons
I hope you find Ban Hammer useful!

