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

Problem with WEBPAGE!

Infection

LmaO
Joined
Apr 23, 2011
Messages
5
Reaction score
0
Hello , I have a little problem which i cant fix myself so im asking for your help. Okey the problem is that How can i add the pictures in donateshop. I have made donatesystem and every thing , donateing works but i dont know how to add pictures for items ? Thank you for your help ^_^
 
I can help you, you have a folder named "item_images" you should put you item images there.
Name it after the item ID if item ID in shop is 3 you image should be named 3.GIF.

Essbeats. What you mean "it dosent show up"

Rep ++ please
 
it's better to edit shopsystem.php.

[HIGHLIGHT]src="item_images/'.$item['id'].'.jpg"
[/HIGHLIGHT]
to
[HIGHLIGHT]src="images/items/'.$item['item_id'].'.gif"
[/HIGHLIGHT]
 
Last edited:
Back
Top