UT2003 Remote Logger 0.3 Beta
  Copyright (C) 2003  Paul Gallier

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


This program is designed to work with LocalStats v1.07 by Michiel 'El Muerte' Hendriks.
It allows UT2003 servers to send stats to a remote server (besides Epic Games) 
for processing with a program such as UT2003 StatsDB.  The remote logger runs 
under PHP for compatibility with different systems.  PHP 4.1 or newer is 
required and you must have socket support enabled.

Configure LocalStats for remote logging by setting the following:

[LocalStats.LocalStats]
bUseRemote=false

[LocalStats.RemoteStats]
sHostname=domain.com
iPort=####

Set Hostname to the FQDN of the server that will be running the remote logger 
and the port to whatever tcp port you wish to use (should be >1024 and not 
conflicting with existing services).

The Remote Logger program will generate log files with the following filename format:
UTLog_<Port>_<Year>-<Month>-<Day>_<Hour>_<Minutes>_<Seconds>.txt
The port is the port the Remote Logger is listening on, not the game port.

A modified version of the logs.php program for use with UT2003 StatsDB version 
1.13 is also available at http://sourceforge.net/projects/ut2003stats.

To run the Remote Logger use:
php rlog.php <port>
using the port number you configured LocalStats to use.
