Nowhere it is write how to complete it.

I DELETED THE PART ARE (probably) USELESS, JUST TO HAVE A SHORT VERSION TO MAKE SEE IT TO YOU.

By the way, that's my UASECO.xml file;
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<settings>
<!--
Setup for connection to the dedicated server, make sure this is
the same as you have set in "UserData/Config/dedicated_cfg.txt"
//-->
<dedicated_server>
</dedicated_server>
<masteradmins>
<!-- /ip:port in tmlogin only useful when joining server over LAN -->
<!-- ipaddress can be specified to guard each login against -->
<!-- unauthorized use of admin commands from other IP addresses -->
<tmlogin>andreaseppi_virgilio.it2</tmlogin> <ipaddress></ipaddress>
</masteradmins>
<!--
MySQL Server Settings for mysqli connection
//-->
<mysql>
<!-- The ServerLogin is a good prefix to identify, but you should write it lower case and remove all underscore (max. 64 chars, incl. the default names like "maphistory") -->
<table_prefix>lucariopriv</table_prefix>
</mysql>
<!--
Set to contact (email, ICQ, etc) to show in /server command, leave empty to skip entry
//-->
<admin_contact>andreaseppi@outlook.it</admin_contact>
<!--
To protect all "/admin" commands you should setup a unlock password
//-->
<lock_password>agoodpassword</lock_password>
<!--
Set to 'false' to log passwords in the logfile
//-->
<mask_password>true</mask_password>
<!--
We supports the "stripling" script for controlling the dedicated Server and UASECO,
here you can setup the path where the XML-File will be stored.
//-->
<stripling_path>cache\stripling.xml</stripling_path>
<!--
Full path in where the "ManiaPlanetServer" or "ManiaPlanetServer.exe" is located,
required for the checking routine of the dedicated server scripts.
E.g.: /home/user/bin/GameServer/
//-->
<dedicated_installation>C:\Users\AndreaPhoenixx\Desktop\eXpire\ManiaPlanet_Server\ManiaPlanetServer.exe</dedicated_installation>
<!--
Maplist used by the dedicated server, typical located in
"UserData/Maps/MatchSettings/"
//-->
<default_maplist>tm2_autosave1.txt</default_maplist>
<writemaplist_random>true</writemaplist_random>
<!--
Specifies how large the Map(List) history buffer is.
//-->
<max_history_entries>30</max_history_entries>
<!--
Setup a path into the image from each Map will be stored.
//-->
<mapimages_path>Cache\Mapimages</mapimages_path>
<auto_admin_addip>true</auto_admin_addip>
<adminops_file>config\adminops.xml</adminops_file>
<bannedips_file>config\bannedips.xml</bannedips_file>
<!--
Will be stored into "UserData/Config/" folder of the dedicated server.
-->
<blacklist_file>tm2_blacklist1.txt</blacklist_file>
<guestlist_file>tm2_guestlist1.txt</guestlist_file>
<log_all_chat>true</log_all_chat>
<chatpmlog_times>true</chatpmlog_times>
<!--
2 = in message window, 1 = in chat, 0 = none
//-->
<show_playtime>1</show_playtime>
<!--
2 = in message window, 1 = in chat, 0 = none
//-->
<show_curmap>0</show_curmap>
<lists_colornicks>true</lists_colornicks>
<lists_colormaps>true</lists_colormaps>
<global_win_multiple>50</global_win_multiple>
<admin_client_version></admin_client_version>
<player_client_version></player_client_version>
<afk_force_spec>true</afk_force_spec>
<clickable_lists>true</clickable_lists>
<show_rec_logins>true</show_rec_logins>
<!--
True = in message window, False = in chat
//-->
<rounds_in_window>false</rounds_in_window>
<!--
Timeout of the message window in seconds
//-->
<window_timeout>6</window_timeout>
<!--
Setup a timeout to make sure that UASECO or a Plugin does not hang,
for more details see: http://www.php.net/manual/en/function.set-time-limit.php
//-->
<script_timeout>120</script_timeout>
<!--
Setup the PHP "memory_limit" for UASECO, e.g.:
"-1" = no limit
"256M" = max. 256 MB (minimum)
"1G" = max. 1024 MB
If the value is "-1" in the php.ini or as exe parameter, then this setting will be ignored!
For more details see: http://www.php.net/manual/en/ini.core.php#ini.memory-limit and
http://www.php.net/manual/en/faq.using.php#faq.using.shorthandbytes
//-->
<memory_limit>256M</memory_limit>
</settings>
Code: Select all
[2016-05-31 19:23:49] ###############################################################################
[2016-05-31 19:23:49] Initializing UASECO...
[2016-05-31 19:23:49] [Config] Load settings [config/UASECO.xml]
[UASECO Fatal Error] Could not read/parse config file [config/UASECO.xml]! on line 778 in file C:\Users\AndreaPhoenixx\Desktop\eXpire\UASECO\uaseco.php
Premere un tasto per continuare . . .
Thanks in advance, Lucario / Hexagon.
