ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: paul on May 19, 2006, 04:29:10 am

Title: Unconfirmed IPs
Post by: paul on May 19, 2006, 04:29:10 am
I'm getting hundreds of false signups everyday, I have confirmation on.  So they never make it to the list.  Is there anyway to find out the IP that signed up an unconfirmed users?
Title: Unconfirmed IPs
Post by: DW on May 19, 2006, 04:00:42 pm
You may be able to view the IP by choosing to view "Unconfirmed" users in the User Database, then clicking Edit next to the entry.

You could then ban the user from subscribing with a line like this at the top of signup.php (any line after <?php )

if($_SERVER['REMOTE_ADDR']=='12.34.56.78') exit('you may not subscribe');

Regards
Title: Thanks Dean.
Post by: paul on May 19, 2006, 04:46:47 pm
Thanks again.