Tornadia 9f31f90146 Fixing some errors at the install endscreen (#75)
* Fixed some bugs at last install screen (unset country and HTTPS protocol definition)

* Correction: allow_url_fopen is not to make any distinction between HTTP/HTTPS

* Black skull bug when joining serverInfo

* * latin is good but utf8 is better

* also changed ENGINE to InnoDB

* * use curl as alternative option for reporting install

* * you forgot this

* * fix typo

* Revert "* fix typo"

This reverts commit 6f24509dd659032c65c3ccbdf5b5bb3b25cffd72.

* * fix typo

* * this is the correct way to hide that notice
2019-04-19 22:28:38 +02:00
2018-10-22 12:22:26 +02:00
2018-01-06 19:13:11 +01:00
2018-05-29 20:04:17 +02:00
2019-04-13 01:52:23 +02:00
2018-01-08 11:57:37 +01:00
2017-09-14 20:13:23 +02:00
2018-10-18 09:13:36 +02:00
2017-05-01 20:05:36 +02:00
2018-08-15 08:00:55 +02:00
2019-04-13 01:52:23 +02:00
2018-02-05 21:30:49 +01:00
2018-11-28 06:11:47 +01:00

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

REQUIREMENTS

- PHP 5.3.3 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 http://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%