slawkens 7b234ad41f * moved .htaccess rules to plain php (index.php)
Its a salut to nginx and other web server nutzer (not apache), as they can now simply redirect all requests with simple rule to index.php, and php will take care of all redirects. .htaccess just now redirects everything to index.php with simple 3 lines.
* change accountmanagement links to use friendly_urls
* fixed creating new forum thread
* some fixes in account changecomment action
* show info when account name/number or password is empty on login
* fixed showing account login errors
* added new twig function getLink that convert link taking into account config.friendly_urls
* internalLayoutLink -> getLink
2017-10-06 17:11:06 +02:00
2017-10-04 17:49:54 +02:00
2017-10-04 17:49:54 +02:00
2017-10-04 17:49:54 +02:00
2017-05-11 04:13:16 +02:00
2017-10-05 17:19:49 +02:00
2017-10-05 17:19:49 +02:00
2017-05-01 20:05:36 +02:00
2017-10-05 17:19:49 +02:00
2017-09-14 20:13:23 +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.2.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%