Uaseco does not start
Posted: 26 Jan 2019, 04:15
Code: Select all
[2019-01-27 21:09:24] ###############################################################################
[2019-01-27 21:09:24] [UASECO] Initializing...
[2019-01-27 21:09:24] [PHP] Checking for required and wanted PHP extensions...
[2019-01-27 21:09:24] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2019-01-27 21:09:24] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2019-01-27 21:09:24] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2019-01-27 21:09:24] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2019-01-27 21:09:24] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2019-01-27 21:09:24] [PHP] » Checking "LibXML" (libxml): OK!
[2019-01-27 21:09:24] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2019-01-27 21:09:24] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2019-01-27 21:09:24] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2019-01-27 21:09:24] [Config] Load settings [config/UASECO.xml]
[UASECO Fatal Error] No MasterAdmin(s) configured in [config/UASECO.xml]! on line 762 in file /home/ClementlaPizza/Serveur_de_test/ManiaplanetServer/uaseco/uaseco.php
Code: Select all
<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 -->
<!-- format:
<tmlogin>MyManiaPlanetID</tmlogin> <ipaddress>**.***.***.**</ipaddress>
//-->
</masteradmins>
Code: Select all
<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 -->
<!-- format:
<tmlogin>YOUR_MASTERADMIN_LOGIN</tmlogin> <ipaddress>YOUR_MASTERADMIN_IP</ipaddress>
//-->
<tmlogin>youre-masterserver-login</tmlogin>
</masteradmins>