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

Reply
 
Thread Tools
Is Bot: Registration Time Check Details »»
Is Bot: Registration Time Check
Version: 1.0.0, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Anti-Spam Options - Version: 3.6.8 Rating:
Released: 12-29-2006 Last Update: Never Installs: 735
Uses Plugins Template Edits
 
No support by the author.

This mod calculates the time it takes to go between these two pages:
  • /forum/register.php?do=register
  • /forum/register.php?do=addmember
The point is to try and prevent bots from registering at your forum when the time between the two pages is humanly impossible, assuming that humans actually take the time to complete the registration page.

Should a user be blocked from registering at your forum, an email will be sent to your vB webmasteremail address and the user will see the vB noregister phrase message, so no screenshot is necessary.

Download Now

File Type: zip isbot.zip (1.7 KB, 4054 views)

Show Your Support

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

Comments
  #192  
Old 05-09-2008, 02:38 PM
droid101 droid101 is offline
 
Join Date: Jan 2008
Posts: 102
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This thing has saved me so much moderation time... it's ridiculous. This is by far the best mod I have with regards to cutting down my admin time. Ten more thumbs up.
Reply With Quote
  #193  
Old 05-12-2008, 10:07 AM
bobs409 bobs409 is offline
 
Join Date: Mar 2005
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great! :up: Caught 4 spambots on the first night.

Thanks so much for this great mod!


Bob
Reply With Quote
  #194  
Old 05-13-2008, 03:53 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mine had been working well, been receiving e-mails just fine, and now just recently i've not been getting e-mails and bots are getting in.

i checked my templates and re-imported the product, also checked the hooks. all seems to be in place.

any ideas?
Quote:
Originally Posted by scan-pa View Post
30 sec. will let most bots in.....

15 seconds and under is the recomendation. Reg Bots are super quick, aprox 7 - 18 sec, per reg page.

turn it down a few sec.
am pretty sure this is incorrect. The code is written such that if they get in UNDER the time you specify they're flagged as a bot. so a higher time should nab more at the risk of getting legit users, however.
Code:
	if ($isbot_timediff <= 15) // difference in seconds
	{
		$isbot_username = htmlspecialchars_uni($vbulletin->GPC['username']);
		$isbot_email = htmlspecialchars_uni($vbulletin->GPC['email']);

		$isbot_subject = $vbphrase['isbot_user_blocked_from_registering'];
		$isbot_message = $vbphrase['isbot_the_following_name_email_blocked']
...
}
Reply With Quote
  #195  
Old 05-16-2008, 10:50 AM
Joe Blow Joe Blow is offline
 
Join Date: Aug 2004
Posts: 40
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Awesome mod! Thank you! :up:
Reply With Quote
  #196  
Old 05-16-2008, 12:45 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

one thing i'd like to see in the future, or if anybody knows how to do it, is the IP address of the offender put into the e-mail that is sent.

then, you couple this mod w/ the IP No Register mod and you can ban repeat offenders from even trying.
Reply With Quote
  #197  
Old 05-16-2008, 01:07 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bc3tech View Post
one thing i'd like to see in the future, or if anybody knows how to do it, is the IP address of the offender put into the e-mail that is sent.

then, you couple this mod w/ the IP No Register mod and you can ban repeat offenders from even trying.
I did that to mine 2 minutes after I installed it. All you need to add is IP: IPADDRESS
Reply With Quote
  #198  
Old 05-16-2008, 05:39 PM
bc3tech bc3tech is offline
 
Join Date: Mar 2007
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by webgod View Post
Well the Bots are getting smarter.


just had the following occur:

@ 7:52am CST:


@ 7:56am CST:


@ 7:58am CST



He got through.. note the IP address is different for all three attempts!
note the same e-mail address each time. this is why the auto-ban e-mail is a good option.
Quote:
Originally Posted by Boofo View Post
I did that to mine 2 minutes after I installed it. All you need to add is IP: IPADDRESS
yup found that in some previous posts after more searching. thanks though.
also implemented the auto ip & auto e-mail banning. we'll see how it goes!
Reply With Quote
  #199  
Old 05-16-2008, 05:51 PM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you point me to the auto email and IP banning?
Reply With Quote
  #200  
Old 05-25-2008, 05:17 AM
Clayton Clayton is offline
 
Join Date: Nov 2004
Posts: 216
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Boofo View Post
Can you point me to the auto email and IP banning?

ditto here, more interested in email banning

:up:
Reply With Quote
  #201  
Old 05-25-2008, 07:36 AM
nova4708 nova4708 is offline
 
Join Date: Sep 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is an amazing plugin. I've just come back to find out how to get it to stop sending me emails, because in the couple weeks since I've installed it, it's blocked over 500 bot signups!

I'm so glad I added this! The spam on the site has been dramatically reduced, giving the mods just that much less to worry about. Fantastic!
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 02:03 AM.


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.05650 seconds
  • Memory Usage 2,335KB
  • 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
  • (1)bbcode_code
  • (5)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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