PDA

View Full Version : Resolve IP adress to country


martin1
10-29-2015, 01:33 PM
Best regards,

I would loved to resolve ip address of my forum users to get their home countries and store it under their profiles in the hidden field or just to get the report.

I was also looking for some addon that could point users on the map but that didn't worked as expected because it was very intensive for server or required geo php plugin configuration by the hosting.

Can you give me some advice or recommend which hack or coding could give me such info?

GET COUNTRY FROM THE IP.

martin1
11-15-2015, 06:31 PM
okay is it possible to get the info with some query and store it in file ? not necessary as a vbulletin addon.

Dragonsys
11-15-2015, 06:38 PM
<a href="http://stackoverflow.com/questions/12553160/getting-visitors-country-from-their-ip" target="_blank">http://stackoverflow.com/questions/1...-from-their-ip</a>

One thing to be aware of is if they are using as proxy then the information returned may not be accurate.

martin1
11-15-2015, 08:29 PM
thank you very much, I'll try.