Gamecp/configuration/qstat
From GameCPWiki
Contents |
What is Qstat?
"QStat is a command-line program, written in C, that gathers real-time statistics from Internet game servers. Most supported games are of the first person shooter variety (Half-Life, Quake, Battlefield etc)" - www.qstat.org
GameCP uses Qstat to query online game servers, it is fastest, easiest and usually the most up to date method to do so, its old school and works great! Its faster then php so we have stuck with it for now.
Updating Qstat
From GameCP
Navigate to Manage Machines, locate your master machine and click Update Server Backend.
This will update to the latest version provided by GameCP, if you need a newer version please use the SVN from below.
From SVN
Qstat provides SVN access to download the latest versions, they usually dont compile these into a release so this is the best method to use in order to get the latest updates.
mkdir -p ~/source/qstat svn co https://qstat.svn.sourceforge.net/svnroot/qstat cd qstat/trunk/qstat2 ./autogen.sh ./configure make install clean cp qstat /usr/local/gcp/qstat/ cp qstat.cfg /usr/local/gcp/qstat/

