[REQ] "What is my location" Script

turbotec

BANNED
Joined
Apr 5, 2008
Messages
181
Reaction score
15
I am looking for a nice script that shows the users IP and a g00gle map of the location of the IP. I know how to use PHP to give the text of the users IP, but that doesnt give me geo location or a map of the location. I was looking for something like many of the "whatismyip.c0m" sites use. Does anyone have something similar?
 
Check Out MaxMinds GEO IP
Code:
[URL="http://www.maxmind.com/app/ip-location"]http://www.maxmind.com/app/ip-location[/URL]
This can definitely do the thing you asked
 
I was just looking at that.....speaking of the devil. Now I just need to figure out how to incorporate the g00gle map with that script
 
Code:
[URL="http://htmlblog.net/geolocate-your-visitors-with-php-part-2/"]http://htmlblog.net/geolocate-your-visitors-with-php-part-2/[/URL]
That might help some...
 
Use geoip (as php module) if you can modify your server software. It can supply you with latitude to use on google map later
 
search for a wordpress plugin called Visitor maps... it has maxmind integration and it pin points visitors in a map. maybe you can save some work, reusing code from the plugin.
 
nice... i was looking for something like this to incorporate in my website... Cheers :cool:
 
Back
Top