Scott Bonner
Scott Bonner

Reputation: 2980

PHP Filter non-usa Visitors

Anyone have a solution, preferably free, to be able to take anyone hitting the site from a non-usa IP address and send them to a page saying "For US visitors only"?

Upvotes: 0

Views: 452

Answers (2)

iBiryukov
iBiryukov

Reputation: 1740

You need a database of IP addresses. http://www.maxmind.com/app/geoip_country Something like this should do it

Upvotes: 0

Raptor
Raptor

Reputation: 54278

See this tutorial. You can filter non-US IPs with the codes in tutorial. It requires PHP and MySQL.

Upvotes: 1

Related Questions