
commit 94a61f32ae20d6b772ac90ef68ff983e1a082422 Merge: 57772569 8227303b Author: slawkens <slawkens@gmail.com> Date: Sat Nov 11 11:11:13 2023 +0100 Merge branch 'develop' into feature/debug-bar commit 577725690d177c6bb3af440e51b27a81b1723818 Author: slawkens <slawkens@gmail.com> Date: Mon Aug 21 11:08:12 2023 +0200 Add option to enable debugbar, even if dev mode is disabled commit c227fd4e9655f2dd7c1de0955f99e607c6881cbf Merge: 9fef84bf a692607c Author: slawkens <slawkens@gmail.com> Date: Mon Aug 21 10:20:04 2023 +0200 Merge branch 'develop' into feature/debug-bar commit 9fef84bffe63eb7bf0fcf68811873393164cb543 Author: slawkens <slawkens@gmail.com> Date: Fri Aug 11 06:39:50 2023 +0200 Fix debugBar mysql logs (Thanks @gpedro) commit dedd54286f6f086cb78287a5c1cd0f8cc9155984 Author: slawkens <slawkens@gmail.com> Date: Thu Aug 10 13:21:36 2023 +0200 Log PDO queries, as stated in docs, but doesn't work yet (don't know the reason) commit 7403a24030d75e525467dcaad937a4b14fd4ffae Author: slawkens <slawkens@gmail.com> Date: Thu Aug 10 13:21:20 2023 +0200 Use dev-master, cause of some bugs appearing commit cc7aec8e28c8839b2640ca9a7f62a1b4464fdbb3 Author: slawkens <slawkens@gmail.com> Date: Thu Aug 10 13:05:02 2023 +0200 Init debugBar
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: 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 |
Requirements
- PHP 8.0 or later
- MySQL database
- PDO PHP Extension
- XML PHP Extension
- (optional) ZIP PHP Extension
- (optional) mod_rewrite to use friendly_urls
Installation
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.
Configuration
Check config.php to get more informations. Use config.local.php for your local configuration changes.
Branches
This repository follows the Git Flow Workflow. Cheatsheet: Git-Flow-Cheetsheet
That means, we use:
- master branch, for current stable release
- develop branch, for development version (next release)
- feature branches, for features etc.
Known Problems
- Some compatibility issues with some exotical distibutions.
Contributing
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.
Other Notes
If you have a great idea or want contribute to the project - visit our website at https://www.my-aac.org
Project supported by JetBrains
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
License
This program and all associated files are released under the GNU Public License.
See LICENSE for details.