Page 1 of 1

Help for standard plugins in Manialive

Posted: 18 Aug 2011, 14:35
by gropapa
Hi,

I'm trying to use Manialive on a TM2 server and it perfectly works with basic plugins ("Admin", "PluginManager", "Menubar", "Profiler"), but bugs with other plugins :
- does dedimania plugin work : the authentication on dedimania server fails (dedimania.password is ok in the config.ini), or perhaps dedimania isn't compatible with TM2 for the moment ?
- some plugins like "Bill" and "MapVote" seem to require a connection to a database and fail to load. Is there something else to install or configure ?
- is MLEPP the only record manager that works with manialive ?
- is there an help somewhere about what each plugin exactly does (i know it's evident for some of them :oops: ) ?

Sorry, but i didn't find any help or explanation for this neither in wiki, nor in tutorial topics ... :roll:

++

Re: Help for standard plugins in Manialive

Posted: 18 Aug 2011, 14:39
by jonthekiller
Dedimania doesn't work for the moment.

MLEPP is the only record manager.

You are a documentation for install and configure MLEPP : http://code.google.com/p/mlepp/download ... f&can=2&q=

Re: Help for standard plugins in Manialive

Posted: 18 Aug 2011, 14:39
by Xymph
gropapa wrote:perhaps dedimania isn't compatible with TM2 for the moment ?
Dedimania for TM2 is not yet ready, though Slig is probably working hard on it. :)

Re: Help for standard plugins in Manialive

Posted: 18 Aug 2011, 16:53
by The_Big_Boo
gropapa wrote:- some plugins like "Bill" and "MapVote" seem to require a connection to a database and fail to load. Is there something else to install or configure ?
You need to configure your database connection in config.ini

Re: Help for standard plugins in Manialive

Posted: 20 Aug 2011, 16:02
by gropapa
Thx all ! ;)

and now another question ! :D

I've installed xampp to be able to use MLEPP. I know that there are some security risks once apache server is launched. So, i've applied the following settings in the "httpd.conf" file :
Order deny,allow
allow from 127.0.0.1
deny from all

Is it enough to be sure that nobody can take control from the web, or do i need to configure sthg else (or am i paranoiac ? :? ) ?

++

Re: Help for standard plugins in Manialive

Posted: 20 Aug 2011, 21:21
by reaby
Actually, if you wish, you can just only start mysql from xampp.
There is no need to run apache actually, manialive can use commandline php without starting apache anyway.

or if you want, you can get the php installer and mysql installer from their respective sites and just install those + configure.

Re: Help for standard plugins in Manialive

Posted: 21 Aug 2011, 16:26
by gropapa
Yes you're right ... thx ! :D