TrackManiaControl/application/readme.txt

44 lines
1.6 KiB
Plaintext
Raw Normal View History

2013-11-07 20:13:13 +01:00
**********************************************
* *
2013-11-09 10:45:29 +01:00
* mControl ManiaPlanet Server Control *
2013-11-07 20:13:13 +01:00
* Written by steeffeen *
* Contact: mail@steeffeen.com *
* *
**********************************************
SETUP:
1. Copy all files into your desired directory.
2. Configure the needed settings:
2013-11-09 10:45:29 +01:00
2.1 Open the file 'configs/server.mControl.xml'.
2013-11-07 20:13:13 +01:00
Enter your maniaplanet server information.
2013-11-09 10:45:29 +01:00
2.2 Open the file 'configs/database.mControl.xml'
2013-11-07 20:13:13 +01:00
Enter your mysql server information or disable database usage if you don't have a mysql server available.
2013-11-09 10:45:29 +01:00
2.3 Open the file 'configs/authentication.mControl.xml'.
Add the player logins who should have access to the commands of mControl.
2013-11-07 20:13:13 +01:00
2013-11-09 10:45:29 +01:00
3. (Optional) Enable or disable the available plugins in the file 'configs/plugins.mControl.xml'.
2013-11-07 20:13:13 +01:00
2013-11-09 10:45:29 +01:00
4. (Optional) Edit the other config files in 'configs/' in order to customize your mControl to fit your needs.
2013-11-07 20:13:13 +01:00
2013-11-09 10:45:29 +01:00
5. Run the tool via the shell script 'mControl.sh' (UNIX) or the batch file 'mControl.bat' (Windows)
2013-11-07 20:13:13 +01:00
6. Enjoy!
INFORMATION:
2013-11-09 10:45:29 +01:00
- mControl is only tested on UNIX machines
2013-11-07 20:13:13 +01:00
- even though it might run properly on Windows I can't promise it will work all the time
2013-11-09 10:45:29 +01:00
- furthermore I can't promise that there won't be a feature in the future that makes it impossible to run mControl under Windows
- in order to run mControl under Windows you have to alter the file mControl.bat and enter the path to your php.exe
2013-11-07 20:13:13 +01:00
- Tests were performed using PHP Version 5.4
- If you notice problems with other version please let me know
- Please report bugs by writing a mail to mail@steeffeen.com