![]() |
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. |
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.
|
Nope. It's still the same number of HTTP requests. Requesting the reg form is one request. Submitting it is another request.
|
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? |
I answered you all of this in the other thread.
|
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? |
Will this work with v4
|
Quote:
|
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 '$' |
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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|