PHP 过滤非美国访客

发布于 2024-11-23 18:31:08 字数 72 浏览 2 评论 0原文

任何人都有一个解决方案,最好是免费的,能够让任何从非美国 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏有森光若流苏 2024-11-30 18:31:08

请参阅此 教程。您可以使用教程中的代码过滤非美国IP。它需要 PHP 和 MySQL。

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

生活了然无味 2024-11-30 18:31:08

您需要一个 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文