Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork105
Automatic Account Creator (AAC) for Open Tibia Servers written in PHP
License
slawkens/myaac
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MyAAC is a free and open-source Automatic Account Creator (AAC) for Open Tibia Servers written in PHP. It is a fork of theGesior project. It supports only MySQL databases.
Official website:https://my-aac.org
Version | Status | Branch | Requirements |
---|---|---|---|
2.x | Experimental features | develop | PHP >= 8.1 |
1.x | Active development | main | PHP >= 8.1 |
0.9.x | Not developed anymore | 0.9 | PHP >= 7.2.5 |
0.8.x | Active support | 0.8 | PHP >= 7.2.5 |
0.7.x | End Of Life | 0.7 | PHP >= 5.3.3 |
The recommended version to install is 1.x, which can be found at releases page -https://github.com/slawkens/myaac/releases.
- MySQL database- PHP Extensions: pdo, xml, json- (optional) apache2 mod_rewrite (to use friendly_urls)- (optional) zip PHP Extension (to install plugins)- (optional) gd PHP Extension (for generating signature images)
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 onlyIf you're under linux use these commands to set proper permissions:chmod 660 config.local.phpchmod 660 images/guildschmod 660 images/houseschmod 660 images/gallerychmod -R 760 system/cacheVisit http://your_domain/install (http://localhost/install) and follow instructions in the browser.
Checkconfig.php to get more information. (Notice: MyAAC 1.0+ doesn't use config.php anymore, it has been moved to Admin Panel - Settings page).
Useconfig.local.php for your local configuration changes.
This repository follows the Git Flow Workflow.Cheatsheet:Git-Flow-Cheatsheet
That means, we use:
- main branch, for current stable release
- develop branch, for development version (next release)
- feature branches, for features etc.
- Some compatibility issues with some exotic distributions.
Contributions are more than welcome.
Pull requests should be made to thedevelop 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 to contribute to the project - visit our website athttps://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.
SeeLICENSE for details.
About
Automatic Account Creator (AAC) for Open Tibia Servers written in PHP
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.