All Projects → slawkens → Myaac

slawkens / Myaac

Licence: gpl-3.0
A free and open-source Automatic Account Creator (AAC) written in PHP

Labels

Projects that are alternatives of or similar to Myaac

Getkirby.com
Source code and content for the Kirby website
Stars: ✭ 57 (-22.97%)
Mutual labels:  cms
Jekyll Netlify Boilerplate
A simple Jekyll template for creating a fast, static website on Netlify
Stars: ✭ 62 (-16.22%)
Mutual labels:  cms
Scrivito example app js
Scrivito is a JavaScript-based SaaS Content Management Service, built for digital agencies and medium to large sized businesses. This example app shows Scrivito’s features and is a great basis for your own Scrivito website projects.
Stars: ✭ 67 (-9.46%)
Mutual labels:  cms
Django Cms
The easy-to-use and developer-friendly enterprise CMS powered by Django
Stars: ✭ 8,522 (+11416.22%)
Mutual labels:  cms
Core
Backpulse's core. Backpulse is an API Based CMS. Build you own website without worrying about the content administration system.
Stars: ✭ 61 (-17.57%)
Mutual labels:  cms
Firetable
Excel/Google Sheets like UI for Firebase/Firestore. No more admin portals!
Stars: ✭ 1,115 (+1406.76%)
Mutual labels:  cms
Django Minicms
Django 开发简易的内容管理系统
Stars: ✭ 56 (-24.32%)
Mutual labels:  cms
Cms
nodejs cms, easy to get started
Stars: ✭ 72 (-2.7%)
Mutual labels:  cms
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (-17.57%)
Mutual labels:  cms
Factor
100% JavaScript framework for marketing sites and application dashboards.
Stars: ✭ 1,146 (+1448.65%)
Mutual labels:  cms
Binda
Headless CMS based on Ruby on Rails
Stars: ✭ 60 (-18.92%)
Mutual labels:  cms
Forkcms
Fork is an easy to use open source CMS using Symfony Components.
Stars: ✭ 1,112 (+1402.7%)
Mutual labels:  cms
Dtcms
动力启航网站管理系统(简称DTcms),是目前国内ASP.NET开源界少见的优秀开源管理系统,基于 ASP.NET(C#)+ MSSQL(ACCESS) 的技术开发,全部100%免费开放源代码。
Stars: ✭ 63 (-14.86%)
Mutual labels:  cms
Cms Source Code
🌈 Zoomla!逐浪CMS 核心源码库,欢迎体验基于微信dotNET平台、集成OA、微信、电商、物联网应用诸多特征一体的高端CMS系统,是alexa排名第一的中文CMS产品。
Stars: ✭ 57 (-22.97%)
Mutual labels:  cms
Django Arctic
Django Arctic is a framework that simplifies the creation of custom content management systems.
Stars: ✭ 68 (-8.11%)
Mutual labels:  cms
Lansuite
A Content Management System designed especially for the needs of LAN-Parties
Stars: ✭ 56 (-24.32%)
Mutual labels:  cms
Publish
Publish provides beautiful editorial interfaces for the management of content within API
Stars: ✭ 62 (-16.22%)
Mutual labels:  cms
Phpwcms
Flexible, fast, powerful, customer, developer friendly web content management system and cms framework
Stars: ✭ 73 (-1.35%)
Mutual labels:  cms
Rubel
Rubel is a cms built with Laravel and React.
Stars: ✭ 70 (-5.41%)
Mutual labels:  cms
Webrtc apm
webrtc中apm相关代码的提取,包括AEC/NS/AGC/VAD ,另外还包括mp3/aac编码器、SoundTouch
Stars: ✭ 65 (-12.16%)
Mutual labels:  aac

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].