The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Spambot Stopper - Prevent Spambots from Registering Details »» | |||||||||||||||||||||||||||||||
Spambot Stopper - Prevent Spambots from Registering
Developer Last Online: Sep 2020
What is it?
---------------------------- This mod rejects registrations where the form is filled out in less than a minimum time. You can configure one of the following actions to be taken when an automated registration is detected: - Show a "No Permissions" page - Display the "Successful Registration" message but without creating an account - Redirect the user to any URL you choose - Reload the registration page with an error message of your choosing You can also provide a list of email addresses to be notified each time a registration is blocked. Added for version 1.1.1: Time delay enforcer, maximum time option, time limits to cut down on email notifications, posting to a thread. In the future, I'd like to add some simple logging and statistics, and a summary type of email notification (because people seem to quickly get tired of the single emails). Note: I coded this myself from scratch, but I would like to acknowledge a couple of previous mods that used this same idea, by users Calorie and noppid, and maybe others. In any case, I believe this one adds some features that the others don't have. Other advantages: no ads or links, no abuse of update notifications, no disappearing features, no threats to delete the mod (it will never be deleted, at least by me). Also, translations are allowed. Installation: ---------------------------- 1) If you have "Is Bot", "Stop the Registration Bots", "Spammers Suck!", or another mod that works on registration time, note any admincp settings for that mod then uninstall it. 2) Import the product XML file from the Product Manager. 3) Go to Settings > Options > Spambot Stopper Options and configure the desired settings. 4) IMPORTANT: try to register a new user to make sure that there are no problems with humans registering. If you want, you can also temporarily set the minimum time to a higher value (like 60 seconds) and test to see if the spammer rejection is working. History: ---------------------------- 1.1.1 (Feb 16, 2013)
1.0.1 (Feb 01, 2013)
1.0 (Jan 31, 2013)
Download Now
Screenshots
Show Your Support
|
19 благодарности(ей) от: | ||
Bald Bouncer, CharlesEdwards, Cyberbang3r, davidg, Digital Jedi, foureyedpride, John Lester, obglobal.net, Pieper, RichieBoy67, sternenfee, tareqbd, Techno Cowboy, TheLastSuperman, too_cool_3 |
Comments |
#472
|
||||
|
||||
Quote:
I never used the "wait for time to expire" feature though. It tips off the minimum time setting. |
#473
|
|||
|
|||
I have added a little bit of functionality to spambot blocker. Mainly it is to write all the attempts of spambots trying to register into a log, well, actually a DB table, so that those attempts can be data-mined afterwards. E.g. that way I can see with certainty, what I already suspected: more than 80% of all spammers are using @yahoo.com email addresses.
I am attaching a few screenshots of the results of the data captured for two weeks now. If anybody is interested in the changes, post here and I will create a list of changes. A live version of those pages can be found at: http://www.rx3forums.com/forums/pages.php?pageid=4 |
#474
|
|||
|
|||
Added another feature to this mod: Now it does add the spammers IP address to the list of banned IPs. That way the first time they try to register is also their last time. Since that list could potentially get rather long I am currently discussing to change this and put the list of blocked IPs into the DB into its own table. That way access would not slow down dramatically over time but stay rather rather constant and would only be one (rather simple) SQL statement.
Thoughts? |
#475
|
|||
|
|||
Quote:
|
#476
|
|||
|
|||
apleschu has been kind enough to share his additions, but I haven't had a chance to release them yet. But I will.
Regarding the banned ip lookup, I don't really know what to recommend when it comes to that kind of thing. But I remember a few years ago we tried this thing called zbblock which automatically blocked IPs, and the way it works is to ban one it appends it to a file (separated from the preceding one by a comma). Then to check an ip it does file_get_contents, then uses the php function substr_count. Anyway, just another idea. Edit: ...but now that I think about it, that was probably done because zbblock doesn't use a database at all. Although it does have the advantage of being able to do it's work before vbulletin does it's initialization. |
#477
|
|||
|
|||
Quote:
In addition I have set it up in a way so that the list is also sorted, so that it can be searched faster by a binary search rather than the linear search that is currently implemented. Either someone else is going to implement the binary of at some point in the future when I get to have too much time on my hands again I will change/add that kh99: I am going to IM you what you need. Specifically because I made this already IPv6 safe So there are a few changes to the package I sent you, that was only IPv4 |
#478
|
|||
|
|||
OK, sounds good. I guess I thought you wanted to change it because you thought keeping it in the setting might end up causing problems when it gets big, but I don't have any specific reason to think that myself.
|
#479
|
|||
|
|||
honestly, I don't know yet. for now I let it coast and see where that goes. if I find the energy and time to implement a binary search then that would still be LOTS faster than any DB search. Although the memory use would be unpredictable, especially if that would be used by forums that have 10's of thousands of banned IP addresses. And with the voracity the spammers are trying to register at my tiny forum it can't take too long before I have that.
I guess I will cross that bridge when I get to it. Right now this works and it works nicely. Once a spammer is identified their IP is blocked for good and they will never again use processor cycles or even given a second chance to see if they got smarter. |
#480
|
|||
|
|||
Quote:
Just watching the SpamBot Stopper log the IP's of every attempt, i'm sure the IP lists will be in the thousands in no time. They're almost always IP's from China anyway. EDIT: I forgot to ask. Does the latest version here in this thread need to be downloaded and installed to get gain this functionality? |
#481
|
||||
|
||||
hmmmm.... this Missing or invalid check value was mention but never answered.
I still get it ever so often... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|