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 |
#342
|
|||
|
|||
I'm not sure what to tell you, except of course you should disable it, at least for now. What I really need to do is finish the logging feature so that when something like this happens we will have some information to use.
|
#343
|
||||
|
||||
Quote:
installed also on your site? I know this mod does not work with that mod installed. |
Благодарность от: | ||
Max Taxable |
#344
|
|||
|
|||
wow i see there are issues with the spam hammer, lucky i still have the 1 series on my one forum, on a new forum i need this feature as its the only mod that ever worked for spammers, kudos to you kh99 it works and we are well pleased, thanks for your effort
|
#345
|
|||
|
|||
Quote:
Still hoping someday he'll get time to work on that added logging feature like the way Glowhost SOM works |
#347
|
|||
|
|||
Is there a setting to check /adjust which plugin would affect registrations first
Like if using this mod and Glowhost find out which kicks in first? |
#348
|
|||
|
|||
Yes, if you go to the plugin manager and edit a plugin, you can change the Execution Order field. Lower numbers get executed before higher numbers.
ETA: I haven't looked at the code for this in a while, but I seem to remember that I have more than one plugin on some hooks, and the order of execution is important, so if you change the execution order, make sure you keep plugins on the same hook in the same relative order. |
#349
|
|||
|
|||
Thanks Kevin just the info I needed
|
#350
|
|||
|
|||
Both Mods seem to use Execution Order 5 alot
How does the system decide which to use first? Code:
Spambot Stopper 11 plugins ======================================== Hook Location register_start Post to thread Execution Order 10 Hook Location register_addmember_process Spambot Stopper - Check DM Errors Execution Order 5 Hook Location register_start Spambot Stopper - Main Execution Order 10 Hook Location register_start Spambot Stopper - Register Start Execution Order 20 Hook Location register_addmember_complete Spambot Stopper - Successful Execution Order 5 Hook Location register_forum_complete Time Check - Add Delay Enforcement JS Execution Order 5 Hook Location register_forum_complete Time Check - Add Form Hidden Fields Execution Order 5 Hook Location cache_templates Time Check - Cache Templates Execution Order 5 Hook Location cron_script_cleanup_hourly Time Check - Change Secret Execution Order 5 Hook Location init_startup Time Check - Get Datastore Execution Order 5 Hook Location register_start Time Check - Main Execution Order 10 ======================================== Glowhost Spam-O-Matic 11 plugins Hook Location parse_templates Affiliate link placement Execution Order 50 Hook Location inlinemod_action_switch Form actions Execution Order 5 Hook Location register_activate_process GlowHost - Spam-O-Matic: Activation Post-Fix Execution Order 5 Hook Location newpost_process GlowHost - Spam-O-Matic: AKISMET SPAM filter Execution Order 5 Hook Location register_addmember_complete GlowHost - Spam-O-Matic: Finish Registration Execution Order 5 Hook Location threadfpdata_presave GlowHost - Spam-O-Matic: First Post/Thread Control Execution Order 5 Hook Location useradmin_edit_start GlowHost - Spam-O-Matic: Modify User Quick Links Menu Execution Order 5 Hook Location register_addmember_process GlowHost - Spam-O-Matic: Registration Pre-Check Execution Order 5 Hook Location postdata_presave GlowHost - Spam-O-Matic: Replies Control Execution Order 5 Hook Location showthread_start Menu item in Moderation Tools Execution Order 10 Hook Location forumhome_complete Stats render Execution Order 50 ======================================== |
#351
|
|||
|
|||
Yeah, I'd have to study the code, maybe it has to do with the order they were installed in or something like that. But unless they have different execution orders, then you shouldn't depend on any particular order.
You could do something like change all the 5s to 6s and 10s to 11s in the one you want to run second. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|