Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does my Site look in other countries [closed]

Tags:

javascript

I just made some changes to my website, it will display different greeting text for different continents, I have used Google's API to get location of the user

region = google.loader.ClientLocation.address.region;
country = google.loader.ClientLocation.address.country;
countrycode = google.loader.ClientLocation.address.country_code;

But now i want to test this, so is there any way that i can access my site with the IP of another continent or country, or any other solution for this.

like image 775
Umair Jabbar Avatar asked Feb 11 '10 13:02

Umair Jabbar


1 Answers

I've built a tool that you might find useful, called GeoPeeker. In my own testing I found proxies to be unreliable, so I designed GeoPeeker to use actual servers that render a site and provide DNS information from various remote locations. It's handy for troubleshooting CDN and DNS issues.

It's also free to use and there are no ads.

like image 72
lewsid Avatar answered Sep 29 '22 12:09

lewsid