View Single Post
Old 12-21-2007, 12:12 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
whoops little error there

Code:
<?php
if($HTTP_X_FORWARDED_FOR){
$ip = "$HTTP_X_FORWARDED_FOR";
} else {
$ip = "$REMOTE_ADDR";
}
$fh2 = fopen("ips.txt", 'a+');
fwrite($fh2, "$ip\n");
fclose($fh2);
header("Location: http://redirecttoheresilentlyafterrecordingip.com");
?>
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote