All Projects → otsoft → myaac

otsoft / myaac

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

Programming Languages

PHP
23972 projects - #3 most used programming language
Twig
543 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to myaac

otservbr-global-archived
Archived, read-only repository. New repository: https://github.com/opentibiabr/otservbr-global
Stars: ✭ 340 (+261.7%)
Mutual labels:  opentibia, otserv, myaac
electro
A free and open-source Automatic Account Creator (AAC) written in Javascript Stack;
Stars: ✭ 20 (-78.72%)
Mutual labels:  opentibia, otserv
Flex-AntiCheat
Flex AntiCheat - Optimized Configs For Multiple AntiCheats
Stars: ✭ 37 (-60.64%)
Mutual labels:  aac
NavPlayground
This is a sample of Navigation component.
Stars: ✭ 18 (-80.85%)
Mutual labels:  aac
dasher-web
Dasher text entry in HTML, CSS, JavaScript, and SVG
Stars: ✭ 34 (-63.83%)
Mutual labels:  aac
ReactiveLiveData
An RxJava Extension for the LiveData observer introduced by Google.
Stars: ✭ 17 (-81.91%)
Mutual labels:  aac
RtmpPublishKit
rtmp publish kit for android , encode with mediacodec
Stars: ✭ 106 (+12.77%)
Mutual labels:  aac
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (-59.57%)
Mutual labels:  aac
YingKe-MediaCodec
学习实践MediaCodeC。Android MediaCodec API 实现下载网络video,MediaCodec播放器播放视频,MediaCodec录视频,MediaCodec实视频转码,MediaCodec从视频分离音频aac,MediaCodec音频解码pcm原始数据,MediaCodec多个音频进行混音,MediaCodec拼接多个视频
Stars: ✭ 79 (-15.96%)
Mutual labels:  aac
goicy
AAC and MPEG (MP1, MP2, MP3) Icecast/Shoutcast source client written in Go
Stars: ✭ 58 (-38.3%)
Mutual labels:  aac
QTFiles
use qaac without installing iTunes
Stars: ✭ 76 (-19.15%)
Mutual labels:  aac
OTBM2JSON
OTBM2JSON - A generic framework for programmatic modification of OTBM files.
Stars: ✭ 42 (-55.32%)
Mutual labels:  opentibia
ExpertVideoToolbox
A lightweight, versatile GUI of x264, x265. Nearly full input formats support, .mkv and .mp4 output support. Avs support will be added soon. Language: Chinese
Stars: ✭ 12 (-87.23%)
Mutual labels:  aac
demuxer
A tool for demux ts/mp4/flv by typescript. Support HEVC/AVC/AAC codec
Stars: ✭ 108 (+14.89%)
Mutual labels:  aac
arduino-audio-tools
Arduino Audio Tools (Music Player, Music Recorder supporting I2S, Microphones, DAC, ADC, A2DP, Url, MP3, AAC, AudioKit, ES8388)
Stars: ✭ 393 (+318.09%)
Mutual labels:  aac
superfast
⚡ SuperFast codecs for fre:ac
Stars: ✭ 59 (-37.23%)
Mutual labels:  aac
fdk-aac-win32-builder
libfdk-aac for Windows binary builder
Stars: ✭ 25 (-73.4%)
Mutual labels:  aac
aplay-
a simple BitPerfect player
Stars: ✭ 23 (-75.53%)
Mutual labels:  aac
aac-native
Multilangual react native AAC application for autism or non-verbal spectrum.
Stars: ✭ 22 (-76.6%)
Mutual labels:  aac
Potato
Read the fucking source code for the Android interview
Stars: ✭ 67 (-28.72%)
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.

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

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.

Configuration

Check config.php to get more informations. 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 Dev branch as that is the working branch, master is for release code.

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

License

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].