<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript"><!--
if (typeof(google.loader.ClientLocation.address.city) != null) {
document.write(google.loader.ClientLocation.address.city
+", "
+google.loader.ClientLocation.address.region);
} else {
document.write("Walnut Creek, CA")
}
// --></script>
$gi = geoip_open("/fullpath/to/GeoIP/GeoLiteCity.dat",GEOIP_STANDARD);
I thought there was a "guru" making an ebook on how to do it.I think they are in the process of figuring it out over at WarriorForum - ask there!