Page 1 of 1

Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 3:55 pm
by Xantios
UTStatsDB version: 3.06
Operating system and version: Ubuntu 8.10 - Server
Database type and version: Mysql-5-server
PHP version: Php5 Hand compiled
Web server and version: Apache2

So much for the basic things :-)
cause well... here is the real question.... Those logs that UTStats needs so badly,
Where do they get generated? do i need a plugin of some sort? or do i just need to use the log parameter of ucc-bin?

im staring the server with the parameter

Code: Select all

log=/var/www/utstats/logs/
And i set the UTStatsDB tool running at the server to search for logs @

Code: Select all

./logs/
So,Im i being stupid? or what the hell is going wrong here? do i need to use some other software or
what is going wrong?
hope somebody can help me with this?

thnx! grtz,Xantios

Re: Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 4:05 pm
by Panther
Well, it depends on one basic thing....which version of Unreal Tournament are you running?

Re: Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 4:08 pm
by Xantios
Well, it depends on one basic thing....which version of Unreal Tournament are you running?
UnrealTournament 2004
Server version is: 3323

Re: Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 4:16 pm
by pbgBrockHead
you are going to need something like ol stats or server.ext from el muerte to post logs to your site for parsing. I use server ext it works fine for me no hit on the server and no mutator to push either.

you should be able to get ext at the admin page.

Re: Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 4:17 pm
by Panther
UT2004 has logging built-in, but I recommend using OLStats which is available from the downloads here. I'm pretty sure instructions are included with it. Let me know if you still have problems with it.

Re: Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 4:19 pm
by Panther
FYI, the following is in the UTStatsDB README.txt file regarding configuring UT2004's built-in logger:
To enable local stats logging on UT2004, add the following to your UT2004.ini file:

[Engine.GameStats]
bLocalLog=True

You have to make sure stats logging is enabled, e.g. ?GameStats=True on the
commandline.

Re: Need some help (i feel dumb :( )

Posted: Tue Jan 20, 2009 4:54 pm
by Xantios
Ah,so now its working :D yeeey :D
time to combine it to my second server ;)
looks nice :)

Problem Solved