|
|
|
|
![]() ![]() |
Apr 11 2007, 08:01 PM
Post
#1
|
|
|
Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 1,001 Joined: 25-September 05 From: L.A. Member No.: 12,251 |
Ok, I've seen a few sites, like wikipedia, that when i go to a public IP such as an airport, internet cafe, or even school, it can tell what it is. Wikipedia says somthing along the lines of, "this is a public IP [name of place] you have to log in, to edit the pages because of vandalism" or somthing like that. I was wondering, how can I get my site to get that information on a certain IP address. And check if it's a group IP or not.
Thanks |
|
|
|
Apr 11 2007, 08:11 PM
Post
#2
|
|
|
A computer once beat me at chess, but it was no match for me at kick boxing. ![]() Group: [MODERATOR] Posts: 3,954 Joined: 24-July 05 From: In Trouble Again... still? Member No.: 9,787 ![]() |
The php manual discusses the $_SERVER super Global Array Here: http://ca.php.net/reserved.variables.
QUOTE 'REMOTE_ADDR' The IP address from which the user is viewing the current page. 'REMOTE_HOST' The Host name from which the user is viewing the current page. The reverse dns lookup is based off the REMOTE_ADDR of the user. Probably they use this information to identify the Remote connection information. All they would need to do is a Reverse DNS Lookup using NIC.com or a similar service to tell them what the client's Host is and how it is configured. |
|
|
|
Apr 11 2007, 08:36 PM
Post
#3
|
|
|
Define:EVIL PROGRAMMER (ē'vəl prō'grăm'ər)- n. An organism that converts caffeine into evil software. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 1,001 Joined: 25-September 05 From: L.A. Member No.: 12,251 |
Thanks so much for the fast reply.
|
|
|
|
May 2 2007, 02:24 AM
Post
#4
|
|
|
Neurotical Squirrel ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 590 Joined: 4-November 04 From: Novi Sad, Vojvodina Member No.: 2,127 |
Try to look into WHOIS protocol... You can implement it in php, and use one of five global whois servers, to get the registered IP owner information... This ofcourse can sometimes yield data that is incorrect, but I guess that for such big instalations, like airports and public areas, IP owner information will be correct...
I will soon put up a whois search on my own website, to make searching these 5 servers more accessible, since most users can't find these servers easily... Address will most likely be http://whois.galahad.trap17.com/ ... Just check my main site for more news on that... |
|
|
|
May 7 2007, 08:35 PM
Post
#5
|
|
|
Privileged Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 787 Joined: 13-April 07 From: mreža Member No.: 41,558 |
Well there is no problem with finding out who is some ip if he or she is connecting from some larger place which has its own ip registered but if he is connecting from their home then you might have problem because firstly they have probably dynamic ip address and in the most cases you would just detect external ip address of their internet service provider.
Also there are a lot of scripts about this in the forums already you might want to use search function. If you want to check ips you can use these web sites or just type in the google yourself google search results |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 21st August 2008 - 01:33 AM |