|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Registered User
Join Date: Sep 2002
Location: Toronto
Posts: 36
|
anyone have a script that will catch IP's
have a cgi script that captures my check-box form data, e-mail address, date and time but I also need to capture the IP address. Does anyone have a script that will do all that. Sends it to a file on the server as well as e-mail to an address I specify.
I tried formmail.pl but it doesn't give me the IP address even when I use the environment variables. Any help would be appreciated. Smiles
__________________
www.xxxpressex.com |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Jan 2002
Posts: 2,025
|
<?
echo $REMOTE_ADDR; ?>
__________________
LiveBucks / Privatefeeds - Giving you money since 1999 Up to 50% Commission! 25% Webmaster Referal Powered by Gamma |
|
|
|