Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: Need help from someone in the US please

[bsa_pro_ad_space id=2]
#788622
Anonymous
Inactive

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.