-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
58 lines (36 loc) · 1.6 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
------------------------------------------------------------------------
Remote Interface for Urban Terror 4.1
Date: July/August 2009
Version: 0.1a (Alpha release)
Author: Jeff Genovy (jgen)
This project is released under a BSD style license.
( see LICENSE.txt file for details )
Description:
Administrative tool for assisting in monitoring Urban Terror
servers. Provides a web interface to allow easy/effective use.
Files:
rcon.pl
- Backend monitoring script.
- Watches the Urban Terror server and feeds info/stats
into the database.
index.html
- Front end web interface.
remoteinterface.js
- Uses the YUI library to build up the GUI from index.html
interface.php
- Interface layer between web front end and database.
setup.php
- Setup script that will create the database tables and the config
file that is shared between interface.php & rcon.pl
config.php
- Functions/variables for writing the database config file
functions.php
- Functions for reading in the sql file
radmode_database.sql
- SQL to create database tables.
-- Not Used / Required --
radmode_database_sqlite.sql
- SQL to create database for SQLite
urtvars.pl
- Additional variables for parsing log files.
------------------------------------------------------------------------