Looking for someone to install Maxmind Geolite City on my server

Status
Not open for further replies.

Jim the Writer

I'm The Content Guy!
Rating - 0%
0   0   0
Hi

I am looking for someone to install Maxmind Geolite City on my VPS. For someone who knows what they are doing, it shouldn't take any time at all.

I Need:

Someone to install the script (database and files)
Demonstrate in very basic forms how to retrieve info from the database and display it on my page.

I know this is a Newbie request, but I don't know where else to turn...

I don't know how much money to offer, so PM me if you are interested and include a price you would be comfortable with.

Thanks
 


Or... you could just do this if you were planning on going free anyways.

PHP Method : geoPlugin's free and easy PHP geolocation webservice explained

Javascript Method : geoPlugin's free and easy Javascript geolocation webservice explained

For example on the PHP method, if you simply wanted the city name.

PHP:
<?

$geo = unserialize(file_get_contents('http://www.geoplugin.net/php.gp?ip='.$_SERVER['REMOTE_ADDR']));

$city_name = $geo['geoplugin_city'];

...
Then later in the script you could insert <?=$city_name;?> where you needed the city to show up.
 
we can give you our services regarding this matter.
we assure you can get our services well done.
 
Status
Not open for further replies.