Page 1 of 1

XASECO2 to UASECO Database

Posted: 16 Jun 2016, 20:32
by Hexagon
Hi guys,
This time I doesn't have any problem in UASECO configuration. All works fine*.
What does not work is the database and I know what is the problem too; I didn't converted the database to UASECO.
I tried to rename all them to uaseco_[...] but nothing. All things regarding the database doesnt work: maps, records, and other things on it.
Well I tried to make a BATSH file to make start the command inserted on the ReadMe.txt:

Code: Select all

\USBWebserverv8.6\php\php.exe -d max_execution_time=0 -d memory_limit=-1 /d"%CD%\UASECO\database" convert-xaseco2-to-uaseco.php [1]
xaUA2.bat (this :yes: thing) is stored in C:\Users\AndreaPhoenixx\Desktop\eXpire
php.exe is stored in C:\Users\AndreaPhoenixx\Desktop\eXpire\USBWebserverv8.6\php
convert-xaseco2-to-uaseco.php is stored in C:\Users\AndreaPhoenixx\Desktop\eXpire\UASECO\database

And if it is completely wrong there is a way to convert manually using PHPMyAdmin?

The guy have permanent problems on UASECO, Lucario.

Re: XASECO2 to UASECO Database

Posted: 16 Jun 2016, 23:15
by undef.de
Then your bat file should look like this:

Code: Select all

C:
cd C:\Users\AndreaPhoenixx\Desktop\eXpire\UASECO\
C:\Users\AndreaPhoenixx\Desktop\eXpire\USBWebserverv8.6\php\php.exe -d max_execution_time=0 -d memory_limit=-1 newinstall\database\convert-xaseco2-to-uaseco.php 1
You have to replace "[GAMEMODE]", so it's only the number (1 = Rounds) which will remain.

Btw.: I guess you missed the "newinstall" in your mentioned path "C:\Users\AndreaPhoenixx\Desktop\eXpire\UASECO\database" above.

The right path is "C:\Users\AndreaPhoenixx\Desktop\eXpire\UASECO\newinstall\database".

Re: XASECO2 to UASECO Database

Posted: 21 Jun 2016, 22:30
by undef.de
Does it work?

Re: XASECO2 to UASECO Database

Posted: 05 Jul 2016, 17:06
by Hexagon
Yup, a friend / expert on server things says that will be better copy the convert[...].php to the main UASECO folder then create a BATSH File have got inside it this code (or whatever it is :lol: ):

Code: Select all

C:\Users\AndreaPhoenixx\Desktop\eXpire\USBWebserverv8.6\php\php.exe -d max_execution_time=0 -d memory_limit=-1 convert-xaseco2-to-uaseco.php 1
pause
It worked like yours. :1010
I made a 'pause' for being sure all worked without any type of error.
By the way, thank you! :thx:

Re: XASECO2 to UASECO Database

Posted: 11 May 2017, 19:04
by Maverick00
Hi,
Error for me :
Image
Which Gamemode ID ? :?

Re: XASECO2 to UASECO Database

Posted: 11 May 2017, 19:10
by undef.de
Try the readme.txt where the converter is. 8-)

Re: XASECO2 to UASECO Database

Posted: 13 May 2017, 01:28
by Maverick00
It's work with [1] to the end of the ligne ;)
thanks