PDA

View Full Version : Search users by country???


MarceloS
07-15-2014, 01:51 PM
Hello friends.

Do you know a way to list users of a specific country, based on IPs?

Is there a Mod that does that?

Thanks!

Dave
07-15-2014, 02:01 PM
As far as I know, there's no mod or feature which does this. You'll have to create something yourself.

Such feature would cause quite some load on the server though in case you have many users. You will have to iterate through all of the users, grab their (latest known?) IP address and call an API to get the country of the user.

MarceloS
07-16-2014, 04:02 AM
As far as I know, there's no mod or feature which does this. You'll have to create something yourself.

Such feature would cause quite some load on the server though in case you have many users. You will have to iterate through all of the users, grab their (latest known?) IP address and call an API to get the country of the user.

Thanks Dave.

When I search the users and set to display the IP, the system logs out, even when I set to show only 500 per page.

Do you know how to make this work?