vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Anti-Spam Options - Is Bot: Registration Time Check (https://vborg.vbsupport.ru/showthread.php?t=135094)

vinzphua 02-22-2011 01:18 PM

It is still fast. Let's say, it can complete 1 registration form in 1 second. Instead of doing one form every 1 second, it simply does 20 forms in 20 seconds.

In fact, it could be faster. Because while it is waiting for the web server to respond to it's HTTP request, it will be idling. So instead of idling, it can simply shoot off a few more HTTP requests to few more servers.

I'm really simplifying it here. I'm leaving out server response time and such. A well written bot can be much more efficient.

Boofo 02-22-2011 01:32 PM

True, but most bots will do a grab and rub and move on to the next site. I have yet to see a bot that will backtrack after so many seconds to the same site. That would be a lot of http calls.

vinzphua 02-22-2011 01:55 PM

Nope. It's still the same number of HTTP requests. Requesting the reg form is one request. Submitting it is another request.

jononline 02-27-2011 01:18 AM

3 questions

1. Where do I change the time period?
2. what is the recommened time used by everyone?
3. Where are the settings for this after installed?

Boofo 02-27-2011 01:40 AM

I answered you all of this in the other thread.

StephenKay 02-27-2011 10:03 PM

Hi,
I'm having problems with spambots submitting multiple requests to register.php?do=addmember; thousands per day.

Of course, since I use the human verification option with graphics etc., they are unsuccessful in completing any registrations. But the traffic is slowing down the server greatly and my ISP is pissed off.

Will this mod do anything to alleviate that issue? Once they are detected by this, does that in any way stop them from making more requests to register.php?do=addmember?

tester559 03-09-2011 05:20 PM

Will this work with v4

vinzphua 03-09-2011 11:44 PM

Quote:

Originally Posted by stuarttunstall (Post 2171493)
Will this work with v4

Yes it does, with some simple changes. Go see post #347 (on page 24) of this thread. Also read the posts following that for additional information.

thalamus 03-28-2011 01:35 PM

Just to clarify post #347:

It should read:
Code:

<input type="hidden" name="isbot_time1" value="{vb:raw isbot_time1}" />


and not:
Code:

<input type="hidden" name="isbot_time1" value="${vb:raw isbot_time1}" />


... note the missing '$'

vinzphua 03-28-2011 01:50 PM

thalamus, Thanks for catching that. I've edited post #347 to remove the error.


All times are GMT. The time now is 07:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01428 seconds
  • Memory Usage 1,736KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete