-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME.txt
86 lines (65 loc) · 3.86 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
UTStatsDB
Copyright (C) 2002-2009 Patrick Contreras / Paul Gallier
Please review the LICENSE.txt file included with this program.
Additional documentation can be found in the docs directory, including
descriptions and examples of the admin configuration screens.
===============================================================================
========== UTStatsDB Versions and Requirements ================================
===============================================================================
UTStatsDB is a log parser and web page for logs created with games using the
Unreal engine. UTStatsDB does not itself generate the log files from the games,
it simply is told where to find them. UTStatsDB is designed for operators of
dedicated game servers, and requires a database and web server. A basic
understanding of configuring and managing a web server is assumed.
UTStatsDB is compatible with most web servers that support PHP, and is
compatible with the following database formats: MySQL, SQLite, Microsoft SQL.
UTStatsDB is designed to work with PHP 4.2 and MySQL 3.2 or newer. The
recommended configuration is with PHP 5.x and MySQL 5.x. Apache, PHP, and MySQL
can all be obtained for free. UTStatsDB can also function with SQLite built
into PHP 5.x and newer.
The current version of UTStatsDB can be downloaded from the following URL:
http://www.utstatsdb.com/files/
Only the latest release version is recommended. There are three packages for
each version in the downloads:
utstatsdb-x.xx.tar.bz2
Standard package in bzip2 format, primarily for *nix based systems.
utstatsdb-x.xx.rar
Standard package in Rar format, primarily for Windows based systems.
utstatsdb-x.xx-standalone.rar
A (nearly) ready-to-run version for Windows packaged with PHP and Apache web
server included and configured to use PHP's internal SQLite.
You can check the version of an existing installation by displaying the file
"VERSION.txt". Visit the UTStatsDB homepage at http://www.utstatsdb for more
information on bug reporting, feature requests and general support.
===============================================================================
========== Unreal Tournament Log Files ========================================
===============================================================================
Log files are generated differently depending on your game version. Only the
Unreal Tournament series is supported here, though UTStatsDB is known to work
with certain other games running the Unreal engine.
Unreal Tournament (also known as UT '99):
Logging is built-in.
Unreal Tournament 2003:
A third party logging mutator is required, such as LocalStats by El Muerte.
LocalStats can also be combined with RLog to receive log data directly through
a TCP port connection.
Unreal Tournament 2004:
Local logging capability is built-in, however, OLStats by OverloadUT is
recommended (available in the UTStatsDB downloads).
Unreal Tournament 3:
A third party logging mutator is required, of which UT3Stats is the only one I
know of currently (available in the UTStatsDB downloads.
Configuration details can be found in docs/LOGGING.txt.
===============================================================================
========== UTStatsDB Documentation ============================================
===============================================================================
The following documentation can be found in the docs directory included with
this release:
INSTALL.txt - Main installation guide.
CONFIG_GUIDE.txt - A quick guide to the configuration parameters.
LOGGING.txt - Configuration of game logging and retrieval by the web server.
SETUP_GUIDE.txt - A step-by-step setup guide for Windows.
Informational:
RELEASE.txt - Release notes / change log.
DATABASE.txt - Details on the UTStatsDB database tables.
RANKING.txt - Notes on the ranking system.