• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Gesior AAC by Marco Oliveira

Mudrock

Member
Joined
Jan 25, 2017
Messages
102
Reaction score
19
Location
Minas Gerais - Brazil
Hello friends, how are you ?

A few days ago I've been working on this project that is more for a while than something I'll actually use someday! So I decided to make this site available for download and I hope you help me improve it more and more ...

The site is very faithful to the official layout and also has a webshop similar to the original one.

One of the main points that worries me is about your safety so if any of you have more experience I hope you can test and if you see any problem leave a solution.

Thanks in advance for your collaboration and attention.

Sorry for my bad english............

GitHub - mudroock/Gesior-AAC: Based on the official layout of tibia.com created by cipsoft.
 
bsPqsC7.jpg
 
Error (Ubuntu Server php7 and php5.6):

PHP Fatal error: Uncaught Error: Call to a member function fetchAll() on boolean in /var/www/html/pages/latestnews.php:174\nStack trace:\n#0 /var/www/html/system/load.page.php(7): include()\n#1 /var/www/html/index.php(39): include_once('/var/www/html/s...')\n#2 {main}\n thrown in /var/www/html/pages/latestnews.php on line 174
 
on what code to change in config to be able to choose a profession?

# Create Character Options
$config['site']['newchar_vocations'] = array( 1 => 'Sorcerer Sample', 2 => 'Druid Sample', 3 => 'Paladin Sample', 4 => 'Knight Sample');
$config['site']['newchar_towns'] = array(6);
$config['site']['max_players_per_account'] = 7;
Good?
 
Back
Top