News:

Wondering if this will always be free?  See why free is better.

Main Menu

disable Bot Attempt Stopped

Started by urbex-places, February 20, 2017, 03:04:23 AM

Previous topic - Next topic

urbex-places

Hello Forum,

i have a Forum, Version: SMF 1.1.19.

i like to deaktivate mails to the admin when a bot tried to register (Bot Attempt Stopped).

Someone knows where I can disable this automatic mail?

thank you
Blair

Illori

sounds like this is an email from a mod you have installed. what mods do you have installed?

also you should consider upgrading to SMF 2.0 as SMF 1.1 is no longer getting security updates and your forum as is, is not up to date on security patches.

urbex-places

ok i found the mod: Bot Buster,
but i dont no, how i can stop the mails to the admin, without deinstallation the mod

Shambles

According to the documentation you need to edit Sources/BotScout.php

Code (find) Select
// Send e-mail notices?
$send_alerts = true;


Code (replace) Select
// Send e-mail notices?
$send_alerts = false;


Advertisement: