fsockopen() 错误的原因是什么?
我有两个相同的脚本,但其中一个在我的家庭测试服务器上运行,当上传到我的托管提供商时它会超时。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能有多种可能性。可能有防火墙设置阻止外部连接(或阻止特定端口)。
或者,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.