List Of Server Queries?

JulepalmeJulepalme Join Date: 2004-02-08 Member: 26244Members
<div class="IPBDescription">I am writing a php script, with sockets</div> I am trying to do this custumized php script to call status like players, map, max players, servername... etc..

i need a list of serverqueries.. that i can send via sockets to a server to retrieve the information...


something like /xxx/xxx/xxstatus would be fine... anyone know those querystrings ?

Comments

  • MonsieurEvilMonsieurEvil Join Date: 2002-01-22 Member: 4Members, Retired Developer, NS1 Playtester, Contributor
    <span style='color:white'>Artificial de-bumping due to forum time/date problem, please ignore this post</span>
  • KaineKaine Join Date: 2002-08-07 Member: 1096Members, Constellation
    <a href='http://www.serverquery.com/' target='_blank'>http://www.serverquery.com/</a> <- download the source and look at that, should be able to help.
  • CheesyPetezaCheesyPeteza Join Date: 2002-11-24 Member: 9784Members, NS1 Playtester, Constellation
    They are fully described in the hlsdk under the networks folder.

    There was some updates posted to one of the valve mailing lists to do with some minor changes to the query format. I have no idea what they were I just saw people talking about it. Here is some of them:

    <a href='http://0x00.org/random/Halflife/QueryingGameServers.txt' target='_blank'>http://0x00.org/random/Halflife/QueryingGameServers.txt</a>

    Also there is quite a few php scripts made already for this type of thing if you search with google.

    I use this one:

    <a href='http://sourceforge.net/project/showfiles.php?group_id=66007' target='_blank'>http://sourceforge.net/project/showfiles.php?group_id=66007</a>
  • JulepalmeJulepalme Join Date: 2004-02-08 Member: 26244Members
    edited February 2004
    thank you.. ill try


    but i dont need nothing thats already made.. i wanna make my own..

    i have come up with it might being:

    \xff\xff\xff\xff info
Sign In or Register to comment.