# About

## What is GesiorAAC Global:

* GesiorAAC is a free and open-source Automatic Account Creator (AAC) written in PHP. It supports only MYSQL databases.

## Download:

* [GesiorAAC Global](https://www.dropbox.com/s/d044zvii73xksjh/GesiorAAC%20Global.zip?dl=1)

## Image:

* ![](https://content.gitbook.com/content/zV9t92sKcMkphxwdvwZs/blobs/KlvjJSGejsXhIlUEGs8z/gesioraac-global.png)

## Getting Started:

<details>

<summary>Linux</summary>

### PHP extensions required:

* ```
  - PHP 7.4
  - PHP 7.4-gd
  - PHP 7.4-curl
  - MySQL database
  - PDO PHP Extension
  - XML PHP Extension
  - ZIP PHP Extension
  ```

### **How to install:**

* 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](https://www.google.com/recaptcha/admin/create) 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.

</details>

<details>

<summary>Windows</summary>

### Web Packages:

* [Uniform Server](https://sourceforge.net/projects/miniserver/files/Uniform%20Server%20ZeroXIV/14_0_2_ZeroXIV/14_0_2_ZeroXIV.exe/download) (Recommended)
* [XAMPP](https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.4.33/xampp-windows-x64-7.4.33-0-VC15-installer.exe/download)

### **How to install:**

* 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](https://www.google.com/recaptcha/admin/create) 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.

</details>

## How to connect with GesiorAAC Global:

<details>

<summary>Canary</summary>

* **Compatible login.php for GesiorAAC:**
* [Download](https://docs.opentibiabr.com/opentibiabr/downloads/website-applications/applications#gesioraac-login.php-to-client-13)

### Client 14:

* 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>

### OTClient Redemption:

* 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: 1412;
* Port: 80.

</details>

## Animated Items and Outfits:

<details>

<summary>Animated Items and Outfits</summary>

* [Download](https://docs.opentibiabr.com/opentibiabr/downloads/website-applications/applications#animated-items-and-outfits)

</details>
