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

How to make your own index of item images

monkeyy

Member
Joined
Aug 20, 2011
Messages
153
Reaction score
9
Hello all,

I am looking for an updated item image list for my shop of the Znote AAC. Currently I am using Znote's onehttp://items.znote.eu/ but it is outdated and I googled and searched on otland, however of the 3 links I found they were all dead :(

Edit:
So I figured that there are so many links broken I thought why not make a list myself!
I have all the item.gifs I need I just need to make a link just like the one above.
 
Last edited:
the name of the image.gif is the same as the item.ID you use in your shop, if you want to change the look of one itemID, replace the item.ID.gif to the new gif you want =p

exemple, 2160 = crystal coin id, if you want to change the crystal coin image, replace the 2160.gif with the new image you want
 
Last edited by a moderator:
In config probably you have the url to images or something, just change it. If you dont find it go to znote's git page and search for the link in repository, somewhere it is declared.
 
In config probably you have the url to images or something, just change it. If you dont find it go to znote's git page and search for the link in repository, somewhere it is declared.
Thats right. currently this is in my config.php: http://items.znote.eu/ <<<< that url
Its a little bit outdated so I downloaded an updated item images zipfile.
Also I searched through his repo @ znote's git page without any luck.
 
I justed asked Ninja about it, so I will just wait for now :)

Ninja sure was fast with his reply , super nice! However I think it is indeed better to ask @Znote :D!
 
Last edited by a moderator:
https://github.com/Znote/ZnoteAAC/blob/366542d249cc4138a57ba542f0b64660a5bcf737/config.php#L849

Change the domain to your server. If you have item images in a folder called "itemimages" in your www directory, then try to write yourotserver.com/itemimages in the config.

items.znote.eu is only an alias / virtual host I have for znote.eu/items either hosts should work fine.

Also, if you have more updated item images, feel free to send them to me and I will update the official items.znote.eu server.
 
Last edited:
YourIP/shop_images as it is in subfolder
Thank you !

https://github.com/Znote/ZnoteAAC/blob/366542d249cc4138a57ba542f0b64660a5bcf737/config.php#L849

Change the domain to your server. If you have item images in a folder called "itemimages" in your www directory, then try to write yourotserver.com/itemimages in the config.

items.znote.eu is only an alias / virtual host I have for znote.eu/items either hosts should work fine.

Also, if you have more updated item images, feel free to send them to me and I will update the official items.znote.eu server.

Thanks! Sure, how can I send them to you ?
 
Last edited by a moderator:
items.znote.eu is now updated with what you sent on the PM. I currently do not have a git repo for the item images, perhaps I should make that though.
 
Back
Top