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)

dave9720 04-28-2008 11:13 AM

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')));
}
}

scan-pa 04-28-2008 03:43 PM

set it to 12 sec to 15 sec.

dave9720 04-29-2008 01:56 PM

Quote:

Originally Posted by scan-pa (Post 1501571)
set it to 12 sec to 15 sec.

Changed to 12 sec. Still getting in. Don't think this mod is working on my forum, There is no emails. Currently on 3.6.10 with php5:confused:

sdavis2702 05-04-2008 01:56 AM

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!!!!

CoreyT 05-06-2008 04:54 PM

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:

The following user name with email address was blocked by the Is Bot mod: Viagra_Kaufen - thesun@yalta.krim.ws (2 seconds transpired)
I give this mod two thumbs up.

AdrianH 05-07-2008 10:27 AM

Quote:

Originally Posted by dave9720 (Post 1501378)
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')));
}
}

It has worked flawlessly in v3.6.8/.9/.10 and now v3.7 for me, are you sure you installed
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.

dave9720 05-07-2008 06:05 PM

Quote:

Originally Posted by CareyCrew (Post 1511487)
It has worked flawlessly in v3.6.8/.9/.10 and now v3.7 for me, are you sure you installed
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.

Installed again same thing, This mod only has one product-isbot.xml. Just uploaded to my acp and check to see if it is active. Didn't edit anything.:confused:

AdrianH 05-07-2008 06:13 PM

Quote:

Originally Posted by dave9720 (Post 1511870)
Installed again same thing, This mod only has one product-isbot.xml. Just uploaded to my acp and check to see if it is active. Didn't edit anything.:confused:

That is why it is not working then.......... read the "README" you have to edit a template.

Quote:

Is Bot Installation
================================================== ==========================================

1) The default time difference is set to 15 seconds. If you want to change that time to
something else, open the product-isbot.xml file, look for the following line, and change
15 to some other number in seconds:

if ($isbot_timediff <= 15) // difference in seconds

2) In the vB register template find:

<input type="hidden" name="url" value="$url" />

And afterwards add the following:

<input type="hidden" name="isbot_time1" value="$isbot_time1" />

3) Import the product-isbot.xml file as a product via the ACP


================================================== ==========================================
Obviously, use at your own risk. Enjoy!

scan-pa 05-07-2008 06:20 PM

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.

dave9720 05-07-2008 09:06 PM

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
  • Page Generation 0.01402 seconds
  • Memory Usage 1,751KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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