Page 1 of 1

Unreal Tournament 3 - olstats-3.01

Posted: Fri Aug 08, 2008 10:45 pm
by SilicaStorm
Has anyone had success with olstats-3.01 sending files from gameserver to webserver?
UPLOADING
---------
bUploadLogs=True
UploadURL=http://www.drewzdungeons.net/utstatsuk/OLSendLog.php
UploadPass=adminpass

New in v2.50
These options control the automatic UTStatsDB uploading feature of OLStats. If
bUploadLogs is set to true, then the raw logfile for the match will be uploaded to the
location given in UploadURL. Set it to the location of the OLSendLog.php file on your
UTStatsDB server. You need to set UploadPass to the ADMIN password of your UTStatsDB
installation. (AdminPass in statsdb.inc.php)

Code: Select all

[OLStats.MutOLGameStats] bExportRawLog=True bExportHTMLLogs=False bLogBots=True bLogChat=True bLogPickups=True bLogVehicleDeaths=True bLogSecurityInfo=True bLogPings=True bLogAccuracy=True bAdvancedVoteLogging=False bMasterServerStats=True bRunUTStatsDBParser=True ParserURL=http://www.drewzdungeons.net/utstatsuk/logs.php ParserPass=predator bUploadLogs=True UploadURL=http://www.drewzdungeons.net/utstatsuk/OLSendLog.php UploadPass=password MinPlayers=1 MinHumans=1 KeepBotRecords=True

Code: Select all

ScriptLog: START MATCH ScriptLog: Num Matches Played: 1 ScriptWarning: UT3Stats DM-Under2.TheWorld:PersistentLevel.UT3Stats_1 (Function UT3Stats.UT3Stats:GetLastScore:0017) Accessed array 'UT3Stats_1.pl_data' out of bounds (10/10) ScriptWarning: UT3Stats DM-Under2.TheWorld:PersistentLevel.UT3Stats_1 (Function UT3Stats.UT3Stats:SetLastScore:0017) Accessed array 'UT3Stats_1.pl_data' out of bounds (10/10) ScriptWarning: UT3Stats DM-Under2.TheWorld:PersistentLevel.UT3Stats_1 (Function UT3Stats.UT3Stats:SetLastScore:0017) Attempt to assign variable through None

Going to http://www.drewzdungeons.net/utstatsuk/OLSendLog.php

Gives the following IE Browser message:
OLStatsSendLogTarget 2 Buffer Buffer Buffer


olstats-3.01
UTStatsDB v 3.02
MySQL v 5.0.5a
PHP v 4.4.7
Apache 1.3.39 - Unix

Re: Unreal Tournament 3 - olstats-3.01

Posted: Sun Aug 10, 2008 4:12 pm
by Panther
This is normal - the "2" is the error code which is bad password (one was not sent).
You'll need to check your game logs to see what the problem is when it tries to send the stats to the server.
Possible return codes:
  • R1 OK
    R2 Bad Password
    R3 No filename specified
    R4 No data sent
    R5 Could not create logfile
    R6 Error saving data
    R7 Configuration error
    R8 Invalid Prefix

Re: Unreal Tournament 3 - olstats-3.01

Posted: Sun Aug 10, 2008 8:08 pm
by SilicaStorm
Hello Panther,

This is from the gameserver.log: "Accessed array 'UT3Stats_3.pl_data' out of bounds "

GameServer.log attached

Re: Unreal Tournament 3 - olstats-3.01

Posted: Sun Aug 10, 2008 8:16 pm
by Panther
I didn't notice the original title - I highly doubt that OLStats works at all with UT3.