czbadaro ea035136e1 Gratis premium account (#156)
* skip premdays and lastdays calculation when premdays = 65535 (gratis premium in TFS)

* TFS consider 65535 as gratis premium account and PHP_INT_MAX does not assume this value

* adds condition of premdays=65535 and standardize the label "gratis premium account" with tibia client

* adjust the label "days" when there is only one day of premium account

* adjusted premium account status

* Some small adjustment

* Sorry, typo.

Co-authored-by: slawkens <slawkens@gmail.com>

(cherry picked from commit 9d7854dda62468e420c26a6e531bacf47351f499)
2021-04-23 01:14:32 +02:00
2020-02-13 15:05:36 +01:00
2021-01-04 12:24:23 +00:00
2020-10-15 08:09:40 +02:00
2020-02-10 23:12:06 +01:00
2021-04-23 01:14:32 +02:00
2021-03-09 23:38:23 +00:00
2018-01-06 19:13:11 +01:00
2020-12-20 12:12:41 +01:00
2020-02-18 23:30:21 +01:00
2021-01-04 19:28:18 +01:00
2020-06-06 18:05:10 +02:00
2021-02-23 18:57:03 +01:00
2021-02-23 15:15:34 +01:00
2021-03-09 23:42:21 +00:00
2020-02-18 23:48:23 +01:00
2017-05-01 20:05:36 +02:00
2021-02-16 00:31:13 +01:00
2020-02-21 22:13:20 +01:00
2018-02-05 21:30:49 +01:00
2020-06-06 09:08:40 +02:00

MyAAC

Build Status Master License: GPL-3.0 Downloads Count PHP Versions OpenTibia Discord Closed Issues

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

REQUIREMENTS

- PHP 5.6 or later
- MySQL database
- PDO PHP Extension
- XML PHP Extension
- ZIP PHP Extension
- (optional) mod_rewrite to use friendly_urls

INSTALLATION AND CONFIGURATION

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.

KNOWN PROBLEMS

- none -

OTHER NOTES

If you have a great idea or want contribute to the project - visit our website at https://www.my-aac.org

LICENSING

This program and all associated files are released under the GNU Public
License, see LICENSE for details.
Languages
PHP 69.5%
Twig 14.3%
JavaScript 11.2%
CSS 4.8%