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

Images (Problem)

Big Gunz

Active Member
Joined
Nov 17, 2011
Messages
1,064
Reaction score
32
Location
United States
Hi I already use search option and I try all options but i cant put the shop images in my web -.- can somebody please tell me more options? please thank you.
 
Look 4 this on shopsystem.php:

PHP:
<img src="item_images/'.$item['id'].'.jpg"></td><td><b>

So be shure that the items are in item_images folder and in jpg format.
 
ok let me check i cant find the line ;o and yes the items are in item_images and what i do is the items in the web have a "id" and i remane the image with the id and still does not work :S
 
Last edited:
Go to your webpage and right-click on the broken img, and look on information or something like that, there will show u a path like images/1.gif or something like that.
Then you need to put the image in images folder as name 1 in gif format, if images folder doens't exist, create it, its only a example, but check that ;p
 
okey thank i will try


What I did was i try to open the broken image in a new tab and this is what it appears

Not Found

The requested URL /item_images/12.jpg was not found on this server.
 
Last edited:
The image are located in item_images folder? also try to put it as gif format (in case that doesn't works.)
 
Back
Top