Hi everyone!
This is my first post, so firstly I want to say hello to all TC:E players and apologize to you for my poor english
I plan to write some players GUID based server statistics with PHP and I have some problems with server log files. My server config includes:
Code:
set g_log "tce-server.log"
set g_logsync 0
set logfile 2
The problem is, that tce-server.log missing some valueable information like: player's IP, GUID etc. The example entry from this log file looks like this:
Code:
5:54 ClientUserinfoChanged: 2 n\simons\t\3\c\0\r\0\m\0000000\s\0000000\dn\\dr\0\w\0\lw\0\sw\0\mu\0\ref\0
I also checked the etconsole.log file and I noticed that there is an entry called Userinfo, which includes player's IP and GUID:
Code:
Userinfo: \g_password\none\cl_guid\guid-xxx-xxx-xxx\cl_punkbuster\1\cl_anonymous\0\snaps\20\rate\25000\name\simons\cl_wwwDownload\1\protocol\84\qport\233\challenge\212265017\ip\xxx.xxx.xxx.xxx:27960
I wonder whether there is a way to have this entry in tce-server.log file? Maybe I set wrong values for logs in server config file?
PS: I know that there are VSP statistics, but they look terrible.
Thanks in advance!
simons