Page 1 of 4

Local records non mémorisés

Posted: 08 Jun 2019, 18:03
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 !! ^^

Re: Local records non mémorisés

Posted: 08 Jun 2019, 18:40
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.

Re: Local records non mémorisés

Posted: 08 Jun 2019, 19:22
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

Re: Local records non mémorisés

Posted: 08 Jun 2019, 19:26
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?).

Re: Local records non mémorisés

Posted: 08 Jun 2019, 19:33
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.

Re: Local records non mémorisés

Posted: 08 Jun 2019, 19:37
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

Re: Local records non mémorisés

Posted: 08 Jun 2019, 19:49
by undef.de
Did you restart the dedicated server after you have made the port change?

Re: Local records non mémorisés

Posted: 08 Jun 2019, 21:11
by Bobsheriff
If dedicated server is RunSrvTM yes !

Re: Local records non mémorisés

Posted: 08 Jun 2019, 21:17
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

Re: Local records non mémorisés

Posted: 08 Jun 2019, 21:34
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?