http://www.ip-adress.com/whois/google.com PHP: I mean the box that shows your IP with a big triangle in red thanx
hm I know how to get ip and host with php: $hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']); echo 'Your IP: '.$_SERVER['REMOTE_ADDR']; echo 'Your host is: '.$hostname; for geolocation have a look here I found googleing http://united-coders.com/christian-harms/free-ip-location-script hope that helps