1

Topic: Geolocation detection of visitor and users

Basically means the system will automatically identify the country and the city of the users IP address and then prompt a sample of random pictures of the users closest to that specific city.....This features is already used by POF

2

Re: Geolocation detection of visitor and users

Moreover, it could be better if vldpersonals allows admins using their own database to manage localities.
When I used osdate I was absolutely satisfied by its system about localities. It was very simple to manage and worked perfectly, also for newsletters by localities.

3

Re: Geolocation detection of visitor and users

+++ Geolocation detection of visitor and users

4

Re: Geolocation detection of visitor and users

well so far i managed to make something like this:
on every visitor to the websiet using maxminds database i cvan get some informations from his IP adress.
Tested using hidemyass on a website and got this info

Array ( [iplocation] => Array ( [country_name] => United States [country_code] => US [state_name] => Illinois [city_name] => Woodstock [latitude] => 42.3222 [longitude] => -88.4671 )