fsockopen() 错误的原因是什么?

发布于 2024-08-06 08:29:05 字数 187 浏览 3 评论 0原文

我有两个相同的脚本,但其中一个在我的家庭测试服务器上运行,当上传到我的托管提供商时它会超时。

homedns.org/hmm/example.php (正在我的家庭服务器上运行)

xxxx/~cvxadmin/pvpgnserverscript/example.php

我很困惑,我能做些什么来解决这个问题?

I have two scripts that are identical but one works on my home testing server and when uploaded to my hosting provider it times out.

homedns.org/hmm/example.php (is working on my home server)

x.x.x.x/~cvxadmin/pvpgnserverscript/example.php

I'm stumped, what can I do to fix this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

夜深人未静 2024-08-13 08:29:05

可能有多种可能性。可能有防火墙设置阻止外部连接(或阻止特定端口)。

或者,php 配置中可能有某些内容禁用了套接字功能。

确保您的 site5 帐户上明确显示 php 错误,因为它们可能会揭示您无法使用此功能的原因。

There could be multiple possiblilities. There could be a firewall setup blocking external connections (or blocking specific ports).

Alternatively there could be something within the php configuration that has disabled the socket functionality.

Make sure you have php errors explicitily displayed on your site5 account as they might reveal why you're not able o use this function.

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