Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 07-17-2017, 01:10 PM
John Diver John Diver is offline
 
Join Date: Nov 2003
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Trying to find what bot blocker I have installed

Hey,

Such a stupid thing but I am trying to find the script I have installed that is doing the bot blocking.

I looked through the admincp but just couldn't locate it but I have over 17k emails from the last 10 days or so, I need to disable emails being sent from it.

This is an example email:

A registration was prevented by bot blocker; visitor information below.

Time Difference: 3 second(s)

Username: blah
Email: blah
IP: 5.189.130.243
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0

I really need to stop this before my hosting is suspended

Anyone know the script sending these?

Thanks
Reply With Quote
  #2  
Old 07-17-2017, 01:19 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not something built into vBulletin by default. Try checking all of your installed plugins.
Reply With Quote
  #3  
Old 07-17-2017, 01:27 PM
Kane@airrifle's Avatar
Kane@airrifle Kane@airrifle is offline
 
Join Date: Jun 2011
Location: ZA
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Probably: https://vborg.vbsupport.ru/showthrea...=248470&page=8
Reply With Quote
  #4  
Old 07-17-2017, 01:52 PM
John Diver John Diver is offline
 
Join Date: Nov 2003
Posts: 329
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Found it: LancerForHire, LLC. - Bot Blocker

Nothing in the options but maybe the code:

Code:
if ($_POST['do'] == 'addmember') {
	$vbulletin->input->clean_array_gpc('p', array(
		'start_time' => TYPE_UINT
	));

	if (!$vbulletin->GPC['start_time']) {
		print_no_permission();
	}

	if ($userdata->pre_save()) {
		if (($difference = intval(TIMENOW - $vbulletin->GPC['start_time'])) <= $vbulletin->options['bot_blocker_time_difference']) {
			if ($vbulletin->options['bot_blocker_report']) {
				$input_cleaner_data =& $vbulletin->GPC;

				eval('$message = "' . addslashes($vbphrase['bot_blocker_message']) . '";');

				if (!($email = $vbulletin->options['bot_blocker_report_email']) || !is_valid_email($email)) {
					$email = $vbulletin->options['webmasteremail'];
				}

				vbmail($email, $vbphrase['bot_blocker_subject'], $message, true);
			}

			if ($vbulletin->options['bot_blocker_bounce_url']) {
				exec_header_redirect($vbulletin->options['bot_blocker_bounce_url']);
			}

			print_no_permission();
		}
	}
}

Maybe this has to be changed:

Code:
if (!($email = $vbulletin->options['bot_blocker_report_email']) || !is_valid_email($email)) {
					$email = $vbulletin->options['webmasteremail'];
				}
I don't know what it is under in options if it is there, but I dont see bot blocker or Lancer
Reply With Quote
  #5  
Old 07-17-2017, 03:24 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can just remove this:

PHP Code:
vbmail($email$vbphrase['bot_blocker_subject'], $messagetrue); 
Reply With Quote
  #6  
Old 07-30-2017, 03:56 AM
Simon Lloyd's Avatar
Simon Lloyd Simon Lloyd is offline
 
Join Date: Aug 2008
Location: Manchester
Posts: 3,481
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If that one is annoying and not much control use this one https://vborg.vbsupport.ru/showthread.php?t=264932
Reply With Quote
Благодарность от:
blind-eddie
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 06:52 PM.


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.05571 seconds
  • Memory Usage 2,216KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (1)post_thanks_box_bit
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete