Utility for starmade server owners

    Joined
    Jun 20, 2013
    Messages
    293
    Reaction score
    48
    • Purchased!
    I made a quick utility for starmade server owners to check the status of their server (if it is online and how many players are on).

    Here is how you use it:

    Send an HTTP request to 176.56.238.88:9090 with the URI of /(ip)/(port)

    example: go to 176.56.238.88:9090/elwyneternity.com/4242 to get the status of my server elwyneternity

    The server will send back a JSON encoded responce telling you want happened

    Here is an example string:


    {"port":4242,"maxplayers":200,"host":"elwyneternity.com","description":"(TODO description)","playercount":10,"name":"(TODO name)","ping":101,"infoversion":2,"version":0.093922}



    If you like this tool, please donate to my paypal, [email protected]. If you want any features added please comment below
     
    Joined
    Aug 6, 2013
    Messages
    405
    Reaction score
    47
    Yeah... sounds like a security hole. If you can get information on somone\'s server like that, then there is potential for exploit.
     
    Joined
    Jun 20, 2013
    Messages
    293
    Reaction score
    48
    • Purchased!
    Its a simple query, the same way starmade-servers.com works
     
    Joined
    Aug 6, 2013
    Messages
    405
    Reaction score
    47
    Define \"simple\"? In order to get that information, the server has to give it out. Last I checked, there is no setting to allow such a query in the server configuration file.