Server startup problems

UASECO is a fork of the XAseco2/1.03 controller for Trackmania and has been overhauled to support the Modescript Gamemodes of Trackmania².

Moderators: undef.de, NADEO

mathys76
Posts: 58
Joined: 30 Nov 2018, 17:32

Server startup problems

Post by mathys76 »

i have a pb with my maniaplanet serv here is my log

Code: Select all

[2019/06/10 20:05:25] Starting ManiaPlanet date=2019-05-23_15_45 Svn=92404 GameVersion=3.3.0...
[2019/06/10 20:05:25] Configuration file : dedicated_cfg.txt
[2019/06/10 20:05:25] Loading system configuration...
[2019/06/10 20:05:25] ...ERROR: Couldn't load 'dedicated_cfg.txt'.
...Could not load the system configuration
[2019/06/10 20:05:25] Loading cache...
[2019/06/10 20:05:26] ...OK
[2019/06/10 20:05:26] Loading dedicated server configuration...
[2019/06/10 20:05:26] ...ERROR: Couldn't load 'dedicated_cfg.txt'.
...Could not load the dedicated server configuration
[2019/06/10 20:05:26] ...ERROR: Title unknown. 'TMStadium@nadeo' (no matching titlepack file found)
[2019/06/10 20:05:26] Listening for xml-rpc commands on port 5000.
[2019/06/10 20:05:26] Match settings file : MatchSettings\maplist.txt
[2019/06/10 20:05:26] Loading match settings...
[2019/06/10 20:05:26] ...ERROR: Could not load mode script 'TimeAttack.Script.txt'.
...Could not load the match settings
[2019/06/10 20:05:26] Server not started: no ServerName specified.
[2019/06/10 20:05:26] URL: maniaplanet://#join=169.254.201.105::2350
[2019/06/10 20:05:26] Server not running, exiting.
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Startup problems

Post by undef.de »

mathys76 wrote: 10 Jun 2019, 19:06 i have a pb with my maniaplanet serv here is my log

Code: Select all

[2019/06/10 20:05:25] ...ERROR: Couldn't load 'dedicated_cfg.txt'.
You should learn how to read logfiles. I guess you have updated your dedicated server and have overridden your "start".bat file, that's why your dedicated server can't find the given 'dedicated_cfg.txt'.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
mathys76
Posts: 58
Joined: 30 Nov 2018, 17:32

Re: rounds settings

Post by mathys76 »

i know how to read log files but i can't figure out where this erreur came from
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: rounds settings

Post by undef.de »

undef.de wrote: 11 Jun 2019, 13:34
mathys76 wrote: 10 Jun 2019, 19:06

Code: Select all

[2019/06/10 20:05:25] ...ERROR: Couldn't load 'dedicated_cfg.txt'.
I guess you have updated your dedicated server and have overridden your "start".bat file, that's why your dedicated server can't find the given 'dedicated_cfg.txt'.
Maybe that's the reason?
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
mathys76
Posts: 58
Joined: 30 Nov 2018, 17:32

Re: rounds settings

Post by mathys76 »

yes i have fix that i have a pb with my php extensions :
i use wampserver for this

Code: Select all

Warning: Module 'ftp' already loaded in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'interbase' (tried: c:/wamp64/bin/php/php7.2.10/ext/interbase (Le module spécifié est introuvable.), c:/wamp64/bin/php/php7.2.10/ext/php_interbase.dll (Le module spécifié est introuvable.)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'pdo_firebird' (tried: c:/wamp64/bin/php/php7.2.10/ext/pdo_firebird (Le module spécifié est introuvable.), c:/wamp64/bin/php/php7.2.10/ext/php_pdo_firebird.dll (Le module spécifié est introuvable.)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'pdo_oci' (tried: c:/wamp64/bin/php/php7.2.10/ext/pdo_oci (Le module spécifié est introuvable.), c:/wamp64/bin/php/php7.2.10/ext/php_pdo_oci.dll (Le module spécifié est introuvable.)) in Unknown on line 0
^C
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: rounds settings

Post by undef.de »

mathys76 wrote: 11 Jun 2019, 14:47

Code: Select all

Warning: Module 'ftp' already loaded in Unknown on line 0
You have added 'ftp' twice in your php.ini, just remove one. You also can remove 'interbase', 'pdo_firebird' and 'pdo_oci', because they are not required for UASECO.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
mathys76
Posts: 58
Joined: 30 Nov 2018, 17:32

Re: rounds settings

Post by mathys76 »

its okay but uaseco don't launchproperly :

Code: Select all

[2019-06-11 13:59:43] ####[INIT]###########################################################################
[2019-06-11 13:59:43] [PHP] Checking for required PHP extensions...
[2019-06-11 13:59:43] [PHP] PHP is using "C:\wamp64\bin\php\php7.2.10\php.ini"
[2019-06-11 13:59:43] [PHP] > Checking "Exchangeable Image Information" (exif): OK!
[2019-06-11 13:59:43] [PHP] > Checking "File Transfer Protocol" (ftp): OK!
[2019-06-11 13:59:43] [PHP] > Checking "ICONV character set conversion facility" (iconv): OK!
[2019-06-11 13:59:43] [PHP] > Checking "Image Processing and GD" (gd): OK!
[2019-06-11 13:59:43] [PHP] > Checking "JavaScript Object Notation" (json): OK!
[2019-06-11 13:59:43] [PHP] > Checking "LibXML" (libxml): OK!
[2019-06-11 13:59:43] [PHP] > Checking "Multibyte String" (mbstring): OK!
[2019-06-11 13:59:43] [PHP] > Checking "MySQL Improved" (mysqli): OK!
[2019-06-11 13:59:43] [PHP] > Checking "SimpleXML" (SimpleXML): OK!
[2019-06-11 13:59:43] [Config] Load settings [config/UASECO.xml]
[2019-06-11 13:59:43] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2019-06-11 13:59:43] [Config] Adding missing trailing "\" <mapimages_path> from [config/UASECO.xml]!
[2019-06-11 13:59:43] [Config] Adding missing trailing "\" <dedicated_installation> from [config/UASECO.xml]!
[2019-06-11 13:59:43] [Config] Load admin and operator lists [config/adminops.xml]
[2019-06-11 13:59:43] [Config] Load banned IPs list [config/bannedips.xml]
[2019-06-11 13:59:43] [PHP] Setup memory limit to 256M
[2019-06-11 13:59:43] [PHP] Setup script timeout to 120 seconds
[2019-06-11 13:59:43] [Dedicated] Try to connect to Maniaplanet dedicated server at [127.0.0.1:5001] (timeout 180s)
[2019-06-11 13:59:43] [Dedicated] Try to authenticate with login [SuperAdmin] and password [*******] (masked password)
[2019-06-11 13:59:44] [Dedicated] ...connection established successfully!
[2019-06-11 13:59:44] [Database] Try to connect to database server on [localhost] with database [uaseco], login [root] and password [] (masked password)
[2019-06-11 13:59:44] [Database] ...connection established successfully to a MySQL/5.7.23 server!
[2019-06-11 13:59:44] [Database] Checking database structure:
[2019-06-11 13:59:44] [Database] > Found table `uaseco_authors`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_maphistory`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_maps`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_players`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_playlist`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_rankings`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_ratings`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_records`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_settings`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_times`
[2019-06-11 13:59:44] [Database] ...successfully done!
[2019-06-11 13:59:44] [Plugin] Loading plugins [config/plugins.xml]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.modescript_handler.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.help.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.manialinks.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.checkpoints.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.local_records.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.admin.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.server.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.panels.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.map.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.dedimania.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.welcome_center.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.tachometer.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.info_bar.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.stunt_messages.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.donate.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.rounds.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.round_points.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.round_autoend.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.mania_exchange.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.rasp.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.rasp_jukebox.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.uptodate.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.records.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.rasp.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.customize_quit_dialog.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.effect_studio.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.mania_karma.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.records_eyepiece.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.vote_manager.php]
[2019-06-11 13:59:44] [Plugin] Checking dependencies of Plugins...
[2019-06-11 13:59:44] [Plugin] ...successfully done!
[2019-06-11 13:59:44] [Plugin] Registering events and chat commands...
[2019-06-11 13:59:44] [Plugin] ...successfully done!
[2019-06-11 13:59:44] [MapList] Reading complete map list from server...
[2019-06-11 13:59:44] [MapList] Progressing maps: 0.. 
[2019-06-11 13:59:45] [MapList] ...successfully done, read 14 maps which matches server settings!
[2019-06-11 13:59:45] [Playlist] Reading map history...
[2019-06-11 13:59:45] [Playlist] ...successfully done!
[2019-06-11 13:59:45] [LocalRecords] Load config file [config/local_records.xml]
[2019-06-11 13:59:45] [Panel] Load default panel background [config/panels/PanelBGCard.xml]
[2019-06-11 13:59:45] [Panel] Load default admin panel [config/panels/AdminAboveCPListSmall2.xml]
[2019-06-11 13:59:45] [Dedimania] ********************************************************
[2019-06-11 13:59:45] [Dedimania] Dataserver connection on Dedimania...
[2019-06-11 13:59:45] [Dedimania] Try connection on http://dedimania.net:8082/Dedimania...
[2019-06-11 13:59:45] [Webaccess] (dedimania.net:8082/Dedimania.8095): send: deflate, receive: deflate
[2019-06-11 13:59:45] [Dedimania] Connection and status ok! (Dedimania.8095)
[2019-06-11 13:59:45] [Dedimania] ********************************************************
[2019-06-11 13:59:45] [Rasp] Loading config file [config/rasp.xml]
[2019-06-11 13:59:45] [Rasp] Cleaning up unused data...
[2019-06-11 13:59:45] [Rasp] > Cleaning up `uaseco_maps`
[2019-06-11 13:59:45] [Rasp] > Cleaning up `uaseco_players`
[2019-06-11 13:59:45] [Rasp] ...successfully done!
[2019-06-11 13:59:45] [Rasp] Checking for environment separation directories for maps from ManiaExchange...
[2019-06-11 13:59:45] [Rasp] > Found "Canyon"
[2019-06-11 13:59:45] [Rasp] > Found "Stadium"
[2019-06-11 13:59:45] [Rasp] > Found "Valley"
[2019-06-11 13:59:45] [Rasp] > Found "Lagoon"
[2019-06-11 13:59:45] [RaspJukebox] Loading config file [config/rasp.xml]
[2019-06-11 13:59:45] [UpToDate] Load config file [config/uptodate.xml]
[2019-06-11 13:59:45] [EffectStudio] Setup events and effects...
[2019-06-11 13:59:46] [EffectStudio] ...successfully done!
[2019-06-11 13:59:46] [ManiaKarma] ********************************************************
[2019-06-11 13:59:46] [ManiaKarma] Starting version 2.0.1 - Maniaplanet
[2019-06-11 13:59:46] [ManiaKarma] Parsed "config/mania_karma.xml" successfully, starting checks...
[2019-06-11 13:59:46] [ManiaKarma] > Set Server location to "France"
[2019-06-11 13:59:46] [ManiaKarma] > Trying to authenticate with central database "http://worldwide.mania-karma.com/api/maniaplanet-trackmania2-v4.php"...
[2019-06-11 13:59:46] [ManiaKarma] > Successfully started with async communication.
[2019-06-11 13:59:46] [ManiaKarma] > The API set the Request-URL to "http://europe.mania-karma.com/api/maniaplanet-trackmania2-v4.php"
[2019-06-11 13:59:46] [ManiaKarma] ********************************************************
[2019-06-11 13:59:46] [RecordsEyepiece] ********************************************************
[2019-06-11 13:59:46] [RecordsEyepiece] Starting version 1.1.3 - Maniaplanet
[2019-06-11 13:59:46] [RecordsEyepiece] Parsed "config/records_eyepiece.xml" successfully, starting checks...
[2019-06-11 13:59:46] [RecordsEyepiece] > Plugin MusicServer is not available, hide <music_widget>.
[2019-06-11 13:59:46] [RecordsEyepiece] > Setup for <features><maplist><mapimages><access_url> is not correct in "records_eyepiece.xml"
[2019-06-11 13:59:46] [RecordsEyepiece] > Build and cache all Widget bodies...
[2019-06-11 13:59:46] [RecordsEyepiece] > Checking Database for required extensions...
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `MostFinished`
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `MostRecords`.
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `RoundPoints`.
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `TeamPoints`.
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `WinningPayout`.
[2019-06-11 13:59:46] [RecordsEyepiece] Updating `MostFinished` counts for all Players...
[2019-06-11 13:59:46] [RecordsEyepiece] Updating `MostRecords` counts for all Players...
[2019-06-11 13:59:46] [RecordsEyepiece] Checking entries for the <placement_widget>...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Always"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Race"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Rounds"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "TimeAttack"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Team"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Laps"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Cup"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "TeamAttack"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Chase"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Knockout"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Doppler"...
[2019-06-11 13:59:46] [RecordsEyepiece] Finished.
[2019-06-11 13:59:46] [RecordsEyepiece] ********************************************************
PLUGINS
> plugin.modescript_handler.php                     1.0.5 build 2019-03-06
> chat.help.php                                     1.0.0 build 2018-06-03
> plugin.manialinks.php                             1.0.1 build 2019-03-12
> plugin.checkpoints.php                            1.0.1 build 2019-05-22
> plugin.local_records.php                          1.0.0 build 2018-07-12
> chat.admin.php                                    1.0.2 build 2019-06-07
> chat.server.php                                   1.0.1 build 2018-08-08
> plugin.panels.php                                 1.0.0 build 2018-05-07
> plugin.map.php                                    1.0.0 build 2018-05-07
> plugin.dedimania.php                              1.0.0 build 2018-06-10
> plugin.welcome_center.php                         1.0.0 build 2018-05-07
> plugin.tachometer.php                             1.0.1 build 2018-11-16
> plugin.info_bar.php                               1.0.0 build 2019-05-22
> plugin.stunt_messages.php                         1.0.0 build 2018-07-11
> plugin.donate.php                                 1.0.0 build 2018-05-08
> plugin.rounds.php                                 1.0.1 build 2019-03-11
> plugin.round_points.php                           1.0.0 build 2018-05-07
> plugin.round_autoend.php                          1.0.3 build 2018-05-07
> plugin.mania_exchange.php                         1.0.0 build 2018-05-07
> plugin.rasp.php                                   1.0.1 build 2019-06-07
> plugin.rasp_jukebox.php                           1.0.2 build 2019-06-07
> plugin.uptodate.php                               1.0.0 build 2018-05-07
> chat.records.php                                  1.0.0 build 2018-08-08
> chat.rasp.php                                     1.0.0 build 2018-05-07
> plugin.customize_quit_dialog.php                  1.0.0 build 2018-05-07
> plugin.effect_studio.php                          1.0.0 build 2018-07-11
> plugin.mania_karma.php                            2.0.1 build 2019-06-09
> plugin.records_eyepiece.php                       1.1.3 build 2019-06-09
> plugin.vote_manager.php                           1.0.0 build 2019-06-09
^C
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: rounds settings

Post by undef.de »

Well, the logfile isn't comlete and there is no error to see in that posted part.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
mathys76
Posts: 58
Joined: 30 Nov 2018, 17:32

Re: rounds settings

Post by mathys76 »

here is the complete log :

Code: Select all

[2019-06-11 13:59:43] ####[INIT]###########################################################################
[2019-06-11 13:59:43] [PHP] Checking for required PHP extensions...
[2019-06-11 13:59:43] [PHP] PHP is using "C:\wamp64\bin\php\php7.2.10\php.ini"
[2019-06-11 13:59:43] [PHP] > Checking "Exchangeable Image Information" (exif): OK!
[2019-06-11 13:59:43] [PHP] > Checking "File Transfer Protocol" (ftp): OK!
[2019-06-11 13:59:43] [PHP] > Checking "ICONV character set conversion facility" (iconv): OK!
[2019-06-11 13:59:43] [PHP] > Checking "Image Processing and GD" (gd): OK!
[2019-06-11 13:59:43] [PHP] > Checking "JavaScript Object Notation" (json): OK!
[2019-06-11 13:59:43] [PHP] > Checking "LibXML" (libxml): OK!
[2019-06-11 13:59:43] [PHP] > Checking "Multibyte String" (mbstring): OK!
[2019-06-11 13:59:43] [PHP] > Checking "MySQL Improved" (mysqli): OK!
[2019-06-11 13:59:43] [PHP] > Checking "SimpleXML" (SimpleXML): OK!
[2019-06-11 13:59:43] [Config] Load settings [config/UASECO.xml]
[2019-06-11 13:59:43] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2019-06-11 13:59:43] [Config] Adding missing trailing "\" <mapimages_path> from [config/UASECO.xml]!
[2019-06-11 13:59:43] [Config] Adding missing trailing "\" <dedicated_installation> from [config/UASECO.xml]!
[2019-06-11 13:59:43] [Config] Load admin and operator lists [config/adminops.xml]
[2019-06-11 13:59:43] [Config] Load banned IPs list [config/bannedips.xml]
[2019-06-11 13:59:43] [PHP] Setup memory limit to 256M
[2019-06-11 13:59:43] [PHP] Setup script timeout to 120 seconds
[2019-06-11 13:59:43] [Dedicated] Try to connect to Maniaplanet dedicated server at [127.0.0.1:5001] (timeout 180s)
[2019-06-11 13:59:43] [Dedicated] Try to authenticate with login [SuperAdmin] and password [*******] (masked password)
[2019-06-11 13:59:44] [Dedicated] ...connection established successfully!
[2019-06-11 13:59:44] [Database] Try to connect to database server on [localhost] with database [uaseco], login [root] and password [] (masked password)
[2019-06-11 13:59:44] [Database] ...connection established successfully to a MySQL/5.7.23 server!
[2019-06-11 13:59:44] [Database] Checking database structure:
[2019-06-11 13:59:44] [Database] > Found table `uaseco_authors`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_maphistory`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_maps`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_players`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_playlist`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_rankings`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_ratings`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_records`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_settings`
[2019-06-11 13:59:44] [Database] > Found table `uaseco_times`
[2019-06-11 13:59:44] [Database] ...successfully done!
[2019-06-11 13:59:44] [Plugin] Loading plugins [config/plugins.xml]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.modescript_handler.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.help.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.manialinks.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.checkpoints.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.local_records.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.admin.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.server.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.panels.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.map.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.dedimania.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.welcome_center.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.tachometer.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.info_bar.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.stunt_messages.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.donate.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.rounds.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.round_points.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.round_autoend.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.mania_exchange.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.rasp.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.rasp_jukebox.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.uptodate.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.records.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/chat.rasp.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.customize_quit_dialog.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.effect_studio.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.mania_karma.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.records_eyepiece.php]
[2019-06-11 13:59:44] [Plugin] > initialize [plugins/plugin.vote_manager.php]
[2019-06-11 13:59:44] [Plugin] Checking dependencies of Plugins...
[2019-06-11 13:59:44] [Plugin] ...successfully done!
[2019-06-11 13:59:44] [Plugin] Registering events and chat commands...
[2019-06-11 13:59:44] [Plugin] ...successfully done!
[2019-06-11 13:59:44] [MapList] Reading complete map list from server...
[2019-06-11 13:59:44] [MapList] Progressing maps: 0.. 
[2019-06-11 13:59:45] [MapList] ...successfully done, read 14 maps which matches server settings!
[2019-06-11 13:59:45] [Playlist] Reading map history...
[2019-06-11 13:59:45] [Playlist] ...successfully done!
[2019-06-11 13:59:45] [LocalRecords] Load config file [config/local_records.xml]
[2019-06-11 13:59:45] [Panel] Load default panel background [config/panels/PanelBGCard.xml]
[2019-06-11 13:59:45] [Panel] Load default admin panel [config/panels/AdminAboveCPListSmall2.xml]
[2019-06-11 13:59:45] [Dedimania] ********************************************************
[2019-06-11 13:59:45] [Dedimania] Dataserver connection on Dedimania...
[2019-06-11 13:59:45] [Dedimania] Try connection on http://dedimania.net:8082/Dedimania...
[2019-06-11 13:59:45] [Webaccess] (dedimania.net:8082/Dedimania.8095): send: deflate, receive: deflate
[2019-06-11 13:59:45] [Dedimania] Connection and status ok! (Dedimania.8095)
[2019-06-11 13:59:45] [Dedimania] ********************************************************
[2019-06-11 13:59:45] [Rasp] Loading config file [config/rasp.xml]
[2019-06-11 13:59:45] [Rasp] Cleaning up unused data...
[2019-06-11 13:59:45] [Rasp] > Cleaning up `uaseco_maps`
[2019-06-11 13:59:45] [Rasp] > Cleaning up `uaseco_players`
[2019-06-11 13:59:45] [Rasp] ...successfully done!
[2019-06-11 13:59:45] [Rasp] Checking for environment separation directories for maps from ManiaExchange...
[2019-06-11 13:59:45] [Rasp] > Found "Canyon"
[2019-06-11 13:59:45] [Rasp] > Found "Stadium"
[2019-06-11 13:59:45] [Rasp] > Found "Valley"
[2019-06-11 13:59:45] [Rasp] > Found "Lagoon"
[2019-06-11 13:59:45] [RaspJukebox] Loading config file [config/rasp.xml]
[2019-06-11 13:59:45] [UpToDate] Load config file [config/uptodate.xml]
[2019-06-11 13:59:45] [EffectStudio] Setup events and effects...
[2019-06-11 13:59:46] [EffectStudio] ...successfully done!
[2019-06-11 13:59:46] [ManiaKarma] ********************************************************
[2019-06-11 13:59:46] [ManiaKarma] Starting version 2.0.1 - Maniaplanet
[2019-06-11 13:59:46] [ManiaKarma] Parsed "config/mania_karma.xml" successfully, starting checks...
[2019-06-11 13:59:46] [ManiaKarma] > Set Server location to "France"
[2019-06-11 13:59:46] [ManiaKarma] > Trying to authenticate with central database "http://worldwide.mania-karma.com/api/maniaplanet-trackmania2-v4.php"...
[2019-06-11 13:59:46] [ManiaKarma] > Successfully started with async communication.
[2019-06-11 13:59:46] [ManiaKarma] > The API set the Request-URL to "http://europe.mania-karma.com/api/maniaplanet-trackmania2-v4.php"
[2019-06-11 13:59:46] [ManiaKarma] ********************************************************
[2019-06-11 13:59:46] [RecordsEyepiece] ********************************************************
[2019-06-11 13:59:46] [RecordsEyepiece] Starting version 1.1.3 - Maniaplanet
[2019-06-11 13:59:46] [RecordsEyepiece] Parsed "config/records_eyepiece.xml" successfully, starting checks...
[2019-06-11 13:59:46] [RecordsEyepiece] > Plugin MusicServer is not available, hide <music_widget>.
[2019-06-11 13:59:46] [RecordsEyepiece] > Setup for <features><maplist><mapimages><access_url> is not correct in "records_eyepiece.xml"
[2019-06-11 13:59:46] [RecordsEyepiece] > Build and cache all Widget bodies...
[2019-06-11 13:59:46] [RecordsEyepiece] > Checking Database for required extensions...
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `MostFinished`
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `MostRecords`.
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `RoundPoints`.
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `TeamPoints`.
[2019-06-11 13:59:46] [RecordsEyepiece] > Found column `WinningPayout`.
[2019-06-11 13:59:46] [RecordsEyepiece] Updating `MostFinished` counts for all Players...
[2019-06-11 13:59:46] [RecordsEyepiece] Updating `MostRecords` counts for all Players...
[2019-06-11 13:59:46] [RecordsEyepiece] Checking entries for the <placement_widget>...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Always"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Race"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Rounds"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "TimeAttack"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Team"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Laps"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Cup"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "TeamAttack"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Chase"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Knockout"...
[2019-06-11 13:59:46] [RecordsEyepiece] > Working on all <placement> with <display> "Doppler"...
[2019-06-11 13:59:46] [RecordsEyepiece] Finished.
[2019-06-11 13:59:46] [RecordsEyepiece] ********************************************************
####[ABOUT]##########################################################################
> Dedicated:     ManiaPlanet/3.3.0 build 2019-05-23_15_45, using Method-API 2013-04-16, ModeScript-API 2.5.0
>                MatchSettings: maplist.txt
>                Host: 127.0.0.1
>                Ports: Connections 2351, P2P 0, XmlRpc 5001
>                Network: Send 0 KB, Receive 0 KB
>                Uptime: 35 minutes 57 seconds
> Name:          mathys (mathysyhn76), join link: "maniaplanet://#join=mathysyhn76@TMStadium@nadeo"
> Title:         TMStadium@nadeo
> Ladder:        0 - 50k
> Gamemode:      "TimeAttack" with script "TimeAttack.Script.txt" version "2018-05-14"
> -----------------------------------------------------------------------------------
> PHP:           PHP/7.2.10
>                INI-File: C:\wamp64\bin\php\php7.2.10\php.ini
>                MemoryLimit: 256M
>                MaxExecutionTime: 120 seconds
>                AllowUrlFopen: true
>                Streams: compress.bzip2, compress.zlib, data, file, ftp, ftps, glob, http, https, phar, php, zip
>                GD-Lib: Version: bundled (2.1.0 compatible), JPEG: true, PNG: true, FreeType: true
> -----------------------------------------------------------------------------------
> Database:      Server:  MySQL/5.7.23
>                Client:  mysqlnd/5.0.12-dev
>                Connect: localhost via TCP/IP
>                Status:  Started: 2019-06-07 15:48; Threads: 1; Questions: 5691; Slow queries: 0; Opens: 343; Flush tables: 1; Open tables: 249; Queries per second avg: 0.016
> -----------------------------------------------------------------------------------
> OS:            Windows NT MATHYS 10.0 build 17134 (Windows 10) AMD64
> -----------------------------------------------------------------------------------
> UASECO:        Version 0.9.7 build 2019-06-07
>                Based upon the work of the authors and projects of:
>                - Xymph (XAseco2),
>                - Florian Schnell, AssemblerManiac and many others (ASECO),
>                - Kremsy (MPASECO)
> Author:        undef.de (UASECO)
> Website:       https://www.UASECO.org
####[PLUGINS]########################################################################
> plugin.modescript_handler.php                     1.0.5 build 2019-03-06
> chat.help.php                                     1.0.0 build 2018-06-03
> plugin.manialinks.php                             1.0.1 build 2019-03-12
> plugin.checkpoints.php                            1.0.1 build 2019-05-22
> plugin.local_records.php                          1.0.0 build 2018-07-12
> chat.admin.php                                    1.0.2 build 2019-06-07
> chat.server.php                                   1.0.1 build 2018-08-08
> plugin.panels.php                                 1.0.0 build 2018-05-07
> plugin.map.php                                    1.0.0 build 2018-05-07
> plugin.dedimania.php                              1.0.0 build 2018-06-10
> plugin.welcome_center.php                         1.0.0 build 2018-05-07
> plugin.tachometer.php                             1.0.1 build 2018-11-16
> plugin.info_bar.php                               1.0.0 build 2019-05-22
> plugin.stunt_messages.php                         1.0.0 build 2018-07-11
> plugin.donate.php                                 1.0.0 build 2018-05-08
> plugin.rounds.php                                 1.0.1 build 2019-03-11
> plugin.round_points.php                           1.0.0 build 2018-05-07
> plugin.round_autoend.php                          1.0.3 build 2018-05-07
> plugin.mania_exchange.php                         1.0.0 build 2018-05-07
> plugin.rasp.php                                   1.0.1 build 2019-06-07
> plugin.rasp_jukebox.php                           1.0.2 build 2019-06-07
> plugin.uptodate.php                               1.0.0 build 2018-05-07
> chat.records.php                                  1.0.0 build 2018-08-08
> chat.rasp.php                                     1.0.0 build 2018-05-07
> plugin.customize_quit_dialog.php                  1.0.0 build 2018-05-07
> plugin.effect_studio.php                          1.0.0 build 2018-07-11
> plugin.mania_karma.php                            2.0.1 build 2019-06-09
> plugin.records_eyepiece.php                       1.1.3 build 2019-06-09
> plugin.vote_manager.php                           1.0.0 build 2019-06-09
^C[2019-06-11 14:32:42] ####[INIT]###########################################################################
[2019-06-11 14:32:42] [PHP] Checking for required PHP extensions...
[2019-06-11 14:32:42] [PHP] PHP is using "C:\wamp64\bin\php\php7.2.10\php.ini"
[2019-06-11 14:32:42] [PHP] > Checking "Exchangeable Image Information" (exif): OK!
[2019-06-11 14:32:42] [PHP] > Checking "File Transfer Protocol" (ftp): OK!
[2019-06-11 14:32:42] [PHP] > Checking "ICONV character set conversion facility" (iconv): OK!
[2019-06-11 14:32:42] [PHP] > Checking "Image Processing and GD" (gd): OK!
[2019-06-11 14:32:42] [PHP] > Checking "JavaScript Object Notation" (json): OK!
[2019-06-11 14:32:42] [PHP] > Checking "LibXML" (libxml): OK!
[2019-06-11 14:32:42] [PHP] > Checking "Multibyte String" (mbstring): OK!
[2019-06-11 14:32:42] [PHP] > Checking "MySQL Improved" (mysqli): OK!
[2019-06-11 14:32:42] [PHP] > Checking "SimpleXML" (SimpleXML): OK!
[2019-06-11 14:32:42] [Config] Load settings [config/UASECO.xml]
[2019-06-11 14:32:42] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2019-06-11 14:32:42] [Config] Adding missing trailing "\" <mapimages_path> from [config/UASECO.xml]!
[2019-06-11 14:32:42] [Config] Adding missing trailing "\" <dedicated_installation> from [config/UASECO.xml]!
[2019-06-11 14:32:42] [Config] Load admin and operator lists [config/adminops.xml]
[2019-06-11 14:32:42] [Config] Load banned IPs list [config/bannedips.xml]
[2019-06-11 14:32:42] [PHP] Setup memory limit to 256M
[2019-06-11 14:32:42] [PHP] Setup script timeout to 120 seconds
[2019-06-11 14:32:42] [Dedicated] Try to connect to Maniaplanet dedicated server at [127.0.0.1:5001] (timeout 180s)
[2019-06-11 14:32:42] [Dedicated] Try to authenticate with login [SuperAdmin] and password [*******] (masked password)
[2019-06-11 14:32:42] [Dedicated] ...connection established successfully!
[2019-06-11 14:32:42] [Database] Try to connect to database server on [localhost] with database [uaseco], login [root] and password [] (masked password)
[2019-06-11 14:32:42] [Database] ...connection established successfully to a MySQL/5.7.23 server!
[2019-06-11 14:32:42] [Database] Checking database structure:
[2019-06-11 14:32:42] [Database] > Found table `uaseco_authors`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_maphistory`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_maps`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_players`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_playlist`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_rankings`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_ratings`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_records`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_settings`
[2019-06-11 14:32:42] [Database] > Found table `uaseco_times`
[2019-06-11 14:32:42] [Database] ...successfully done!
[2019-06-11 14:32:42] [Plugin] Loading plugins [config/plugins.xml]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.modescript_handler.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/chat.help.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.manialinks.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.checkpoints.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.local_records.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/chat.admin.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/chat.server.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.panels.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.map.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.dedimania.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.welcome_center.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.tachometer.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.info_bar.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.stunt_messages.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.donate.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.rounds.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.round_points.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.round_autoend.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.mania_exchange.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.rasp.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.rasp_jukebox.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.uptodate.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/chat.records.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/chat.rasp.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.customize_quit_dialog.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.effect_studio.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.mania_karma.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.records_eyepiece.php]
[2019-06-11 14:32:42] [Plugin] > initialize [plugins/plugin.vote_manager.php]
[2019-06-11 14:32:42] [Plugin] Checking dependencies of Plugins...
[2019-06-11 14:32:42] [Plugin] ...successfully done!
[2019-06-11 14:32:42] [Plugin] Registering events and chat commands...
[2019-06-11 14:32:42] [Plugin] ...successfully done!
[2019-06-11 14:32:42] [MapList] Reading complete map list from server...
[2019-06-11 14:32:42] [MapList] Progressing maps: 0.. 
[2019-06-11 14:32:43] [MapList] ...successfully done, read 14 maps which matches server settings!
[2019-06-11 14:32:43] [Playlist] Reading map history...
[2019-06-11 14:32:43] [Playlist] ...successfully done!
[2019-06-11 14:32:43] [LocalRecords] Load config file [config/local_records.xml]
[2019-06-11 14:32:43] [Panel] Load default panel background [config/panels/PanelBGCard.xml]
[2019-06-11 14:32:43] [Panel] Load default admin panel [config/panels/AdminAboveCPListSmall2.xml]
[2019-06-11 14:32:43] [Dedimania] ********************************************************
[2019-06-11 14:32:43] [Dedimania] Dataserver connection on Dedimania...
[2019-06-11 14:32:43] [Dedimania] Try connection on http://dedimania.net:8082/Dedimania...
[2019-06-11 14:32:44] [Webaccess] (dedimania.net:8082/Dedimania.8095): send: deflate, receive: deflate
[2019-06-11 14:32:44] [Dedimania] Connection and status ok! (Dedimania.8095)
[2019-06-11 14:32:44] [Dedimania] ********************************************************
[2019-06-11 14:32:44] [Rasp] Loading config file [config/rasp.xml]
[2019-06-11 14:32:44] [Rasp] Cleaning up unused data...
[2019-06-11 14:32:44] [Rasp] > Cleaning up `uaseco_maps`
[2019-06-11 14:32:44] [Rasp] > Cleaning up `uaseco_players`
[2019-06-11 14:32:44] [Rasp] ...successfully done!
[2019-06-11 14:32:44] [Rasp] Checking for environment separation directories for maps from ManiaExchange...
[2019-06-11 14:32:44] [Rasp] > Found "Canyon"
[2019-06-11 14:32:44] [Rasp] > Found "Stadium"
[2019-06-11 14:32:44] [Rasp] > Found "Valley"
[2019-06-11 14:32:44] [Rasp] > Found "Lagoon"
[2019-06-11 14:32:44] [RaspJukebox] Loading config file [config/rasp.xml]
[2019-06-11 14:32:44] [UpToDate] Load config file [config/uptodate.xml]
[2019-06-11 14:32:44] [EffectStudio] Setup events and effects...
[2019-06-11 14:32:44] [EffectStudio] ...successfully done!
[2019-06-11 14:32:44] [ManiaKarma] ********************************************************
[2019-06-11 14:32:44] [ManiaKarma] Starting version 2.0.1 - Maniaplanet
[2019-06-11 14:32:44] [ManiaKarma] Parsed "config/mania_karma.xml" successfully, starting checks...
[2019-06-11 14:32:44] [ManiaKarma] > Set Server location to "France"
[2019-06-11 14:32:44] [ManiaKarma] > Trying to authenticate with central database "http://worldwide.mania-karma.com/api/maniaplanet-trackmania2-v4.php"...
[2019-06-11 14:32:44] [ManiaKarma] > Successfully started with async communication.
[2019-06-11 14:32:44] [ManiaKarma] > The API set the Request-URL to "http://europe.mania-karma.com/api/maniaplanet-trackmania2-v4.php"
[2019-06-11 14:32:44] [ManiaKarma] ********************************************************
[2019-06-11 14:32:44] [RecordsEyepiece] ********************************************************
[2019-06-11 14:32:44] [RecordsEyepiece] Starting version 1.1.3 - Maniaplanet
[2019-06-11 14:32:44] [RecordsEyepiece] Parsed "config/records_eyepiece.xml" successfully, starting checks...
[2019-06-11 14:32:44] [RecordsEyepiece] > Plugin MusicServer is not available, hide <music_widget>.
[2019-06-11 14:32:44] [RecordsEyepiece] > Setup for <features><maplist><mapimages><access_url> is not correct in "records_eyepiece.xml"
[2019-06-11 14:32:44] [RecordsEyepiece] > Build and cache all Widget bodies...
[2019-06-11 14:32:44] [RecordsEyepiece] > Checking Database for required extensions...
[2019-06-11 14:32:44] [RecordsEyepiece] > Found column `MostFinished`
[2019-06-11 14:32:44] [RecordsEyepiece] > Found column `MostRecords`.
[2019-06-11 14:32:44] [RecordsEyepiece] > Found column `RoundPoints`.
[2019-06-11 14:32:44] [RecordsEyepiece] > Found column `TeamPoints`.
[2019-06-11 14:32:44] [RecordsEyepiece] > Found column `WinningPayout`.
[2019-06-11 14:32:44] [RecordsEyepiece] Updating `MostFinished` counts for all Players...
[2019-06-11 14:32:44] [RecordsEyepiece] Updating `MostRecords` counts for all Players...
[2019-06-11 14:32:44] [RecordsEyepiece] Checking entries for the <placement_widget>...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Always"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Race"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Rounds"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "TimeAttack"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Team"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Laps"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Cup"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "TeamAttack"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Chase"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Knockout"...
[2019-06-11 14:32:44] [RecordsEyepiece] > Working on all <placement> with <display> "Doppler"...
[2019-06-11 14:32:45] [RecordsEyepiece] Finished.
[2019-06-11 14:32:45] [RecordsEyepiece] ********************************************************
####[ABOUT]##########################################################################
> Dedicated:     ManiaPlanet/3.3.0 build 2019-05-23_15_45, using Method-API 2013-04-16, ModeScript-API 2.5.0
>                MatchSettings: maplist.txt
>                Host: 127.0.0.1
>                Ports: Connections 2351, P2P 0, XmlRpc 5001
>                Network: Send 0 KB, Receive 0 KB
>                Uptime: 11 seconds
> Name:          mathys (mathysyhn76), join link: "maniaplanet://#join=mathysyhn76@TMStadium@nadeo"
> Title:         TMStadium@nadeo
> Ladder:        0 - 50k
> Gamemode:      "TimeAttack" with script "TimeAttack.Script.txt" version "2018-05-14"
> -----------------------------------------------------------------------------------
> PHP:           PHP/7.2.10
>                INI-File: C:\wamp64\bin\php\php7.2.10\php.ini
>                MemoryLimit: 256M
>                MaxExecutionTime: 120 seconds
>                AllowUrlFopen: true
>                Streams: compress.bzip2, compress.zlib, data, file, ftp, ftps, glob, http, https, phar, php, zip
>                GD-Lib: Version: bundled (2.1.0 compatible), JPEG: true, PNG: true, FreeType: true
> -----------------------------------------------------------------------------------
> Database:      Server:  MySQL/5.7.23
>                Client:  mysqlnd/5.0.12-dev
>                Connect: localhost via TCP/IP
>                Status:  Started: 2019-06-07 15:48; Threads: 1; Questions: 5776; Slow queries: 0; Opens: 351; Flush tables: 1; Open tables: 255; Queries per second avg: 0.016
> -----------------------------------------------------------------------------------
> OS:            Windows NT MATHYS 10.0 build 17134 (Windows 10) AMD64
> -----------------------------------------------------------------------------------
> UASECO:        Version 0.9.7 build 2019-06-07
>                Based upon the work of the authors and projects of:
>                - Xymph (XAseco2),
>                - Florian Schnell, AssemblerManiac and many others (ASECO),
>                - Kremsy (MPASECO)
> Author:        undef.de (UASECO)
> Website:       https://www.UASECO.org
####[PLUGINS]########################################################################
> plugin.modescript_handler.php                     1.0.5 build 2019-03-06
> chat.help.php                                     1.0.0 build 2018-06-03
> plugin.manialinks.php                             1.0.1 build 2019-03-12
> plugin.checkpoints.php                            1.0.1 build 2019-05-22
> plugin.local_records.php                          1.0.0 build 2018-07-12
> chat.admin.php                                    1.0.2 build 2019-06-07
> chat.server.php                                   1.0.1 build 2018-08-08
> plugin.panels.php                                 1.0.0 build 2018-05-07
> plugin.map.php                                    1.0.0 build 2018-05-07
> plugin.dedimania.php                              1.0.0 build 2018-06-10
> plugin.welcome_center.php                         1.0.0 build 2018-05-07
> plugin.tachometer.php                             1.0.1 build 2018-11-16
> plugin.info_bar.php                               1.0.0 build 2019-05-22
> plugin.stunt_messages.php                         1.0.0 build 2018-07-11
> plugin.donate.php                                 1.0.0 build 2018-05-08
> plugin.rounds.php                                 1.0.1 build 2019-03-11
> plugin.round_points.php                           1.0.0 build 2018-05-07
> plugin.round_autoend.php                          1.0.3 build 2018-05-07
> plugin.mania_exchange.php                         1.0.0 build 2018-05-07
> plugin.rasp.php                                   1.0.1 build 2019-06-07
> plugin.rasp_jukebox.php                           1.0.2 build 2019-06-07
> plugin.uptodate.php                               1.0.0 build 2018-05-07
> chat.records.php                                  1.0.0 build 2018-08-08
> chat.rasp.php                                     1.0.0 build 2018-05-07
> plugin.customize_quit_dialog.php                  1.0.0 build 2018-05-07
> plugin.effect_studio.php                          1.0.0 build 2018-07-11
> plugin.mania_karma.php                            2.0.1 build 2019-06-09
> plugin.records_eyepiece.php                       1.1.3 build 2019-06-09
> plugin.vote_manager.php                           1.0.0 build 2019-06-09
#####################################################################################
[2019-06-11 14:32:45] [Map] Running on Map [el cangrejo de la muerte] made by [bapdsg] [Env: Stadium, Uid: PyHrgOEoPiQRUPnxwTT_pAeUHN5, Id: 31]
[2019-06-11 14:32:45] [Event] Loading Map
[2019-06-11 14:32:45] [LocalRecords] Currently no record on [el cangrejo de la muerte]
[2019-06-11 14:32:45] [Dedimania] Map does not match the Dedimania storing rules: Amount of checkpoints in this map is lower then two, records will be ignored.
[2019-06-11 14:32:46] [Dedimania] dedimaniaLoadingMapCallbackHandler() - error(s): Warning in method_handler.php(330): map without checkpoints are not supported !
^C
i can't see any errors
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: rounds settings

Post by undef.de »

mathys76 wrote: 11 Jun 2019, 15:34 i can't see any errors
Me neither, UASECO is running and connected to your dedicated server. So it's all fine.
Developer of UASECO, a controller with support of the Modescript Gamemodes for TM².
Visit the official website for more: UASECO.org


Developer of various plugins for XAseco/XAseco2 and MPAseco, visit my lab: www.undef.name

You like what I do? Then award a ManiaStar.
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 2 guests