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

Image items website help

adry27

New Member
Joined
Apr 6, 2020
Messages
34
Reaction score
2
Hello,i need help with this.How to get my own images?i have all fine i think.
'item_images_url' => 'images/items', // set to images/items if you host your own items in images folder .This is my configin xamp.i have folder with png .And my other question is how to upload screenshots to gallery,Sorry for my bad english and very thanks in advance.
1614371378301.png 1614371519054.png
 
Hello,i need help with this.How to get my own images?i have all fine i think.
'item_images_url' => 'images/items', // set to images/items if you host your own items in images folder .This is my configin xamp.i have folder with png .And my other question is how to upload screenshots to gallery,Sorry for my bad english and very thanks in advance.
There are 2 lines with images config ( gesior/Gesior2012 (https://github.com/gesior/Gesior2012/blob/master/config/config.php#L8-L9) ) :
Code:
$config['site']['item_images_url'] = 'https://item-images.ots.me/1092/';
$config['site']['item_images_extension'] = '.gif';
It should work after you change '.gif' to'.png'.
There is also online PNG to GIF converter:
 
Fin in MyACC , gesior or Znote, the line in config about Images, if the link doesnt work, just create a folder in your MyAcc where pages php are, and go wiki and download one by one, like me because znote all pictures doesnt work in 12.60
 
Back
Top