Ban Hammer

All new MODs released in our MOD-Database will be announced in here. All support for released MODs needs to take place in here.

Ban Hammer

Postby MOD Robot » Thu Aug 27, 2009 3:55 am

Modification name: Ban Hammer
Author: SyntaxError90
Modification description: An MCP module that bans and rids profile data of the usernames entered in the box. You may also use this to remove all their topics, replies, attachment, and PMs they sent. This module aids the moderation team in cleaning spam bot accounts and the trouble they left behind on your forums.
Modification version: 1.0.1
Tested on phpBB version: See below

Download file: ban_hammer_1.0.1.zip
File size: 38065 Bytes

Modification overview page: View


Selected tags:
  1. Time
    1. ~ 3 Minutes
  2. Category
    1. Anti-Spam
    2. Moderator Tools
  3. phpBB
    1. 3.0.5

Support for this modification needs to be asked within this topic. The phpBB Team is not responsible or required to give anyone support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB MODifications Team may not be able to provide support.

This MOD has only been tested by the phpBB MOD Team with the phpBB version listed in the topic. It may not work in any other versions of phpBB.
(this is a non-active account manager for the phpBB MOD Team)
MOD Robot
MOD Queue Bot
MOD Queue Bot
 
Posts: 22154
Joined: Sat Aug 16, 2003 7:36 am

Ban Hammer

Postby DavidIQ » Thu Aug 27, 2009 3:55 am

Modification validated/released

Notes:
User avatar
DavidIQ
MOD Team Member
MOD Team Member
 
Posts: 9565
Joined: Thu Jan 06, 2005 1:30 pm
Location: Clearwater, FL

Ban Hammer

Postby SyntaxError90 » Thu Aug 27, 2009 3:55 am

Image
Special thanks to Aeronaut for the image!

Sales Pitch
Are 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 Exactly
It 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
Image

Assigning a Rank
Do 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)

Genders
Are 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! :D

Image
Last edited by SyntaxError90 on Thu Sep 24, 2009 4:14 am, edited 7 times in total.
I find Coffee an excellent replacement for sleep.
No Support via PM | WebSyntax.net | Ichimonai
My Mods: JavaScript Anti bot | BAN HAMMER
Mods In Progress: phpBB Twitter | Gravatar | Board Market | textCAPTCHA Plugin
My Blog (Don't click)
User avatar
SyntaxError90
MOD Team Member
MOD Team Member
 
Posts: 794
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramental, CA

Re: Ban Hammer

Postby RottNKorpse » Thu Aug 27, 2009 5:10 am

Sounds good and the name is quite good too...my site even has people who already talk about using a ban hammer. :)

Any screens of this mod?
User avatar
RottNKorpse
Registered User
 
Posts: 156
Joined: Fri Apr 29, 2005 9:46 pm
Location: don't rush me

Re: Ban Hammer

Postby SyntaxError90 » Thu Aug 27, 2009 5:17 am

RottNKorpse wrote:Sounds good and the name is quite good too...my site even has people who already talk about using a ban hammer. :)

Any screens of this mod?


I just edited it into my reserved post, along with some additional information many potential users might find useful.
I find Coffee an excellent replacement for sleep.
No Support via PM | WebSyntax.net | Ichimonai
My Mods: JavaScript Anti bot | BAN HAMMER
Mods In Progress: phpBB Twitter | Gravatar | Board Market | textCAPTCHA Plugin
My Blog (Don't click)
User avatar
SyntaxError90
MOD Team Member
MOD Team Member
 
Posts: 794
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramental, CA

Re: Ban Hammer

Postby RottNKorpse » Thu Aug 27, 2009 6:08 am

looks like an outstanding mod!

Only thing I could think of to improve it would be to somehow add a ban for the most active IP or latest IP maybe and banning of the account's email if a forum is restricted to one account per email or disabled if multiple accounts are allowed. Then it would cover everything.

Anyway, thanks again for this mod looks great.
User avatar
RottNKorpse
Registered User
 
Posts: 156
Joined: Fri Apr 29, 2005 9:46 pm
Location: don't rush me

Re: Ban Hammer

Postby ijhtio » Thu Aug 27, 2009 7:03 am

congrats on the validation... :)

I hope it is same as RC4 in Development section...or do I need to install this one and upgrade...?
regards,
ijhtio
User avatar
ijhtio
Registered User
 
Posts: 148
Joined: Sat Feb 28, 2009 10:09 pm

Re: Ban Hammer

Postby SyntaxError90 » Thu Aug 27, 2009 7:17 am

ijhtio wrote:congrats on the validation... :)

I hope it is same as RC4 in Development section...or do I need to install this one and upgrade...?

I think the mod team made some minor changes includes/mcp/mcp_ban_hammer.php. Just re-upload the file, there is no need to run the installer again.
I find Coffee an excellent replacement for sleep.
No Support via PM | WebSyntax.net | Ichimonai
My Mods: JavaScript Anti bot | BAN HAMMER
Mods In Progress: phpBB Twitter | Gravatar | Board Market | textCAPTCHA Plugin
My Blog (Don't click)
User avatar
SyntaxError90
MOD Team Member
MOD Team Member
 
Posts: 794
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramental, CA

Re: Ban Hammer

Postby GurlzLubme » Fri Aug 28, 2009 6:46 am

sounds coool! I will try to install it sometime. Question: It's built so that a mod can NOT ban hammer an admin, right?
1,000,000 Thank Yous to everyone who's been helping me on phpbb.com!
User avatar
GurlzLubme
Registered User
 
Posts: 870
Joined: Wed Sep 01, 2004 11:21 am
Location: New York

Re: Ban Hammer

Postby SyntaxError90 » Fri Aug 28, 2009 7:15 am

GurlzLubme wrote:sounds coool! I will try to install it sometime. Question: It's built so that a mod can NOT ban hammer an admin, right?

Founders can not be ban hammered.
I find Coffee an excellent replacement for sleep.
No Support via PM | WebSyntax.net | Ichimonai
My Mods: JavaScript Anti bot | BAN HAMMER
Mods In Progress: phpBB Twitter | Gravatar | Board Market | textCAPTCHA Plugin
My Blog (Don't click)
User avatar
SyntaxError90
MOD Team Member
MOD Team Member
 
Posts: 794
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramental, CA

Re: Ban Hammer

Postby comkidwizzer3 » Mon Aug 31, 2009 12:37 pm

SyntaxError90 wrote:Assigning a Rank
Do 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)


Why not design an ACP Module to go with it and assign the rank :D
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
comkidwizzer3
Registered User
 
Posts: 378
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Ban Hammer

Postby SyntaxError90 » Mon Aug 31, 2009 11:21 pm

comkidwizzer3 wrote:
SyntaxError90 wrote:Assigning a Rank
Do 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)


Why not design an ACP Module to go with it and assign the rank :D

I am writing that for the next release. ;)

It will have the option to designate a rank, AND you can choose a forum as a trash can to dump all the posts into instead of deleting.
I find Coffee an excellent replacement for sleep.
No Support via PM | WebSyntax.net | Ichimonai
My Mods: JavaScript Anti bot | BAN HAMMER
Mods In Progress: phpBB Twitter | Gravatar | Board Market | textCAPTCHA Plugin
My Blog (Don't click)
User avatar
SyntaxError90
MOD Team Member
MOD Team Member
 
Posts: 794
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramental, CA

Re: Ban Hammer

Postby RottNKorpse » Mon Aug 31, 2009 11:28 pm

SyntaxError90 wrote:you can choose a forum as a trash can to dump all the posts into instead of deleting.

Awesome...the only reason I dont use this mod is because of the deletion of the threads and I would prefer to move them kind of archiving the trash. So with that added then perfect.
User avatar
RottNKorpse
Registered User
 
Posts: 156
Joined: Fri Apr 29, 2005 9:46 pm
Location: don't rush me

Re: Ban Hammer

Postby comkidwizzer3 » Mon Aug 31, 2009 11:30 pm

That will be cool :D
~My MODs~
Login After Register - v1.0.0 | Custom Ranks MOD - RC

~!Hasher!~
comkidwizzer3
Registered User
 
Posts: 378
Joined: Fri Jul 13, 2007 8:24 am
Location: $user->data['user_location'];

Re: Ban Hammer

Postby PinoyEngine™ » Tue Sep 01, 2009 3:29 pm

I'll be waiting for the next release.. congratz! :D
User avatar
PinoyEngine™
Registered User
 
Posts: 204
Joined: Fri Apr 24, 2009 7:12 am

Next

Return to [3.0.x] MOD Database Releases

Who is online

Users browsing this forum: bet-winners, codfather, FladeX, iWisdom, klone, moonlightkisu, MSNbot Media, Redy, RMcGirr83, WolfSoul, Xtracker! and 43 guests