Local records non mémorisés

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

Bobsheriff
Posts: 25
Joined: 08 Jun 2019, 17:56

Local records non mémorisés

Post by Bobsheriff »

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 !! ^^
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Local records non mémorisés

Post by undef.de »

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.
Bobsheriff
Posts: 25
Joined: 08 Jun 2019, 17:56

Re: Local records non mémorisés

Post by Bobsheriff »

Thanks for ur reply !

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
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Local records non mémorisés

Post by undef.de »

Bobsheriff wrote: 08 Jun 2019, 19:22

Code: 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
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?).
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.
Bobsheriff
Posts: 25
Joined: 08 Jun 2019, 17:56

Re: Local records non mémorisés

Post by Bobsheriff »

hum ...

Dedicated_cfg.txt :

Code: Select all

		<xmlrpc_port>5000</xmlrpc_port>
		<xmlrpc_allowremote>False</xmlrpc_allowremote>
i'll try to write the same.
Last edited by undef.de on 08 Jun 2019, 19:48, edited 1 time in total.
Reason: Use code tags for code/logs
Bobsheriff
Posts: 25
Joined: 08 Jun 2019, 17:56

Re: Local records non mémorisés

Post by Bobsheriff »

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
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Local records non mémorisés

Post by undef.de »

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.
Bobsheriff
Posts: 25
Joined: 08 Jun 2019, 17:56

Re: Local records non mémorisés

Post by Bobsheriff »

If dedicated server is RunSrvTM yes !
Bobsheriff
Posts: 25
Joined: 08 Jun 2019, 17:56

Re: Local records non mémorisés

Post by Bobsheriff »

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 :

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
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Local records non mémorisés

Post by undef.de »

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.
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 2 guests