eXpansion plugin pack for Manialive - (updated: 3.4.2014)

Post here every finished plugin

Moderator: 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 »

That gives me this:

Code: Select all

Launching ManiaLive with the following arguments:

 _|      _|                      _|            _|        _|
 _|_|  _|_|    _|_|_|  _|_|_|          _|_|_|  _|            _|    _|    _|_|
 _|  _|  _|  _|    _|  _|    _|  _|  _|    _|  _|        _|  _|    _|  _|_|_|_|
 _|      _|  _|    _|  _|    _|  _|  _|    _|  _|        _|  _|  _|    _|
 _|      _|    _|_|_|  _|    _|  _|    _|_|_|  _|_|_|_|  _|    _|        _|_|_|
-----------------------------------------------------
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 ]
cURL with SSL         -> required  -> [ Yes ] 7.21.0 (with OpenSSL/0.9.8o)
MySQL                 -> optional  -> [ Yes ]
SQLite3               -> optional  -> [ Yes ]
-----------------------------------------------------
PHP Fatal error:  Class 'ManiaLib\Utils\Singleton' not found in ........./manialive-3.1.1/libraries/ManiaLive/Application/AbstractApplication.php on line 19

Fatal error: Class 'ManiaLib\Utils\Singleton' not found in ............/manialive-3.1.1/libraries/ManiaLive/Application/AbstractApplication.php on line 19
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
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 »

That did the job, and so easy!
It really is well done, but please update the info because i struggled for a long time while it all could be done in less than an hour, including setting up firewall/dedicated/manialive/eXpansion
eXpansion took only a few moments to get working, download, unzip, add 1 line to the manialive config file, and it works!
:thumbsup:
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 »

well, that is an olddddd version :D the master branch hasn't been updated for nearly 3 month now.

We are working on some adjustments and waiting the realese of ManiaLive 4 to make a realese.
That is the plan at least.

If you want to try the dev version had just confirmation that the composer installation works :
1)Clone the default ManiaLive : https://github.com/maniaplanet/manialive.git or download it
git clone https://github.com/maniaplanet/manialive.git

2)Edit composer file to include expansion
Open composer.json with notepad
Add , "ml-expansion/expansion": "dev-dev" to the end of the require list

3)Use composer install(need to download compose at https://packagist.org/)
do php composer.phar install
It should install everything automatically

*)To update ManiaLive or eXpansion
do php composer.phar update
And magic is done

!!Once we realese the only thing you will need to do if you install using composer is to change dev-dev to dev-master to keep a have a stable version.
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...
reaby
Posts: 1032
Joined: 29 Dec 2010, 23:26
Location: Eastern Finland
Contact:

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

Post by reaby »

Image

Thanks Magnetik for todays fixes, it's now super easy to setup manialive with eXpansion plugins pack :)
We will continue to make announce every week about how the development version is going, also for now on
there will be an update package .zip with the latest development preview for you to test.

Introducing the easy way to test
1) Download Manialive + eXpansion plugin pack prepackage bundle at:
http://ml-expansion.com/dl/expansion_091.zip

2) Unzip to location of your choise

3) Edit config\config.ini
check the partly preconfigured config file and fill in dedicated settings, mysql settings and your master admin login and other options you would like to have, like dedimania credentials..

4) click start.bat (edit location for php.exe, if it doesnt' start)

Notice:
this is the very latest development version, still considered work-in-progress - it should run quite nicely - in case of issue please report it to the project issue tracker:
https://github.com/eXpansionPluginPack/ ... state=open
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, pls delete line 6 of xasecoimport.php ^^
(was needed before i went to webservices )
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 »

I tried the package version Reaby.
All goes well, as in it starts without any hassle, without any bug, on my Debian server.
But!
Once it is running, the server looks like the commercial center of Tokyo, everything is blinking, the "right click" menu is stuck in the middle-right, opened on the "maps" tab, functional but it won't close and when opening another tab, maps remains opened and all gets double/unreadable.


Image
reaby
Posts: 1032
Joined: 29 Dec 2010, 23:26
Location: Eastern Finland
Contact:

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

Post by reaby »

My tests at also (Debian and Windows) I don't have not this issue.
for the blinking issue: I can say it is since maniascripts we use, for some reason doesn't compile.

I'll visit your server soon :)

*EDIT*
The issue was due php.ini configuration, please make sure you have defined

Code: Select all

short_open_tag = On
for php configuration :)
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 »

Cleaned this forum a bit, added this as announcement to this forum.
Is looking good, good luck on creating a release version! :)
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
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 »

I did not have time to have a look at my server for over a week, but it is still running stable without any problem. :clap:
Post Reply

Return to “ManiaLive Plugins”

Who is online

Users browsing this forum: No registered users and 1 guest