You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this php script on a shared host with the minecraft servers port open through the firewall. Normal clients connect readily as expected. (server is minecraft 1.4.7)
when the php script runs, I can see an info log at the server console, something like
[INFO] 123.45.67.89:57964 lost connection
where the ip address is the known ip of the host that the php script is running on.
However, the script always reports as being offline. $errno is zero, and I've tried upping and downing the timeout but that doesn't help. Unsure how to debug this any further.
The text was updated successfully, but these errors were encountered:
I have this php script on a shared host with the minecraft servers port open through the firewall. Normal clients connect readily as expected. (server is minecraft 1.4.7)
when the php script runs, I can see an info log at the server console, something like
[INFO] 123.45.67.89:57964 lost connection
where the ip address is the known ip of the host that the php script is running on.
However, the script always reports as being offline. $errno is zero, and I've tried upping and downing the timeout but that doesn't help. Unsure how to debug this any further.
The text was updated successfully, but these errors were encountered: