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

[Gesior AAC] need help!

Niioxce

Otland lurker
Joined
Jun 22, 2012
Messages
324
Reaction score
4
Location
Sweden
Hey, is it possible to remove the picture in shop offerS? because i have TFS 0.3.6 and the pictures is not as it should be.. is there anyway to remove it? thanks
 
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="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>
 
Last edited:
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>

cant find them
 
Upload the correct shopsystem.php then?

None of the tables in the script looks like that and all images has been removed as well.
 
Back
Top