Posts: 124
Threads: 9
Joined: Sep 2010
Reputation:
6
They just have relations with ISP.
When they receive an IP address, they have a pre database containing all the ip address and matching information with them.
So when some one lookups for an ip, then search for their db and get you the result.
There DB is updated every time.
Posts: 603
Threads: 27
Joined: Oct 2009
Reputation:
2
They ask you. The browser asks your computer what city are you in and it only knows how to reply. I believe it's all client side, no information is passed to these companys.
Posts: 47
Threads: 6
Joined: Aug 2010
(09-03-2010, 02:35 PM)Fragma Wrote: That can't be right because I can search any IP address not just my own and get the same information.
Location / hostname Can all be got from doing a whois on your IP. your browser is detected by it's useragent string.
Posts: 35
Threads: 0
Joined: Oct 2012
That's quite easy, there is basically use of Javascript or PHP or you can use both to print out all of the user's Info.
There are a lot of predefined functions in javascript and php that prints all of the info you can use these to make a custom IP locator script.
i can a lot of users posting the codes for that, grab it and have fun!
i would suggest you learn Javascript and PHP if you don't understand the codes.