Skip to content
/ myaac Public
forked from slawkens/myaac

A free and open-source Automatic Account Creator (AAC) written in PHP

License

Notifications You must be signed in to change notification settings

anyeor/myaac

This branch is 355 commits ahead of, 1070 commits behind slawkens/myaac:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1458b7a · Jul 24, 2024
Dec 8, 2023
May 30, 2024
Aug 21, 2023
Jul 12, 2024
Sep 14, 2023
Jul 24, 2024
Nov 2, 2023
May 30, 2024
Feb 12, 2020
Jul 10, 2021
Feb 18, 2024
Jun 3, 2023
Feb 23, 2021
May 29, 2024
Mar 1, 2023
Mar 1, 2023
May 1, 2017
Feb 17, 2024
Dec 15, 2023
Jan 6, 2018
Jul 23, 2024
May 15, 2024
Aug 7, 2023
May 16, 2022
Jun 23, 2024
Aug 31, 2022
Feb 5, 2018

Repository files navigation

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

GitHub Workflow Status (with event) License: GPL-3.0 Downloads Count OpenTibia Discord Closed Issues

Version Status Branch Requirements
1.x Active development develop PHP >= 8.1
0.9.x Not developed anymore 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

- 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)

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. (Notice: MyAAC 1.0+ doesn't use config.php anymore, it has been moved to Admin Panel - Settings page).

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.

JetBrains

License

This program and all associated files are released under the GNU Public License.
See LICENSE for details.

About

A free and open-source Automatic Account Creator (AAC) written in PHP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 76.2%
  • Twig 9.6%
  • JavaScript 7.8%
  • CSS 6.1%
  • Other 0.3%