slawkens1 a177c93e97 Some big update
* added option to change character name in accountmanagement
* added automatic database updater (data migrations)
* renamed events to hooks
* moved hooks to database
* now you can use hooks in plugins
* set account.type field to 5, if TFS 1.0+
* added example plugin
* new, latest google analytics code
* fixed bug with loading account.name that has numbers in it
* fixed many bugs in player editor in admin panel
* added error handling to plugin manager and some more verification in
file has been correctly unpacked/uploaded
* fixed Statistics page in admin panel when using account.number
* fixed bug when creating/recovering account on servers with
account.salt field (TFS 0.3 for example)
* fixed forum showing thread with html tags (added from news manager)
* new, actual code for youtube videos in movies
* fixed showing vocation images when using
$config['online_vocations_images']
* many fixes in polls (also importing proper schema)
* fixed hovering on buttons in kathrine template (on accountmanagement
page)
* many fixes in signatures
* added missing gesior signature system
2017-05-11 04:13:16 +02:00
2017-05-11 04:13:16 +02:00
2017-05-01 20:05:36 +02:00
2017-05-11 04:13:16 +02:00
2017-05-11 04:13:16 +02:00
2017-05-11 04:13:16 +02:00
2017-05-11 04:13:16 +02:00
2017-05-11 04:13:16 +02:00
2017-05-06 02:08:13 +02:00
2017-05-11 04:13:16 +02:00
2017-05-01 20:05:36 +02:00
2017-05-11 04:13:16 +02:00
2017-05-11 04:13:16 +02:00
2017-05-01 20:05:36 +02:00

myaac

MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It is a fork of the Gesior project. It supports only MySQL databases.

Official website: http://my-aac.org

REQUIREMENTS

- PHP 5.1.0 or later
- MySQL database
- PDO PHP Extension
- XML PHP Extension
- ZIP PHP Extension
- (optional) mod_rewrite to use friendly_urls

INSTALLATION AND CONFIGURATION

Just decompress and untar the source (which you should have done by now,
if you're reading this), into your webserver's document root.

MyAAC needs proper permissions to handle files correctly.
If you're using apache2, then your directory needs to have owner set to: www-data, you can do it by using following command:
	chown -R www-data.www-data /var/www/*
		(or any other path your MyAAC installation is located at..)

  Note: Linux only
	If you're under linux use these commands to set proper permissions:
		chmod 660 config.local.php
		chmod 660 images/guilds
		chmod 660 images/houses
		chmod 660 images/screenshots

Visit http://your_domain/install (http://localhost/install) and follow instructions in the browser.

KNOWN PROBLEMS

- none -

OTHER NOTES

If you have a great idea or want contribute to the project - visit our website at http://www.my-aac.org

LICENSING

This program and all associated files are released under the GNU Public
License, see LICENSE for details.
Languages
PHP 69.5%
Twig 14.3%
JavaScript 11.2%
CSS 4.8%