Liga Manager Online
sechsgott - June 8, 2006 - 19:16
Hello girls and boys,
is there anybody who knows how can I implement the software "LMO" ( www.liga-manager-online.de ) ?
It's a software to manage sport results like football with tables, charts a.s.o.!
Thanks for any advice!
Kind regards!

well...
no one has done it yet, but it is possible. It actually fits with a project that I am working on. Since it is PHP/MySql based it should be reasonably straight forward to port it. The first place to start in under handbooks --> creating modules. then it is "just" a matter of taking all of those .php's and reworking them into .module's using Drupals API. Depending on how it was coded in the first place that could be easy, or very hard
hope that helps, I am far from a guru, but I figure that I can't get mad at the lack of responses to my own questions if I don't try and help others!
this would be of great interest
A module that enables the construction of fantasy league would be a very welcome addition to the Drupal armoury. Tenrapid has a neat tipping module http://drupal.org/node/65199 which is related to this but a fully fledged fantasy league module would be very welcome. If other interest gathers I would be happy to contribute towards a bounty (as I am a useless non-coder).
It is NOT MySQL based
Actually, LMO data is stored not in a database, but in a plain text file. I remember the author saying that he MIGHT consider moving it to MySQL in v5, but I don't think there was much of an activity since v4 was released more than a year ago.