narrowing your cloak

cv735

New member
Sep 11, 2009
292
6
0
L.A.
is there a way to cloak by region, county or city rather than by state? is this feasible? if so, how?
 


You could install something like Maxmind GeoLiteCity (free), use one of the available bindings (I would recommend the PHP libraries over the apache alternative), and write a little PHP to do this.

Installing Maxmind and the bindings is a hands-on experience. If you're on *NIX, you'll need shell access, probably root(?) and a lil'bit of know-how.
 
You could install something like Maxmind GeoLiteCity (free), use one of the available bindings (I would recommend the PHP libraries over the apache alternative), and write a little PHP to do this.

Installing Maxmind and the bindings is a hands-on experience. If you're on *NIX, you'll need shell access, probably root(?) and a lil'bit of know-how.

thanks ...appreciate the heads up... :)
 
You could install something like Maxmind GeoLiteCity (free), use one of the available bindings (I would recommend the PHP libraries over the apache alternative), and write a little PHP to do this.

Installing Maxmind and the bindings is a hands-on experience. If you're on *NIX, you'll need shell access, probably root(?) and a lil'bit of know-how.

Nice share.. I've been looking for some geo ip database also..