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

Big Gunz

Active Member
Joined
Nov 17, 2011
Messages
1,064
Reaction score
32
Location
United States
hey guys! IM DONE! I try all options pictures in my shop dont show i rename the picture with the item id in Items_images and it wont work can you guys please help me with this? thank you!
 
post your shopsystem.php or open .php and search
.jpg and changed for .gif
or itemid for itemid mm item_id?
 
Last edited:
cronox i changed
align="center"><img src="item_images/'.$item['id'].'.jpg"></td><td><b>'.$item['name'].'</b> to
align="center"><img src="item_images/'.$item['id'].'.gif"></td><td><b>'.$item['name'].'</b>



and still wont work :S

- - - Updated - - -

BUMP!
 
Last edited:
changed
PHP:
align="center"><img src="item_images/'.$item['id'].'.jpg"></td><td><b>'.$item['name'].'</b>
for
PHP:
<center><img src="/item_images/'.$item['itemid'].'.gif" border="0" <b>'.$item['name'].'</b>/>
made by you have your /server in yourip don't use index? ¬¬ or in itemid use _
 
Last edited:
in the images folder u don't name the first item by the id ex: we want backpack=1998 so we add on the shop backpack

then we go on the image folder select the backpack "1998" and rename it to "1" then if u make more items 2,3,4,5,6,7,8,9 etc...
 
Back
Top