ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: khass1108 on February 28, 2005, 11:46:24 am
-
I received over 10 bad password notifications from 1 particular IP address. Is there any way to find out who's doing this and get it stopped?
-
There isn't currently a way to disable access to certain IPs from within ListMail. You might have some success adding a line such as follows to the top of your admin.php anywhere after the opening PHP tag "<?php"
if($_SERVER['REMOTE_ADRR']=='12.34.56.78') exit;