• 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!

Shop Image proplem

a7aa7a

Member
Joined
Jul 5, 2011
Messages
316
Reaction score
13
8cpil.jpg


BUMBB
 
Last edited by a moderator:
If you use gesior go into www/config/config.php and check if you have the image urls right:
PHP:
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'http://item-images.ots.me/960/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'http://flag-images.ots.me/';
$config['site']['flag_images_extension'] = '.png';
 
If you use gesior go into www/config/config.php and check if you have the image urls right:
PHP:
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'http://item-images.ots.me/960/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'http://flag-images.ots.me/';
$config['site']['flag_images_extension'] = '.png';
i cant find it
and goto phpmyadmin and shop-offer and goto in you'r items and edit you'r id photo items in the id you find in items imges
the same error
 
Simply, just link your $config['site']['item_images_url'] = 'http://item-images.ots.me/960/'; with your www dic for example to:

$config['site']['item_images_url'] = 'var/www/images';

and name the images with the item shop id for example if you added crystal coins you have to download the crystal coins image from somewhere say tibia wikia and save the image in 'var/www/images'; with name 2160.gif
 
Back
Top Bottom