Announcement

Collapse
No announcement yet.

Serve Status

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Serve Status

    Hi,
    I created a crmod linux server and i would like show the server status (map, players etc) in my website.
    How the quakeone.com do this in the quake servers section ?
    Thanks

  • #2
    Hi Dega
    Efess or Solecord would probably be the most knowledgeable people on the subject of the QuakeOne.com browser
    I recall writing a web based Quake server browser quite a few years ago for the EuroQuake site using a useful little application called Qstat. It's a command line utility that when executed can collect information on a given list of servers and dump it out to a txt, html, etc. You would then need to parse that output back in to your web page which would be relatively straightforward using .Net with a bit of ADO.

    Hope this helps

    Monty
    Mr.Burns
    "Helping to keep this community friendly, helpful, and clean of spammers since 2006"
    WWW: Quake Terminus , QuakeVoid You Tube: QuakeVoid
    Servers: Quake.shmack.net, damage.servequake.com

    News: JCR's excellent ctsj_jcr map is being ported to OOT

    Comment


    • #3
      Mr Burns is correct, qstat is the easiest way to get started with minimal coding. What he explains is how quakeone.com's server list works.

      If you wanted to do it programmatically, I wrote an app (C#) that that includes a few libs which you can call directly:

      https://github.com/efess/qsb-app

      specifically here

      Comment

      Working...
      X