Stars: 115
Forks: 84
Pull Requests: 83
Issues: 147
Watchers: 24
Last Updated: 2023-09-17 12:39:06
A free and open-source Automatic Account Creator (AAC) written in PHP
License: GNU General Public License v3.0
Languages: PHP, CSS, HTML, JavaScript, Twig, Shell
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: https://my-aac.org
Version | Status | Branch | Requirements |
---|---|---|---|
0.10.x | Active development | develop | PHP >= 8.0 |
0.9.x | Active support | 0.9 | PHP >= 7.2.5 |
0.8.x | Active support | master | PHP >= 7.2.5 |
0.7.x | End Of Life | 0.7 | PHP >= 5.3.3 |
- PHP 7.2.5 or later
- MySQL database
- 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 760 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.
This repository follows the Git Flow Workflow. Cheatsheet: Git-Flow-Cheetsheet
That means, we use:
Contributions are more than welcome.
Pull requests should be made to the develop branch as that is the working branch, master is for release code.
Bug fixes to current release should be done to master branch.
Look: Contributing in our wiki.
If you have a great idea or want contribute to the project - visit our website at https://www.my-aac.org
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
This program and all associated files are released under the GNU Public License.
See LICENSE for details.