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
  #142  
Old 11-16-2007, 05:34 AM
Lionel Lionel is offline
 
Join Date: Dec 2001
Location: Delray Beach, Florida
Posts: 3,277
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, this is how I auto ban them. I set mine to 5 seconds

In the Is Bot plugin at register_addmember_process, right before
Quote:

eval(standard_error(fetch_error('noregister')));
Put
PHP Code:
$db->query_write("UPDATE " TABLE_PREFIX "setting  SET value = IF(value <> '', CONCAT(value, ' ', $isbot_ipaddy) WHERE varname ='banip'"); 
  
$db->query_write("UPDATE " TABLE_PREFIX "datastore  SET data = IF(data <> '', CONCAT(data, ' ', $isbot_email) WHERE title ='banemail'"); 
And let them try again with a longer time frame :-)
Reply With Quote
  #143  
Old 11-16-2007, 06:51 AM
TheMilkCarton TheMilkCarton is offline
 
Join Date: Jan 2007
Posts: 294
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must have fast bots because mine usually take over 5 seconds on the *first* time.

After studying over 200+ of the last few days' attempts, I've realized it's meaningless to ban a specific IP or a specific email.. They ALWAYS change and even if they do re-attempt it's always from a different IP.

After getting several hundred attempts, I've also realized they are ALL covered by already very comprehensive banlist, and they ALL register from a specific timezone... so I might set the Execution Order of the timezone registration prevention hack higher than this, just so I don't get so many freaking emails.

What I have noticed is that there are a few select bots that always attempt with the exact same username. I'm already blocking them otherwise, so it's pointless to try banning them by username, though.

Also, Lionel...

Do you keep CAPTCHA on with all the options enabled? This mod isn't really doing anything for you then.. Probably 50% of your bots are taking over 5 seconds to register, and the thing that's keeping them from your forum is the CAPTCHA. I guess it can be useful with the things you've added to it, but you're probably getting a bunch of useless emails (unless of course you turned those off).

I, on the other hand, have disabled CAPTCHA (to make registration easier!) and with my suite of mods I've managed to avoid several hundred attempts in the past few days! I let one slip through on purpose to test my anti-spam mods, and those work well, too.
Reply With Quote
  #144  
Old 11-22-2007, 11:19 AM
Mr.Sinnev Mr.Sinnev is offline
 
Join Date: Jul 2007
Location: near Cologne/Germany
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Eine gute sache!!!Bis jetzt funktioniert er einwandfrei....Danke:up:
Reply With Quote
  #145  
Old 11-23-2007, 04:22 PM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed on 3.6.8 PL2 with CAPTCHA enabled...we'll see what's what...and post accordingly.

Thanks for this hack.
Reply With Quote
  #146  
Old 11-26-2007, 02:28 AM
mano1.com mano1.com is offline
 
Join Date: May 2002
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

could you tell em if this works on 3.5.4?

thank you!
Reply With Quote
  #147  
Old 12-23-2007, 04:11 AM
fringehead fringehead is offline
 
Join Date: Nov 2004
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi there,

I installed this mod and haven't gotten a single email yet I have had several bot signups. Is there anyway to check if this is working? I'm using 3.6.8 Patch Level 2.

Thanks,

Sean
Reply With Quote
  #148  
Old 12-23-2007, 04:35 AM
amagab amagab is offline
 
Join Date: May 2006
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Really strange, did the bots stop? I had this mod installed for several months and I was blocking about 10-20 bots every day. Now I dont get anymore emails about blocked bots? Anyone else experiencing this?
Reply With Quote
  #149  
Old 12-23-2007, 08:19 PM
fringehead fringehead is offline
 
Join Date: Nov 2004
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by fringehead View Post
Hi there,

I installed this mod and haven't gotten a single email yet I have had several bot signups. Is there anyway to check if this is working? I'm using 3.6.8 Patch Level 2.

Thanks,

Sean
Sorry I didn't do the template mod so I should be set now!
Reply With Quote
  #150  
Old 12-24-2007, 02:40 PM
leitel leitel is offline
 
Join Date: Mar 2003
Location: Costa Rica
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you for such a useful mod. Even with captcha and random reg questions, I was STILL getting bot registrations!!!!

With this mod I am trapping several bot attempts daily.

Thanks!
Reply With Quote
  #151  
Old 01-07-2008, 02:50 AM
fringehead fringehead is offline
 
Join Date: Nov 2004
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IsBot is an awsome MOD! It blocked 12 bots today and we still have 5 hours left! I think the bot traffic is increasing.... Definitely a very useful tool!!

Sean
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 03:19 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.04874 seconds
  • Memory Usage 2,337KB
  • 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_php
  • (2)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