So im working on a web administration system, i know there is steam condenser which allows rcon commands to be ran. But im looking to display the SRCDS/Server console for said server. What would be required to do this and is there anyone out there that can help me?
[QUOTE=cherka5;46648523]So im working on a web administration system, i know there is steam condenser which allows rcon commands to be ran. But im looking to display the SRCDS/Server console for said server. What would be required to do this and is there anyone out there that can help me?[/QUOTE]
Look at HLSW does it, using logaddress_add <ip>:<port>, UDP listener and stuff.
That's how I'm working at [url]http://sourcechatjs.com[/url], but got a bit more important stuff to do so it's a bit on hold.
@Cyberuben So, are you using Steam-Condenser-php for that S2A_LOGSTRING udp packet? ( [url]https://github.com/koraktor/steam-condenser-php/blob/04a1345ff4fa29a02d6923e8ed622777978040e9/lib/SteamCondenser/Servers/Packets/S2ALOGSTRINGPacket.php[/url] )
[QUOTE=dexon;46650456]@Cyberuben So, are you using Steam-Condenser-php for that S2A_LOGSTRING udp packet? ( [url]https://github.com/koraktor/steam-condenser-php/blob/04a1345ff4fa29a02d6923e8ed622777978040e9/lib/SteamCondenser/Servers/Packets/S2ALOGSTRINGPacket.php[/url] )[/QUOTE]
No, PHP has a max execution time, not that useful for sockets.
Still trying to figure this out - Found and old release of what i am looking for, but the link is broken. - [url]http://www.facepunch.com/threads/911347-Logging-system-with-web-front?p=20899438&viewfull=1[/url]
If you just want a console, I know of a PHP/Ajax console that I'm using for my Web control panel that developing. I'll get you a link in a bit.
I found this: [url]http://stackoverflow.com/a/19929718[/url] (How to receive log from SRCDS in node.js)
Is this what you're looking for?
Hey, sorry. I said i'd get you that link. Here you go.
[url]http://blog.alexou.net/source-rcon-console-ajax-php[/url]
[QUOTE=Th3applek1d;46760151]Hey, sorry. I said i'd get you that link. Here you go.
[url]http://blog.alexou.net/source-rcon-console-ajax-php[/url][/QUOTE]
I actually already tried this, it doesnt seem to function properly with Gmod. Anyone else run into this problem of it not functioning?
Sorry, you need to Log In to post a reply to this thread.