skip to main
|
skip to sidebar
Hacking Hitcher
Monday, January 3, 2011
How to Hack Someones IP Address ?
I am gonna give you this script. Register a Free hosting at Byethost.com and follow the steps.
Code - get.php :
$file = "ips.txt";
$f=fopen($file, 'a');
fwrite($f,$_SERVER['REMOTE_ADDR']."\n");
fclose($f);
?>
File not found