PHP 过滤非美国访客
任何人都有一个解决方案,最好是免费的,能够让任何从非美国 IP 地址访问该网站的人并将他们发送到一个显示“仅限美国访问者”的页面?
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"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此 教程。您可以使用教程中的代码过滤非美国IP。它需要 PHP 和 MySQL。
See this tutorial. You can filter non-US IPs with the codes in tutorial. It requires PHP and MySQL.
您需要一个 IP 地址数据库。
http://www.maxmind.com/app/geoip_country
像这样的事情应该做
You need a database of IP addresses.
http://www.maxmind.com/app/geoip_country
Something like this should do it