Local records non mémorisés
-
- Posts: 25
- Joined: 08 Jun 2019, 17:56
Local records non mémorisés
Bonjour,
Je viens d'installer Uaseco, il apparaît bien sur mon serveur mais ne retient pas les records des maps.
Quand je lance le fichier de commande uaseco, il m'affiche seulement ça :
Page de commande active : 65001
Et c'est tout !
Merci de votre aide !! ^^
Je viens d'installer Uaseco, il apparaît bien sur mon serveur mais ne retient pas les records des maps.
Quand je lance le fichier de commande uaseco, il m'affiche seulement ça :
Page de commande active : 65001
Et c'est tout !
Merci de votre aide !! ^^
Re: Local records non mémorisés
Take a look into your logfile (folder "logs") from UASECO, maybe there is an error which causes UASECO to be unable to start.
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.
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.
-
- Posts: 25
- Joined: 08 Jun 2019, 17:56
Re: Local records non mémorisés
Thanks for ur reply !
here is what there is inside the logs folder (
last attempt) ^^
here is what there is inside the logs folder (
last attempt) ^^
Code: Select all
[2019-06-08 14:49:34] ####[INIT]###########################################################################
[2019-06-08 14:49:34] [PHP] Checking for required PHP extensions...
[2019-06-08 14:49:34] [PHP] PHP is using "C:\xampp\php\php.ini"
[2019-06-08 14:49:34] [PHP] » Checking "Exchangeable Image Information" (exif): OK!
[2019-06-08 14:49:34] [PHP] » Checking "File Transfer Protocol" (ftp): OK!
[2019-06-08 14:49:34] [PHP] » Checking "ICONV character set conversion facility" (iconv): OK!
[2019-06-08 14:49:34] [PHP] » Checking "Image Processing and GD" (gd): OK!
[2019-06-08 14:49:34] [PHP] » Checking "JavaScript Object Notation" (json): OK!
[2019-06-08 14:49:34] [PHP] » Checking "LibXML" (libxml): OK!
[2019-06-08 14:49:34] [PHP] » Checking "Multibyte String" (mbstring): OK!
[2019-06-08 14:49:34] [PHP] » Checking "MySQL Improved" (mysqli): OK!
[2019-06-08 14:49:34] [PHP] » Checking "SimpleXML" (SimpleXML): OK!
[2019-06-08 14:49:34] [Config] Load settings [config/UASECO.xml]
[2019-06-08 14:49:34] [UASECO][WARNING] ###############################################################################################################
[2019-06-08 14:49:34] [UASECO][WARNING] You should setup a working mail to be able to contact you, change it in [config/UASECO.xml] at <admin_contact>!
[2019-06-08 14:49:34] [UASECO][WARNING] ###############################################################################################################
[2019-06-08 14:49:34] [UASECO][WARNING] To increase security you should setup a lock password at <lock_password> in [config/UASECO.xml]!
[2019-06-08 14:49:34] [Config] Adding missing trailing "\" <mapimages_path> from [config/UASECO.xml]!
[2019-06-08 14:49:34] [Config] Adding missing trailing "\" <dedicated_installation> from [config/UASECO.xml]!
[2019-06-08 14:49:34] [Config] Load admin and operator lists [config/adminops.xml]
[2019-06-08 14:49:34] [Config] Load banned IPs list [config/bannedips.xml]
[2019-06-08 14:49:34] [PHP] Setup memory limit to 256M
[2019-06-08 14:49:34] [PHP] Setup script timeout to 120 seconds
[2019-06-08 14:49:34] [Dedicated] Try to connect to Maniaplanet dedicated server at [127.0.0.1:5001] (timeout 180s)
[2019-06-08 14:49:35] [Dedicated] [1] connect - Cannot open socket
Last edited by undef.de on 08 Jun 2019, 19:24, edited 1 time in total.
Reason: Use code tags for code/logs
Reason: Use code tags for code/logs
Re: Local records non mémorisés
That's the problem, UASECO can't connect to your dedicated server, please check your dedicated_cfg.txt file on which <xmlrpc_port> your dedicated server is listen on (5001?).Bobsheriff wrote: ↑08 Jun 2019, 19:22Code: Select all
06-08 14:49:34] [Dedicated] Try to connect to Maniaplanet dedicated server at [127.0.0.1:5001] (timeout 180s) [2019-06-08 14:49:35] [Dedicated] [1] connect - Cannot open socket
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.
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.
-
- Posts: 25
- Joined: 08 Jun 2019, 17:56
Re: Local records non mémorisés
hum ...
Dedicated_cfg.txt :
i'll try to write the same.
Dedicated_cfg.txt :
Code: Select all
<xmlrpc_port>5000</xmlrpc_port>
<xmlrpc_allowremote>False</xmlrpc_allowremote>
Last edited by undef.de on 08 Jun 2019, 19:48, edited 1 time in total.
Reason: Use code tags for code/logs
Reason: Use code tags for code/logs
-
- Posts: 25
- Joined: 08 Jun 2019, 17:56
Re: Local records non mémorisés
i changed 5001 to 5000 but the same thing happens...
Code: Select all
[2019-06-08 20:35:56] [Dedicated] Try to connect to Maniaplanet dedicated server at [127.0.0.1:5000] (timeout 180s)
[2019-06-08 20:35:57] [Dedicated] [1] connect - Cannot open socket
Last edited by undef.de on 08 Jun 2019, 19:49, edited 1 time in total.
Reason: Use code tags for code/logs
Reason: Use code tags for code/logs
Re: Local records non mémorisés
Did you restart the dedicated server after you have made the port change?
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.
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.
-
- Posts: 25
- Joined: 08 Jun 2019, 17:56
Re: Local records non mémorisés
If dedicated server is RunSrvTM yes !
-
- Posts: 25
- Joined: 08 Jun 2019, 17:56
Re: Local records non mémorisés
When i launch Webrequest and uaseco this is written :
Page de codes active : 65001
But when i launch them as adminitrator :
Page de codes active : 65001
Le chemin d’accès spécifié est introuvable.
Appuyez sur une touche pour continuer...
webrequest folder :
Page de codes active : 65001
But when i launch them as adminitrator :
Page de codes active : 65001
Le chemin d’accès spécifié est introuvable.
Appuyez sur une touche pour continuer...
webrequest folder :
Code: Select all
@echo off
chcp 65001
rem ****** Set here your php path *******
set INSTPHP=C:\xampp\php
rem *************************************
set DATESTRING=%DATE:~6,4%-%DATE:~3,2%-%DATE:~0,2%
PATH=%PATH%;%INSTPHP%;%INSTPHP%\extensions
"%INSTPHP%\php.exe" -d allow_url_fopen=on -d safe_mode=0 webrequest.php TM2 >> logs/%DATESTRING%-webrequest-current.txt 2>&1
pause
Last edited by undef.de on 08 Jun 2019, 21:28, edited 1 time in total.
Reason: Use code tags for code/logs
Reason: Use code tags for code/logs
Re: Local records non mémorisés
I'm a bit confused right now, because at your post above you have already UASECO running and now it doesn't start? What did you changed?
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.
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.
Who is online
Users browsing this forum: No registered users and 2 guests