Unreal Tournament 3 - olstats-3.01

General forum for discussions regarding UTStatsDB
SilicaStorm
Posts: 6
Joined: Fri Jul 25, 2008 12:58 am
Location: Abu Dhabi, UAE
Contact:

Unreal Tournament 3 - olstats-3.01

Postby SilicaStorm » Fri Aug 08, 2008 10:45 pm

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

Panther
Site Admin
Posts: 505
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: Unreal Tournament 3 - olstats-3.01

Postby Panther » Sun Aug 10, 2008 4:12 pm

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

SilicaStorm
Posts: 6
Joined: Fri Jul 25, 2008 12:58 am
Location: Abu Dhabi, UAE
Contact:

Re: Unreal Tournament 3 - olstats-3.01

Postby SilicaStorm » Sun Aug 10, 2008 8:08 pm

Hello Panther,

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

GameServer.log attached
Attachments
GameServers.log
(160 KiB) Downloaded 248 times
Last edited by SilicaStorm on Sun Aug 10, 2008 8:21 pm, edited 1 time in total.

Panther
Site Admin
Posts: 505
Joined: Sat Dec 08, 2007 12:51 am
Contact:

Re: Unreal Tournament 3 - olstats-3.01

Postby Panther » Sun Aug 10, 2008 8:16 pm

I didn't notice the original title - I highly doubt that OLStats works at all with UT3.


Return to “UTStatsDB”