eXpansion plugin pack for Manialive - (updated: 3.4.2014)

Post here every finished plugin

Moderator: NADEO

User avatar
weerwolf
Posts: 630
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by weerwolf »

Reaby's Drift Station:
Login: rtm2_server1
http://www.maniaviewer.com/index.php?si ... m2_server1

LYNX Origins
Login: TM2LYNX15
http://www.maniaviewer.com/index.php?si ... =TM2LYNX15

Origins server has a (almost!) complete converted player nation list.
User avatar
Knutselmaaster
Posts: 1276
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by Knutselmaaster »

:clap:
Thank you, to see you of all people responding first makes me smile.
Nice to "see" you again my friend.
I take my coffee out of the microwave and then i'll have a look.

MOD EDIT!
Please use forum topics for their original discussion, and don't spam.
:roflol:
TheM
Posts: 1446
Joined: 15 Jun 2010, 14:30
Location: Uden, Noord-Brabant, Netherlands
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by TheM »

Knutselmaaster wrote:I take my coffee out of the microwave and then i'll have a look.
You put your coffee in your microwave? ^^ :lol:
Global moderator | Dutch moderator | Laddermoderator | ManiaWiki moderator
Server Manager/webmaster of Smurfen.net, join us on Canyon, Valley and Royal!
ESL (Game) Staff Head for TrackMania (Stadium, Canyon and Valley).
User avatar
weerwolf
Posts: 630
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by weerwolf »

TheM wrote:
Knutselmaaster wrote:I take my coffee out of the microwave and then i'll have a look.
You put your coffee in your microwave? ^^ :lol:
Guess it otherwise its rocksolid :XD
Good to see u here too Knuts

I have send reaby today adjustments to the migration script with a solved bug in the donation and added a script which runs all logins through the webservice sdk, to correct the players nations in the eXpansion database.
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by oliverde8 »

weerwolf wrote:
TheM wrote:
Knutselmaaster wrote:I take my coffee out of the microwave and then i'll have a look.
You put your coffee in your microwave? ^^ :lol:
Guess it otherwise its rocksolid :XD
Good to see u here too Knuts

I have send reaby today adjustments to the migration script with a solved bug in the donation and added a script which runs all logins through the webservice sdk, to correct the players nations in the eXpansion database.
Are you refering to the nations having all the region continent details in it?
Player nations in the database are correct. I wanted to have all the information in it not just the country.

The issue with the stats page has been submited by W1lla and fixed : https://github.com/eXpansionPluginPack/ ... /issues/34
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
User avatar
weerwolf
Posts: 630
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by weerwolf »

ha oli ^^

If you migrated all players to the database og eXpansion, player_nation is NULL
The script looks up the nations through the webservices, so your migrated players
also have the localization ;)

with the test i extracted only up to the country, but this can be the full path.
oliverde8
Posts: 1345
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by oliverde8 »

weerwolf wrote:ha oli ^^

If you migrated all players to the database og eXpansion, player_nation is NULL
The script looks up the nations through the webservices, so your migrated players
also have the localization ;)

with the test i extracted only up to the country, but this can be the full path.
Ooo you are taking about he extraction tool :D

Sorry I have never looked into that. At the moment if you do not put in the database the full path it will probably crash the system when trying to show stats :D
The system will correct the paths as the players joins the server, so I could add something so that if the full path isn't available it doesn't crash

I think in XAseco there isn't the full path? or is there? :D
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
User avatar
weerwolf
Posts: 630
Joined: 15 Jun 2010, 21:21
Location: Wijchen, Netherlands
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by weerwolf »

what i said, if u use old xaseco data, no full path is availble and db enty is NULL
There are no stats then, because everything is the same, just blank. thats where
my tool comes in and gets the necessary data from Nadeo ;)
User avatar
Knutselmaaster
Posts: 1276
Joined: 15 Jun 2010, 18:03
Location: Somewhere between Paris and Disney in France.
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by Knutselmaaster »

When following the tuto : http://www.ml-expansion.com/documentati ... %20windows
I found several problems.
I installed the latest dedi
I installed ManiaLive1_r267 that i found here (http://code.google.com/p/manialive/downloads/list)
I downloaded eXpansion, unzipped, renamed.
I opened the manialive config and added

Code: Select all

ManiaLivePlugins\eXpansion\Dedimania\Config.login = "****"
 ManiaLivePlugins\eXpansion\Dedimania\Config.code = "******"
 manialive.plugins[] = 'eXpansion\AutoLoad'
 manialive.plugins[] = 'eXpansion\Dedimania'
Nothing happened, so i changed the syntax to be the same as the "Standard" plugins:

Code: Select all

; Add plugins to load.
; plugins.load[] = 'Author\PluginName'
; plugins.load[] = 'Standard\Admin'
; plugins.load[] = 'Standard\Menubar'
; plugins.load[] = 'Standard\PluginManager'

 plugins.load[] = 'Standard\Profiler'

 ManiaLivePlugins\eXpansion\Dedimania\Config.login = "*********"
 ManiaLivePlugins\eXpansion\Dedimania\Config.code = "*********"

 plugins.load[] = 'eXpansion\AutoLoad'
 plugins.load[] = 'eXpansion\Dedimania'

Code: Select all

This gave me the following error:
PHP Fatal error:  Interface 'ManiaLive\PluginHandler\WaitingCompliant' not found in ......./ManiaLive1_r267/libraries/ManiaLivePlugins/eXpansion/Core/types/BasicPlugin.php on line 21

Fatal error: Interface 'ManiaLive\PluginHandler\WaitingCompliant' not found in ..../ManiaLive1_r267/libraries/ManiaLivePlugins/eXpansion/Core/types/BasicPlugin.php on line 21

Where did i go wrong?

EDIT:

Just having the eXpansion files in the plugins directory gives me already this error:

Code: Select all

  ##################################     ###################################
  ##################################     ###################################
                                                                         ###
  ################  ################     ###  ############  ###########  ###
  ################  ################     ###  ############  ###########  ###
               ###  ###                  ###  ###      ###  ###     ###  ###
               ###  ###                  ###  ###      ###  ###     ###  ###
               ###  ###                  ###  ###      ###  ###     ###  ###
               ###  ###                  ###  ###      ###  ###     ###  ###
               ###  ###                  ###  ###      ###  ###     ###  ###
               ###  ###                  ###  ###      ###  ###     ###  ###
ManiaLive
PHP Environment Compatibility Test
-----------------------------------------------------
PHP 5.3.1 or newer    -> required  -> [ Yes ] 5.3.28-1~dotdeb.0
Standard PHP Library  -> required  -> [ Yes ]
JSON                  -> required  -> [ Yes ]
OpenSSL               -> required  -> [ Yes ]
cURL with SSL         -> required  -> [ Yes ] 7.21.0 (OpenSSL/0.9.8o) (with OpenSSL/0.9.8o)
SQLite                -> optional  -> [ Yes ]
-----------------------------------------------------
[15:13:49] XML-RPC connection established
[15:13:50] Successfully authentified with XML-RPC server
[15:13:51] Current map: C02
[PluginHandler] Start plugin load process:
[PluginHandler] is loading Standard\Admin ...
[PluginHandler] is loading Standard\Menubar ...
[PluginHandler] is loading Standard\PluginManager ...
[PluginHandler] is loading Standard\Profiler ...
[PluginHandler] All registered plugins have been loaded
PHP Fatal error:  Interface 'ManiaLive\PluginHandler\WaitingCompliant' not found in ......./ManiaLive1_r267/libraries/ManiaLivePlugins/eXpansion/Core/types/BasicPlugin.php on line 21
User avatar
w1lla
Posts: 2396
Joined: 15 Jun 2010, 11:09
Location: Netherlands
Contact:

Re: eXpansion plugin pack [Manialive 3.1] updated: 11.1.2014

Post by w1lla »

TM² Info
SM Info
QM Info

OS: Windows 10 x64 Professional
MB: MSI 970A-G46
Processor: AMD FX-6300 3500 mHz
RAM Memory: 16 GB DDR3
Video: SAPPHIRE DUAL-X R9 280X 3GB GDDR5
KB: Logitech G510s
Mouse: Logitech G300s
Mode Creation
ManiaScript Docs
Post Reply

Return to “ManiaLive Plugins”

Who is online

Users browsing this forum: No registered users and 0 guests