MushRaider : your MMORPG raid planner

Simple Raid Planner mainly designed for MMORPG.

Download .zip Download .tar.gz View on GitHub

MushRaider have moved to his own website : http://mushraider.com


Welcome to the official MushRaider Page

MushRaider is a FREE Raid Planner, designed for MMORPG, intended to be simple, fast and clean. MushRaider use PHP5, MySQL, HTML5, CSS3 and is powered by CakePHP and Bootstrap frameworks.

If you have a guild and want to manage your roster, events, games... MushRaider is the perfect tool !

Latest version: 1.2.2 (27/05/2014)


To get last updates make sure to watch the project in github


Main Features

Auto Installer

Because everybody isn't web dev or sysadmin, MushRaider can be installed in 2 easy steps without having any knowledges in unix, php, mysql...

Multi games support

With MushRaider you can create donjons, classes, characters, events... for evey games you play with only one install. Support all kind of games like World Of Warcraft, RIFT, Final Fantasy XIV, Wildstar...

Multi languages support

MushRaider is distributed in English (default) and French.

Multi characters support

Your players have rerolls ? No problem, each player can have has many characters on has many games as he want and choose a different character for every event to play with.

Admin panel

MushRaider is fully customisable and support easy theming right into the admin panel !

Comment system

You can add a comment specific to your event's apply and/or discuss with other players for each event.

Notifications system

Notifications can be enable in admin panel to automatically send email when new event is created, user is validated to an event or event is cancelled.


Minimum requirements

  • PHP 5.3 and greater
  • MySQL 4.x and greater
  • HTTP Server with rewrite enables

Demo

You can test the MushRaider demo here and create an account to test it as a user point of view (note that accounts are automatically validated for the demo purpose).
If you want to try the admin features, use the admin account : admin / admindemo
Note : the demo is reset every 24h.


Troubleshooting

I have a white page or errors instead of the installation wizard

This can happen if you run your own server and have some permission's problems. Make sure you have Write permission in :

  • /app/Config
  • /app/tmp

I can't upload custom images for my background or logo

Make sure the uploaded image isn't too big (depends on your server's settings) and to have write permission in /app/webroot/files/theme

Where is the error log ?

Error log can be find in /app/tmp/logs

How can I display PHP errors ?

By default PHP errors are hidden. To enable them (for debugging purpose) :

  • Open the file /app/Config/core.php
  • Locate the line Configure::write('debug', 0);
  • Change it to Configure::write('debug', 2);

Changelog

MushRaider v1.2.2 (27/05/2014)

  • Fix : fatal error when email settings were missing

MushRaider v1.2.1 (25/05/2014)

  • Add email settings in admin panel
  • New tooltips in calendar displaying event infos
  • Fix : logo in emails in some installations
  • Fix : background image reset in some circumstances
  • Fix : event creation using the "quick creation" in some installations

MushRaider v1.2 (18/05/2014)

  • Admins can now manage players roles (Finally \o/)
  • Add a "quick create event" button in calendar

MushRaider v1.1.1 (20/04/2014)

  • Custom links are now displayed on the main navbar
  • Fix : french translation
  • Fix : dungeons admin
  • Fix : static files refresh after update
  • Fix : application cache refresh after update
  • Fix : template creation cs

MushRaider v1.1 (14/04/2014)

  • Events templates : admin can now create templates based on created events and then create events based on those templates
  • Character status : each character can now be disable / enable. Note that admins can also change the characters status when editing a user
  • Class color : admin can now directly choose the class color with his hexadecimal value
  • Language : admin can now choose the default app language
  • Language : users can switch language with the new language menu in the header
  • Ergonomie : change some buttons colors and add nice tooltips
  • MushRaider updates : new notification in admin panel when an update is available
  • jQuery : updated to version 2.1.0
  • Fix : events invitation and start times are now more logical
  • Fix : disabled accounts no longer receive email notifications

MushRaider v1 release (03/03/2014)

  • Replace PhpThumb with Imagine
  • Bug fixes

MushRaider beta 3 (13/01/2014)

  • Users can delete their characters
  • Email notifications system
  • New Register / Unregister statistique for each characters
  • Admin / Officer can now disable dungeons
  • Bug fixes

MushRaider beta 2 (05/12/2014)

  • Users can set a default role for their characters
  • Admin / officer can now change the role of each users in an event's roster
  • Event page now display players who haven't answer yet
  • Roster summary for each games in the admin
  • Event signin now update the roster "live" when signin/signout
  • Bug fixes

MushRaider beta 1 (23/11/2014)

  • Initial "release" =)