From The Mana World
Revision as of 10:29, 24 July 2008 by Trapdoor (talk | contribs) (→‎Configuration: Added permission gotcha)

The Mana World Account Manager

The Account Manager is the web interface for users to manage their account from outside the game.

Users can reset their password, see their character stats, and change the email associated with the account.

Installation

To install you need to checkout tmwweb from SVN, specifically the ExceptionFault branch.

svn co https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmwweb/branches/ExceptionFault

You will need a web server running PHP 5.1 or later, with pdo_sqlite.

On FreeBSD you will need to install ports databases/php5-pdo_sqlite and security/pecl-hash along with lang/php5.

Configuration

To use the Account Manager on your own web server, you need to first edit the config files in system/application/config

You also need to change permissions on system/logs so that the web server user can write to it.

Read the README file for more information.