![]() |
Installed this mod on my forum, Unable to stop the bots. 95 in the last 24 hours. I checked to see if this mod was on and adjust time to 30 secs. Any help would be appreciated.
$vbulletin->input->clean_array_gpc('p', array( 'isbot_time1' => TYPE_UINT )); if ($vbulletin->GPC['username'] && $vbulletin->GPC['email']) { $isbot_time1 = $vbulletin->GPC['isbot_time1']; $isbot_time2 = TIMENOW; $isbot_timediff = intval($isbot_time2 - $isbot_time1); if ($isbot_timediff <= 30) // 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'] . ': ' . $isbot_username . ' - ' . $isbot_email . ' (' . $isbot_timediff . ' ' . $vbphrase['isbot_seconds_transpired'] . ')'; vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true); eval(standard_error(fetch_error('noregister'))); } } |
set it to 12 sec to 15 sec.
|
Quote:
|
Got my first one :)
The following user name with email address was blocked by the Is Bot mod: Whassyoraky - xrumer@micro.lt (7 seconds transpired) I love it!!!! |
Been using this mod for a year or so.
I get anywheres from 50 to 75 emails per day from the forum server letting me know it caught a spammer. I have it set to the default 15 seconds. Most are from Russia, here is an example. Not sure if this one is from Russia though. Quote:
|
Quote:
correctly? I do know someone that edited the.xml and imported it but neglected to add the template edited that is required. 8 bots stopped within the last 90 minutes here. |
Quote:
|
Quote:
Quote:
|
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. |
Thanks CareyCrew & scan-pa for the info. Edited the template and time to 7 secs. So far so good no spiders.:D
Spoke to soon, Still comeing in. I have 4 skins and paste this into all 4 reg. templates. |
All times are GMT. The time now is 11:54 AM. |
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:
|