• 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] Problem with Outfit and Flag images

ryhu08

New Member
Joined
Nov 14, 2010
Messages
13
Reaction score
1
Hello Otland, Im having trouble with the images in Gesior AAC, im using the TFS 0.4 rev 3703 branch and tibiacom layout, also using UniServer Zero XI.

Here's a screenshot of problem (highscores.php):
EQ7zL5.png


My config.php
PHP:
# Account Maker Config
$config['site']['serverPath'] = "C:/Users/Red/Desktop/Global/";
$config['site']['useServerConfigCache'] = true;
$config['site']['worlds'] = array(0 => 'OT');
$towns_list[0] = array(1 => 'Thais', 2 => 'Venore', 5 => 'Carlin');

$config['site']['outfit_images_url'] = '../images/outfit_images/';
$config['site']['item_images_url'] = '../images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = '../images/flags/';
$config['site']['flag_images_extension'] = '.png';

If anyone could help I would appreciate it
 
Hello Otland, Im having trouble with the images in Gesior AAC, im using the TFS 0.4 rev 3703 branch and tibiacom layout, also using UniServer Zero XI.

Here's a screenshot of problem (highscores.php):
EQ7zL5.png


My config.php
PHP:
# Account Maker Config
$config['site']['serverPath'] = "C:/Users/Red/Desktop/Global/";
$config['site']['useServerConfigCache'] = true;
$config['site']['worlds'] = array(0 => 'OT');
$towns_list[0] = array(1 => 'Thais', 2 => 'Venore', 5 => 'Carlin');

$config['site']['outfit_images_url'] = '../images/outfit_images/';
$config['site']['item_images_url'] = '../images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = '../images/flags/';
$config['site']['flag_images_extension'] = '.png';

If anyone could help I would appreciate it
As far i know. Gesior have a server where all flags and outfit loads.
 
Hello Otland, Im having trouble with the images in Gesior AAC, im using the TFS 0.4 rev 3703 branch and tibiacom layout, also using UniServer Zero XI.

Here's a screenshot of problem (highscores.php):
EQ7zL5.png


My config.php
PHP:
# Account Maker Config
$config['site']['serverPath'] = "C:/Users/Red/Desktop/Global/";
$config['site']['useServerConfigCache'] = true;
$config['site']['worlds'] = array(0 => 'OT');
$towns_list[0] = array(1 => 'Thais', 2 => 'Venore', 5 => 'Carlin');

$config['site']['outfit_images_url'] = '../images/outfit_images/';
$config['site']['item_images_url'] = '../images/items/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = '../images/flags/';
$config['site']['flag_images_extension'] = '.png';

If anyone could help I would appreciate it

https://github.com/gesior/Gesior2012/blob/TFS-1.0/config/config.php#L7-L11
As @Tarek1337 said, gesior uses his own server to host the images for us.
There seems to be alot of problems for br's to enter the .me domain, so is the server hosted in br?
Try to ping the URL and see if you even get any packages back.
 
Back
Top