mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Updated README.md
This commit is contained in:
parent
3e467e80f9
commit
cd25eebdcb
40
README.md
40
README.md
@ -1,4 +1,42 @@
|
|||||||
# myaac
|
# myaac
|
||||||
OpenTibia Automatic Account Creator (AAC).
|
MyAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It is a fork of the [Gesior](https://github.com/gesior/Gesior2012) project. It supports only MySQL databases.
|
||||||
|
|
||||||
Official website: http://my-aac.org
|
Official website: http://my-aac.org
|
||||||
|
|
||||||
|
### REQUIREMENTS
|
||||||
|
|
||||||
|
- PHP 5.1.0 or later
|
||||||
|
- MySQL database
|
||||||
|
- (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/screenshots
|
||||||
|
|
||||||
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user