Hello everyone!
I have server in Call of Duty: World at War with new version of ManuAdmin Mod and website with ultrastats and I have few problems.
1. Why statistics are reseting always when I am reset my server? ( I have ultrastats on my clan website http://cods.pl/ )
2. How to do the statistics displayed on my server were the same as on the my website (http://cods.pl/)?
3. In file "config.cfg".
I have in third section: [tcp_query]
enabled = 0
ip = "0.0.0.0"
port = 1337
logintimeout = 30
defaulaction = "say"
sayprefix = "^3TCP-Admin (<ADMIN>): ^7"
admingroups = "master,admin"
disallowedcommands = "vote,yes,no,stats,session"
maconnections = 5
What is this and what schould I write there?
In twelfth section: [modstuff]
checkforupdates = 1
checkinterval = 6
announceinterval = 5
serverlist = 1
serverlistip = ""
What is this and what schould I write there?
And this sections is about stats. What should I write here (I want to displays statistics on the server were the same as at website)
[statistics]
statsstring = "^2Kills: <KILLS> ^1Deaths: <DEATHS> ^3K/D: <KPD> {{br}}^2time: <ONLINETIME> min ^3K/M: <KPM> ^2HS: <HEADSHOTS> ^7TKs: <TEAMKILLS>"
whisperstats = 0
savestats = "1"
[statistics_mysql]
host = "localhost"
user = "anonymous"
password = ""
databse = "mamstats"
prefix = "mam01_"
Please help me.