Feedback and Reports for the master branch from github

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

RelaxedRacer
Posts: 61
Joined: 08 Feb 2011, 02:30

Re: Feedback and Reports for the master branch from github

Post by RelaxedRacer »

undef.de wrote: 28 Oct 2019, 14:32 Could you please test that?
Sorry my bad, it was the vote replay and vote next, that's cousin it.
When i juke and the map end normaly it works ok, i forgot i voted "skip" everytime i juked a map.
I know its better not to use the vote plugin jet, as its not done jet, sorry for the confusion. :D

Cheers :mrgreen:
TMNF Server Link: tmtp://#join=racing_room_speed
TMMP Server Link: maniaplanet://#join=racing_room_speed@TMStadium@nadeo
TMGL Server Link: uplay://launch/5595/0/#join=n0AEQqlwQkGDQIke4YeZNw@Trackmania
Discord YouTube Twitch
speedychris
Posts: 172
Joined: 29 Dec 2011, 20:47

Re: Feedback and Reports for the master branch from github

Post by speedychris »

Updatet yesterday to 2020-06-18, everything fine except on every map change i get a info message on my local server rank.
How to disable that (cant find a xml config to prevent this)?
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the master branch from github

Post by undef.de »

speedychris wrote: 28 Jun 2020, 09:08 Updatet yesterday to 2020-06-18, everything fine except on every map change i get a info message on my local server rank.
How to disable that (cant find a xml config to prevent this)?
If you let me see what you mean, then maybe I can help. :thumbsup:
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.
speedychris
Posts: 172
Joined: 29 Dec 2011, 20:47

Re: Feedback and Reports for the master branch from github

Post by speedychris »

ScreenShot.jpg
ScreenShot.jpg (374.73 KiB) Viewed 11795 times
User avatar
undef.de
Posts: 2095
Joined: 06 Apr 2011, 21:57
Location: Germany, North Sea Coast
Contact:

Re: Feedback and Reports for the master branch from github

Post by undef.de »

speedychris wrote: 29 Jun 2020, 19:09 ScreenShot.jpg
That's a message from the RASP plugins and there is no configuration option in there to disable this particular message (and they never existed also in TMF and TM2).
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.
speedychris
Posts: 172
Joined: 29 Dec 2011, 20:47

Re: Feedback and Reports for the master branch from github

Post by speedychris »

Ah ok, thx.
User avatar
xaviernuma
Posts: 9
Joined: 08 May 2013, 15:29

Re: Feedback and Reports for the master branch from github

Post by xaviernuma »

Hello,

I'm running PHP 8.2, and when starting UASECO, it crashes immediately because a function with a nonexistent table prevents UASECO from starting. For now, I've removed the call to this function:

plugin.records_eyepiece.php (UASECO 0.9.7)

Code: Select all

public function getTopBetwins ($limit = -1) {
		global $aseco;

		$appendix = '';
		if ($limit > 0) {
			$appendix = 'LIMIT '. $limit;
		}

		if ($this->config['SCORETABLE_LISTS'][0]['TOP_BETWINS'][0]['DISPLAY'][0] === true) {
			// Calculate the Average
			$query = "
			SELECT
				`p`.`Login`,
				`p`.`Nickname`,
				((`b`.`wins` / `b`.`stake`) * `b`.`countwins`) AS `won`
			FROM `betting` AS `b`
			LEFT JOIN `%prefix%players` AS `p` ON `p`.`Login` = `b`.`login`
			WHERE `b`.`wins` > 0
			AND `p`.`Nickname` IS NOT NULL
			ORDER BY `won` DESC
			". $appendix .";
			";
		}
		else {
			// Get the Planets
			$query = "
			SELECT
				`p`.`Login`,
				`p`.`Nickname`,
				`b`.`wins` AS `won`
			FROM `betting` AS `b`
			LEFT JOIN `%prefix%players` AS `p` ON `p`.`Login` = `b`.`login`
			WHERE `b`.`wins` > 0
			AND `p`.`Nickname` IS NOT NULL
			ORDER BY `won` DESC
			". $appendix .";
			";
		}
User avatar
SSM.Speed...
Posts: 313
Joined: 21 Jul 2012, 21:21
Contact:

Re: Feedback and Reports for the master branch from github

Post by SSM.Speed... »

salut

le bon php pour uaseco 0.9.7 est 7.3 aucun bug
Image
createur de server depuis 2005 nadeo 1>tmnf 2>tmc et 4>Stad² 15>storm 43> server matchmaking pour un total de 65 server 24/24 createur du FanClub SSM
User avatar
xaviernuma
Posts: 9
Joined: 08 May 2013, 15:29

Re: Feedback and Reports for the master branch from github

Post by xaviernuma »

Bonjour SSM.Speed...,

Après réflexion, j'ai décidé de faire tourner la version 0.9.7 avec PHP 7.3 et je peux confirmer qu'elle fonctionne sans aucun problème.

Je vais conserver cette configuration en espérant une éventuelle mise à jour à l'avenir.

Merci pour votre aide.
Post Reply

Return to “UASECO”

Who is online

Users browsing this forum: No registered users and 1 guest