Looking For PHP/CGI Subscribersform

Posted By: silverone ()
Posted On: 2004-Dec-29 07:32

I'm kinda looking for a good Subscribers Form with Double OPT-IN that grabs IP-Addresses. Possible a popup subscriber (one of those that cant be blocked by a popupblocker) My current subscriberform is double optin but doesnt grab ipadresses and i dont have a popupversion. Hope someone can help me out.

Happy Holidays!

[This is a sig-free zone, please keep your url in your profile only.]

[ Message was edited by: JimBot 01/04/2005 02:38 pm ]




Posted By: Prowler (Staff)
Posted On: 2005-Jan-03 14:42

Grabbing the IP address is easy. You will have to include the $ENV{'REMOTE_ADDR' } into the set of parameters being written/added into the database in your CGI script. Your subscriberform will call a CGI script to do this processing.

The subscriberform can appear from a standard JavaScript driven Popunder/PopUp mode.


Posted By: hideident ()
Posted On: 2005-Mar-16 07:35

on PHP,
u can make a file
and put scipt :

<?
phpinfo();
?>

and u will get all variable,
include IP address, proxy, etc