Hi All, I want to get the exact location of visitor of the website. Google GEOLocation provide the location of the ISP provide through IP but I want the exact location .. Is there any way to get that? Thanks in advance...
Hi, one of the best options to use it is MaxMind, for me was the most acuarate service. https://www.maxmind.com/en/home?pkit_lang=en You have to build a cron job and once time per month you save the ip ranges on your database, then you just take the user ip and compare it with the stored ones. Good luck !
Thanks for your help.. I need the exact locations Latitude and Longitude ... But I think it's not possible through System ... but possible with the mobile device (Because mobile devices have the GPS system)
It hard to say that you can attracted exactly location (latitude and longitude) of visitor, because it depend on database of ISP and location database. Im running many website that getting the location of visitor by IP. My code is using fraudlabs dot com free API. It's free to try with 90 connect per month. If you need help, please tell details exactly code do you want, so i will try my best.