OpenTibiaBR
GithubDiscordSponsor
  • Home
    • 📖Welcome!
    • 💵Donate
  • OpenTibiaBR
    • 🖥️Projects
      • 🐦Canary
        • About
        • Getting Started
          • Compiling
            • Linux
              • [Linux] Compiling Canary Sources
            • Windows
              • Visual Studio
                • [Windows][VC2022][CMake] Compiling Canary Sources
                • [Windows][VC2022][Solution] Compiling Canary Sources
              • WSL
                • [WSL] Compiling Canary Sources
          • Installing
            • aaPanel
              • [Linux] Canary + aaPanel + MyAAC
            • Docker
              • [Docker] Canary + MariaDB + MyAAC
            • Linux
              • Nginx + MariaDB + MyAAC
            • Windows
              • Uniform Server
                • [Windows][Basic] Canary + Uniform Server + MyAAC
              • XAMPP
                • [Windows][Advanced] Canary + XAMPP + MyAAC
        • Tutorials
          • Basic
            • Auto Backup Server Database
            • Auto Restart and Linux Logs
            • Custom Bestiary / Prey with Canary Monster Editor
            • Event Schedule Canary / OTServBR-Global
            • How to make a custom server with Canary
            • How to reset players in your database
            • How to secure a Linux server
            • SSL Certificates
            • Webhook Discord
            • [Outdated] Custom Bestiary / Prey
            • [Linux] Backup + Upload - Google Drive
            • [Linux] How to install Linux headers
            • VPS Linux
            • [Windows] SSL/HTTPS Certificate with XAMPP
          • Mapping
            • [Windows] Remere's Map Editor - Opening Canary / OTServBR-Global Map
            • [Windows] Remere's Map Editor - Converting map server id to client id
          • Programming & Scripting
            • How to add a new vocation
            • Revscriptsys
            • Guide Lua Objects
            • How to get raceId for monsters
          • Websites
            • [Canary][OTServBR-Global][GesiorAAC][MyAAC] Set up Initial Character
          • Miscellaneous
            • Useful Tutorials
            • Video Tutorials
      • 🗺️Remere's Map Editor
        • About
        • Getting Started
          • Linux
            • [Linux] Compiling Remere's Map Editor Sources
          • Windows
            • WSL
              • [WSL] Compiling Remere's Map Editor Sources
            • Visual Studio
              • [Windows][VC2022][CMake] Compiling Remere's Map Editor Sources
              • [Windows][VC2022][Solution] Compiling Remere's Map Editor Sources
      • 🎮OTClient Redemption
        • About
        • Getting Started
          • Android
            • [Android] Compiling OTClient Redemption Sources
          • Linux
            • [Linux] Compiling OTClient Redemption Sources
          • Windows
            • WSL
              • [WSL] Compiling OTClient Redemption Sources
            • Visual Studio
              • [Windows][VC2022][CMake] Compiling OTClient Redemption Sources
              • [Windows][VC2022][Solution] Compiling OTClient Redemption Sources
          • Web
            • [Web] OTClient Redemption
        • Tutorials
          • Basic
            • Client Updater
      • 🎮OTClientV8
        • About
        • Getting Started
          • Android
            • [Android] Compiling OTClientV8 Sources
          • Linux
            • [Linux] Compiling OTClientV8 Sources
          • Windows
            • WSL
              • [WSL] Compiling OTClientV8 Sources
            • Visual Studio
              • [Windows][VC2022][CMake] Compiling OTClientV8 Sources
              • [Windows][VC2022][Solution] Compiling OTClientV8 Sources
        • Features
          • Health and Mana bar backgrounds
          • HTTP support
          • OTML Improvement
          • Simple cam recorder and player
          • Updater, encryption and compression
          • WebSockets
      • ⚙️Client Editor
        • About
        • Getting Started
      • ⚙️Login Server
        • About
        • Getting Started
      • 🚀Canary Launcher
        • About
        • Getting Started
          • Windows
            • [Windows][VC2022][Solution] Compiling Canary Launcher Sources
      • 🚀Slender Launcher
        • About
        • Getting Started
          • Windows
            • [Windows][Go] Compiling Slender Launcher Sources
      • 🌐CanaryAAC
        • About
        • Informations
          • Features
          • Functions
          • API
          • Routes
          • Middleware
      • 🌐MyAAC
        • About
      • 🌐SlenderAAC
        • About
    • 🔗Downloads
      • 🎮Clients
        • Client 11
        • Client 13
          • Tutorials
            • Client with HexEditorXVI32
            • Client with Notepad++
            • Client with config.ini
            • [Windows] How to change client background
        • Minimap
      • 📑Codes
        • C++
        • Events
        • Functions
        • Libs
        • Modules
        • Others
      • 🖼️Images
        • PSDs
        • Others
      • 🗺️Maps
        • Custom
        • Global
      • 📑Revscripts
        • Actions
        • CreatureEvents
        • GlobalEvents
        • MoveEvents
        • NPCs
        • Spells
        • Systems
        • TalkActions
      • ⚔️Sprites
      • ⚙️Tools
        • Editors
        • Map Generators
      • 🌐Web Packages
        • Linux
        • Windows
      • 🌐Website Applications
        • Websites
          • CanaryAAC
            • CanaryAAC Bot
          • Gesior2012
          • GesiorAAC Global
          • MyAAC
          • MyAAC Global
          • SlenderAAC
          • ZnoteAAC
        • Applications
        • Layouts
        • APIs and SDKs
Powered by GitBook
On this page
  • What is GesiorAAC Global:
  • Download:
  • Image:
  • Getting Started:
  • How to connect with GesiorAAC Global:
  • Animated Items and Outfits:
  1. OpenTibiaBR
  2. Downloads
  3. Website Applications
  4. Websites

GesiorAAC Global

Last updated 8 months ago

What is GesiorAAC Global:

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

Download:

Download

Image:

Image

Getting Started:

Linux

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/"; 
    }
  • 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.

Windows

Web Packages:

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/"; 
    }
  • 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.

How to connect with GesiorAAC Global:

Canary
  • Compatible login.php for GesiorAAC:

Client 13:

  • 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: 1340;

  • Port: 80.

Animated Items and Outfits:

Animated Items and Outfits

Configure v2;

(Recommended)

Configure v2;

🔗
🌐
Google Recaptcha
Uniform Server
XAMPP
Google Recaptcha
Download
Download
GesiorAAC Global