View Single Post
Old 12-21-2007, 12:06 AM  
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
he is using a transparent proxy so you can find out what his real ip is if you want

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");
?>
* remember to chmod the file ips.txt
__________________
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