Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Spambot Stopper - Prevent Spambots from Registering Details »»
Spambot Stopper - Prevent Spambots from Registering
Version: 1.1.1, by kh99 kh99 is offline
Developer Last Online: Sep 2020 Show Printable Version Email this Page

Category: Anti-Spam Options - Version: 4.x.x Rating:
Released: 01-31-2013 Last Update: 02-15-2013 Installs: 443
Uses Plugins Auto-Templates
Re-useable Code Translations  
No support by the author.

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)
  • Added timer for enforcing minimum time
  • Added maximum registration time limit
  • Added time limits for email notifications
  • Added posting notificatiosn to a thread

1.0.1 (Feb 01, 2013)
  • Fixed bug
  • Added check for fake timestamps

1.0 (Jan 31, 2013)
  • Initial Release

Download Now

File Type: zip product-kh99_spambot_stopper_1.1.1.zip (111.5 KB, 2335 views)

Screenshots

File Type: jpg sg1.jpg (118.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #72  
Old 02-26-2013, 01:42 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apsrfvb4 View Post
kh99,
Can you explain the setting for Force Wait for Minimum Time
How does it also not force the spambots to wait for same amount of time?
It uses javascript to prevent the "Complete Registration" button (the submit button) from being pressed until the minimum time has passed. But a spambot doesn't press the button to submit the form (and probably just ignores the javascript) , so it doesn't have to wait.
Reply With Quote
  #73  
Old 02-26-2013, 01:57 AM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
It uses javascript to prevent the "Complete Registration" button (the submit button) from being pressed until the minimum time has passed. But a spambot doesn't press the button to submit the form (and probably just ignores the javascript) , so it doesn't have to wait.
Thanks for the quick reply kh99. Can I ask how do they submit the form then ..just curious.
Reply With Quote
  #74  
Old 02-26-2013, 02:06 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apsrfvb4 View Post
Thanks for the quick reply kh99. Can I ask how do they submit the form then ..just curious.
Well, I'm not any kind of expert on spamming software, but anyway: your browser is just a program on your computer that displays web pages. If you're looking at your forum's registration page, for instance, and you press submit, the browser takes all the info you entered in the form and packs it up into an http request, connects to your server, and sends it. But any program can connect to your server and send a request, and it's actually pretty easy to write a program that can send a request that looks exactly the same as one coming from your browser. And if you write your own program you don't have to pay any attention to the submit button or to javascript that enables or disables it, you just send your "fake" request whenever you want.

Anyway, I'm not that great at explaining things like this - I hope it makes some sense.
Reply With Quote
  #75  
Old 02-26-2013, 02:08 AM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes that helps thanks.

One last question I promise
Limit Notifications By Registration Time

If I set the range to be 0-60 or 1-60
Would I be able to get a message for both successful and denied registrations
Reply With Quote
  #76  
Old 02-26-2013, 02:10 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apsrfvb4 View Post
One last question I promise
Limit Notifications By Registration Time

If I set the range to be 0-60 or 1-60
Would I be able to get a message for both successful and denied registrations

Yes, if you set the high end of the notification range to be more than the minimum time, you'll get notifications of successful registrations.
Reply With Quote
  #77  
Old 02-26-2013, 02:19 AM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perfect - I have now officially selected yours as my timer-based Mod vs the others.
Mainly cause it has the option to feed the notifications to a thread.

Thanks much
Reply With Quote
Благодарность от:
kh99
  #78  
Old 02-26-2013, 02:33 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You're welcome.

Yeah, when it comes to timer-based anti-spambot mods, there's a choice of 3 that I know of for vb4. There are a few people who seem unhappy about this being one of them, but at the time I created it, one of the other two had been deleted by the author and the other had a problem and wasn't working. Since then, the deleted one has been restored and the other one was fixed, but this one's here now and I'm not going to abandon the people who installed it, or remove it just because someone else wants a monopoly on the idea. But having said that, I have no reason to encourage people to use mine over another one, so I think some of those unhappy people are imagining a competition that doesn't exist.

Anyway, feel free to ask any other question or suggest features. I have another update in the works which should have some logging and stats, and maybe a few other things.
Reply With Quote
  #79  
Old 02-26-2013, 02:59 AM
Bluemax712 Bluemax712 is offline
 
Join Date: Oct 2010
Posts: 186
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry - I guess I lied about another question

I was able to get the first message logged to a thread
but haven't been able to get anymore since to appear
though the new ones do show up in an email.

Is it a one or the other option? any ideas on how to troubleshoot this?
Reply With Quote
  #80  
Old 02-26-2013, 03:07 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apsrfvb4 View Post
Sorry - I guess I lied about another question

I was able to get the first message logged to a thread
but haven't been able to get anymore since to appear
though the new ones do show up in an email.

Is it a one or the other option? any ideas on how to troubleshoot this?
Hmm...well, it's not one or the other, you should be able to get both. But there is something I just remembered - the notification range only applies to the emails. For the thread posting, you'll only get rejection notices (and you should get all of them). So maybe that's the issue?

I kind of threw the thread posting option in there just before releasing that version, and I expect to apply the time limits (or maybe a separate set of limits) to the thread posting in a later version. Sorry if that messes up your plans.

If you are getting rejection emails but no posts, I'm not sure why that would happen, and unfortunately the only thing I can think right now is for me to do more testing to see if I can figure it out. Double check the settings (if you haven't already) to make sure the threadid and userid are correct.
Reply With Quote
  #81  
Old 02-26-2013, 03:07 AM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by kh99 View Post
You're welcome.
There are a few people who seem unhappy about this being one of them, but at the time I created it, one of the other two had been deleted by the author and the other had a problem and wasn't working. Since then, the deleted one has been restored and the other one was fixed, but this one's here now and I'm not going to abandon the people who installed it, or remove it just because someone else wants a monopoly on the idea. But having said that, I have no reason to encourage people to use mine over another one, so I think some of those unhappy people are imagining a competition that doesn't exist.
I havent seen any 'unhappiness' or 'imagining' in your thread. Did I miss something?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:48 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08253 seconds
  • Memory Usage 2,363KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (16)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete