( search forums )
problem with online monitoring soldat servers
Soldat Forums - Server Talk - Server Help
Atybrc
June 20, 2005, 5:54 pm
Greetings.
I have a strange problem with online monitoring soldat servers. The
game server and the web site is based on different servers (I mean
hardware) and I need to take online stats only by net. I cant use
solstat, and I cant transfer gamestat.txt. Only what I can is using
http://games.kis.ru/rcon/webstatus.php this. And a strange situation
here. This tool is working if soldat server running win32. And it
don't if I run soldat on linux. The same configs, disabled firewall,
ports are open. But it still don't work.

There is no more net monitoring soldat tools :( solstat is not for my
situation.
Thank you all.

FliesLikeABrick
June 20, 2005, 9:57 pm
i would guess that it has something to do with the old DOS/windows standard of using CRLF for linebreaks, whereas linux just uses the Carriage Return (ASCII 13). Check the code in the webstatus page and maye sure that you use aren't expecting extra whitespace characters where they may not be (in the REFRESH packet from the soldat servers, as I'm guessing that is what you're using for this)

al_nn
June 21, 2005, 7:33 am
webstatus.php don't use tcp port for connection with admin password. It uses some udp "query port", query port = game port + 123, but it looks like dedicated linux server now don't use these ports (I take a look on netstat -an on game server)... May be we need some extra options in soldat.ini ?