Page 3 of 3

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 12 Mar 2019, 17:56
by fiendy
undef.de wrote: 12 Mar 2019, 16:37
fiendy wrote: 12 Mar 2019, 14:17 Sure, it's the button shown here, after doing "/jukebox display"
That's a deprecated plugin and may be incomplete and not working, you should try "/elist" instead".
I install a redirect of "/jukebox display" to "/elist jukebox" which is the replacement.
Ahh ok. How do I configure it to redirect to "/elist jukebox", as most players I've seen on my server use "/jukebox"?
And shouldn't the redirect be configured by default if the other plugin is deprecated (& broken :) )?

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 12 Mar 2019, 20:02
by undef.de
fiendy wrote: 12 Mar 2019, 17:56
undef.de wrote: 12 Mar 2019, 16:37
fiendy wrote: 12 Mar 2019, 14:17 Sure, it's the button shown here, after doing "/jukebox display"
That's a deprecated plugin and may be incomplete and not working, you should try "/elist" instead".
I install a redirect of "/jukebox display" to "/elist jukebox" which is the replacement.
Ahh ok. How do I configure it to redirect to "/elist jukebox", as most players I've seen on my server use "/jukebox"?
And shouldn't the redirect be configured by default if the other plugin is deprecated (& broken :) )?
Just update to the 0.9.7 from github and you're done.

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 13 Mar 2019, 21:53
by fiendy
Nice one, all working now :clap: :yes:

Thanks undef :thumbsup:

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 15 Mar 2019, 12:09
by TMmivhi
nice, very nice Undef...

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 12 Jan 2020, 01:00
by mooseman2099

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<mania_karma>
	<!--
		For an list of Nationcodes in 'ISO 3166 ALPHA-3', see the row "Alpha-3" at
		http://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements
		Examples: Germany = 'DEU', Belgium = 'BEL', Denmark = 'DNK', United States = 'USA'...
	//-->
	<nation>GBR</nation>


	<!-- Style for the Widget -->
	<widget_styles>
		<!-- Styles used for the Widgets at Race/Scoretable -->
		<vote_buttons>
			<!-- Background-Color, Format: RGBA (A = Alphachanal, Opacity) -->
			<positive>
				<bgcolor_default>DFDF</bgcolor_default>
				<bgcolor_focus>FFFF</bgcolor_focus>

The above is dated as GBR and still does not work from when I received the controller.

Code: Select all

	<!-- Communication links -->
	<urls>
		<website>www.mania-karma.com</website>
		<api_auth>http://worldwide.mania-karma.com/api/maniaplanet-trackmania2-v4.php</api_auth>
	</urls>

	<!-- Timeout DNS, min. 10 sec. -->
	<timeout_dns>10</timeout_dns>

	<!-- Connect timeout, min. 10 sec. -->
	<timeout_connect>10</timeout_connect>

	<!-- Wait timeout, min. 40 sec. -->
	<timeout>40</timeout>
</mania_karma>
This is what you typed many years ago when received.

The karma does not seem to load the rest of the data from other servers just has a circle spinning for the full five mins tracks are on.
It does however work as a local server. also not sure if it sends the data when typing /Karma export. as it says? but does show what it has sent.

Thanks again for your assist. moose.

Re: UASECO 0.9.6 (2019-03-02) released

Posted: 12 Jan 2020, 09:04
by undef.de
mooseman2099 wrote: 12 Jan 2020, 01:00 The karma does not seem to load the rest of the data from other servers just has a circle spinning for the full five mins tracks are on.
It does however work as a local server. also not sure if it sends the data when typing /Karma export. as it says? but does show what it has sent.
I guess you run the 0.9.6, please update to the 0.9.7 from github and let us know if that fix your problem.