MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It supports only MySQL databases.
- PHP 7.4 or later
- MySQL database
- Composer
- PDO PHP Extension
- XML PHP Extension
- ZIP PHP Extension
- (optional) mod_rewrite to use friendly_urls
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/gallery
chmod -R 770 system/cache
Visit http://your_domain/install (http://localhost/install) and follow instructions in the browser.
Check config.php to get more informations. Use config.local.php for your local configuration changes.
That means, we use:
- master branch, for current stable release
- develop branch, for development version
- feature branches, for features etc.
Contributions are more than welcome.
Pull requests should be made to the Dev branch as that is the working branch, master is for release code.
This program and all associated files are released under the GNU Public License.
See LICENSE for details.