How To Find Ip Address Of Your Friend’s Computer

Here is step by step tutorial which will show you how to create simple ip address finder. How it works? To find out IP address of your friend’s computer, you’ll need to send him link, when he or she click on link,he will be redirected to some website and ip addresses from his computer will be stored to text file. It is something like fake link , which will give you ip addresses. So , let’s begin

1) Download this file, and extract it to your computer. It is php script which represents our Ip finder.

2)When you downloaded file from step one, you’ll see ip_finder.php and text.txt . These files you’ll need to upload to server.
Go to this free hosting site 110mb.com and create your account.

Find Friends  Ip Address
4) Here upload ip_finder.php and text.txt , click upload files
Find Friends  Ip Address
5)Right click on ip_finder and and copy link location
Find Friends  Ip Address
Link looks like this http://youdomainname/ip_finder.php , in my example it is http://hscripts.110mb.com/ip_finder.php
Send link to your friend and when he click it, his ip address will bi written to text.txt , so open text. txt file
Find Friends  Ip Address
Find Friends  Ip Address
For those who want to know more, here is an explanation of php script
Code looks like this :
<?php
$ip_address = $_SERVER['REMOTE_ADDR'];
$file=fopen("text.txt","a");
$file2 = "Friends Ip Addresses ($ip_address) '\n' ";
fwrite($file, $file2);
fclose($file);
?>
<html>

<head>

<META HTTP-EQUIV="Refresh" CONTENT="0;

URL=http://hackspc.com">

<title>PC Hacks </title>

</head>
<body>
</body>
</html>

$_SERVER["REMOTE_ADDR"] - return ip addresses to variable $ip_address
fwrite($file, $file2)- write variable $file2 to $file , $file is our text.txt
META HTTP-EQUIV=”Refresh” CONTENT=”0; URL=http://hackspc.com” - this meta tag redirect link to http://hackspc.com, you can set diffrenr redirection url , just change URL=http://hackspc.com”
Note: This post is to be used for educational purposes only


3) Login to your account and go file manager

COMMENTS

BLOGGER: 1
Loading...
Name

Accounts Add new Adsense Analytics Auto Backlinks Banned Blogger Templates Comments Contact Me Cool Tricks Costumize Domain Downloads Embed Ensure Google account won't be disabled Feeds Gallary Google Hacking Hacks Hosting How to Improve Install Templates Internet tips Introduction Ip address Ip adress Javascripts Joomla Latest Links Menu Password hacks posts Remove Replace Search Secrets Security SEO Sitemaps Softwares Solve TOC Tools Track Traffic rank Tricks Tutorials Twitter Useful Widgets Videos Website hack Windows Hacks and Tricks Windows Hacks and Tricks. Wordpress
false
ltr
item
BlogSpotter: How To Find Ip Address Of Your Friend’s Computer
How To Find Ip Address Of Your Friend’s Computer
http://hackspc.com/wp-content/uploads/2009/05/file-manager.jpg
BlogSpotter
http://get-bloggertricks.blogspot.com/2009/08/how-to-find-ip-address-of-your-friends.html
http://get-bloggertricks.blogspot.com/
http://get-bloggertricks.blogspot.com/
http://get-bloggertricks.blogspot.com/2009/08/how-to-find-ip-address-of-your-friends.html
true
8597927827268575619
UTF-8
Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS CONTENT IS PREMIUM Please share to unlock Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy