i cant find it!Remove the <img> tags from the shopsystem.php
<td width="9%" align="center" class="white"><b>Picture</b></td>
<td align="center"><img src="images/items/'.$item['item_id'].'.gif"></td>
<td width="9%" align="center" class="white"><b>Picture</b></td>
<td align="center"><img src="images/items/'.$container['item_id'].'.gif"></td>
What you need to remove this from shopsystem.php
PHP:<td width="9%" align="center" class="white"><b>Picture</b></td> <td align="center"><img src="http://static2.otland.net/i/items/'.$item['item_id'].'.gif"></td> <td width="9%" align="center" class="white"><b>Picture</b></td> <td align="center"><img src="http://static2.otland.net/i/items/'.$container['item_id'].'.gif"></td>
Upload the correct shopsystem.php then?
None of the tables in the script looks like that and all images has been removed as well.