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

Your Own Items in gesior 2012

3alola1

I don't have time
Joined
Sep 2, 2010
Messages
531
Solutions
1
Reaction score
153
Location
Uncle Bean's House
how do i host my own items images in gesior 2012 i have a pack of spirits and etc. but cant use them in the site :/
 
Last edited:
Code:
$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';
what i need to change?
 
Back
Top