I use geoIP and the way I test it is to set the country into a string at the top of the code. For example instead of:
[PHP]$country_code=geolocate($_SERVER[“REMOTE_ADDR”]);[/PHP]
I put in:
[PHP]$country_code=”US”;[/PHP]
…and change it back after I see it works.