GesiorAAC Global
Last updated
Last updated
GesiorAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It supports only MYSQL databases.
- PHP 7.4
- PHP 7.4-gd
- PHP 7.4-curl
- MySQL database
- PDO PHP Extension
- XML PHP Extension
- ZIP PHP Extension
Create a database;
Import schema.sql from GesiorAAC directory;
Configure server directory on config.php, example:
if ($config['base_url'] == $config['site']['realurl'] || $config['base_url'] == $config['site']['realurlwww']) {
$config['site']['serverPath'] = "/home/otservbr-global/";
} else {
$config['site']['serverPath'] = "/home/otservbr-global/";
}
Configure Google Recaptcha v2;
Select Invisible Recaptcha Label;
Copy site and secret key and add on config.php:
/** GOOGLE RECAPTCHA VALUES */
$config['site']['gRecaptchaSecret'] = "";
$config['site']['gRecaptchaSiteKey'] = "";
Open Canary config.lua and remove all comments with "--" to load GesiorAAC Global.
Uniform Server (Recommended)
Create a database;
Import schema.sql from GesiorAAC directory;
Configure server directory on config.php, example:
if ($config['base_url'] == $config['site']['realurl'] || $config['base_url'] == $config['site']['realurlwww']) {
$config['site']['serverPath'] = "C:\otservbr-global/";
} else {
$config['site']['serverPath'] = "C:\otservbr-global/";
}
Configure Google Recaptcha v2;
Select Invisible Recaptcha Label;
Copy site and secret key and add on config.php:
/** GOOGLE RECAPTCHA VALUES */
$config['site']['gRecaptchaSecret'] = "";
$config['site']['gRecaptchaSiteKey'] = "";
Open Canary config.lua and remove all comments with "--" to load GesiorAAC Global.
Compatible login.php for GesiorAAC:
Edit the client and change the IP like in a example below:
http://127.0.0.1/login.php
http://127.0.0.1:8080/login.php
http://127.0.0.1:8090/login.php
Login with account @god/god or your own account email and password;
Server: http://127.0.0.1/login.php or your http://domain-or-ip/login.php;
Client Version: 1340;
Port: 80.