I'm wondering if there are any known and working methods to read the console output from remote.
In the past I have seen that methods such as HLSW allow you to read the chat using their tool, but I'm trying to get the console output to show in a webbrowser.
Is there a module to do this? Is there a way to send the console output to a port?
I'm starting this thread because I want a discussion related to this, and it's not just a question if it's possible or not.
Well if you have RCon enabled it is completely possible. I know NFO and HLSW both have this feature in their control panels. I'd try asking the same question on one of their forums if you don't get the proper answer here.
[QUOTE=SaintSin6;44697343]Well if you have RCon enabled it is completely possible. I know NFO and HLSW both have this feature in their control panels. I'd try asking the same question on one of their forums if you don't get the proper answer here.[/QUOTE]
I think NFO just literally prints the output of the srcds.exe process somewhere. But my server does not have a webserver installed so that isn't an option.
logaddress_add <ip>:<port>
I think that is the command you are looking for. After that you just need to parse the data that it sends you. Only useful for reading the output, doesn't do anything for input.
[QUOTE=Revenge282;44698010]logaddress_add <ip>:<port>
I think that is the command you are looking for. After that you just need to parse the data that it sends you. Only useful for reading the output, doesn't do anything for input.[/QUOTE]
Hmm, I think using Node.js would work for something like this...?
[QUOTE=Cyberuben;44698250]Hmm, I think using Node.js would work for something like this...?[/QUOTE]
Anything that is able to receive its own traffic should do fine. I wouldn't see why Node.js would be a bad idea.
Sorry, you need to Log In to post a reply to this thread.