Hi pleas i need help, I'm looking for PHP script wich could show curent map in my CS server, server name, players (ex. 4/24) ping and etc ?
Pleas were could I get it ?
Counterstrike PHP class
Moderator: General Moderators
That does remote console, but does it do simple queries, like he is asking?
I'd recommend reading more about this at http://dev.kquery.com/
It's by far the best resource online for this sort of thing that I've found. It has a page dedicated for the source engine (if you're talkin' CS: Source) and also one for Half-life (if you're talkin' CS 1.6).
Also, I believe GameQ ( http://gameq.sourceforge.net/ ) supports Half-life. Don't believe it supports Source though. That's a good solution if you're not experienced with PHP networking and general packet sending/handling. It's a plug-n-play solution, whereas you'd most likely need to program much of what you learn on kquery yourself.
I'd recommend reading more about this at http://dev.kquery.com/
It's by far the best resource online for this sort of thing that I've found. It has a page dedicated for the source engine (if you're talkin' CS: Source) and also one for Half-life (if you're talkin' CS 1.6).
Also, I believe GameQ ( http://gameq.sourceforge.net/ ) supports Half-life. Don't believe it supports Source though. That's a good solution if you're not experienced with PHP networking and general packet sending/handling. It's a plug-n-play solution, whereas you'd most likely need to program much of what you learn on kquery yourself.