Anyone know how to retrieve information from a remote Source dedicated server?
7 replies, posted
Stuff like player count, a list of players, ping, hostname, etc. Preferably in PHP, though I could try to adapt.
[editline]09:49PM[/editline]
Something like what [url]www.game-monitor.com[/url] does.
There was something that did this that was posted in the "Code snippets" thread in this section. I will find it for you, hold on.
[editline]10:11PM[/editline]
Hmm, I can't seem to find it, I have seen it posted in this section before.
[QUOTE=KSI;20242995]There was something that did this that was posted in the "Code snippets" thread in this section. I will find it for you, hold on.
[editline]10:11PM[/editline]
Hmm, I can't seem to find it, I have seen it posted in this section before.[/QUOTE]
Thanks anyway. Hopefully someone else can find it.
[url]http://forums.srcds.com/viewpost/81990#pid81990[/url]
The last one seems to query alot of information though I am not sure about player list though.
[QUOTE=darklighte;20243182][url]http://forums.srcds.com/viewpost/81990#pid81990[/url]
The last one seems to query alot of information though I am not sure about player list though.[/QUOTE]
Ah, thanks a lot!
[editline]11:11PM[/editline]
Oh, wait. I was just looking at the valve developer wiki and found this: [url]http://koraktor.github.com/steam-condenser/index.html[/url]
Very useful for anyone else looking to use the steam API.
Don't use steam condenser if you're just querying servers, it's way too bloated for that.
[url]http://www.facepunch.com/showthread.php?p=17642117[/url]
this may not work if stream sockets are not supported.