Go Back   Gaming Gutter


» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post The "New Xbox...
11-20-2008 03:27 PM
by Pandox
Last post by Pandox
Today 08:53 PM
14 Replies, 50 Views
Go to first new post Favorite Disney movie?
10-31-2008 12:23 AM
Last post by Xenocide
Today 08:47 PM
58 Replies, 381 Views
Go to first new post Selling UC pets!
Today 08:45 PM
Last post by kamikaze_turtle
Today 08:45 PM
0 Replies, 1 Views
Go to first new post I met this girl today..
Yesterday 08:13 PM
Last post by Pandox
Today 08:41 PM
23 Replies, 93 Views
Go to first new post Who has ever botted on...
Today 06:31 PM
Last post by Pandox
Today 08:37 PM
2 Replies, 19 Views
Thread: Help ....
View Single Post

 Help ....
Old 04-28-2008, 01:54 PM   #1 (permalink)
Data
Donor

Data is offline
 
Join Date: Feb 2008
Posts: 226
GPoints: 21
iTrader: 9 / 100%
Data Is Recognizable
Rep Power: 3
Help ....

Well I'm using a emailing contact form on a website I'm making.. But I have a problem. It isn't recording the IP, Referrer, or User Agent.

Here is my script:

Code:
<?php
$ipi = getenv("REMOTE_ADDR");
$httprefi = getenv ("HTTP_REFERER");
$httpagenti = getenv ("HTTP_USER_AGENT");
?>

<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
Please let me know what to change to make it work.

This is what is says in the email where it's supposed to give the info:
Quote:
Additional Info : IP = <?php echo $ip; ?>

Browser Info: <?php echo $httpagent; ?>

Referral : <?php echo $httpref; ?>
  Reply With Quote
 
Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 08:55 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.06948805 seconds (100.00% PHP - 0% MySQL) with 18 queries