Austinb / GameQ

A PHP Gameserver Status Query Library
https://austinb.github.io/GameQ/
GNU Lesser General Public License v3.0
402 stars 134 forks source link

Shared Hosting - Won't ping anything #155

Closed mckooter closed 10 years ago

mckooter commented 10 years ago

I tried ripping through the code a bit but couldn't find it. I have several hosts, but the one I want to use this on won't work at all. I upload the script and just goto the Examples page and everything times out?

Is there anything special I need to contact the webhost to ensure that I have it turned on?

I can always link one host to another but would rather see if im missing something dumb

Kurounin commented 10 years ago

Check with the host provider if they allow packets to be sent through the query ports of the specific game servers you are querying.

Austinb commented 10 years ago

You need to be able to ping outbound. Many service providers do not allow you to query outside host for security reasons, ddos mitigation, etc. You will have to contact your provider you are trying to use and see if they have any solutions. If not you will have to find another server provider.

Also check the minimum requirements against what is built on the server.