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

Donate picture

Issue #8
Quote:
How do I get pictures in my shop?
Solution #8
1. Go to /xampp/htdocs/item_images/
2. Add the desired picture there called ID.jpg
Example:
Boots of Haste
Check id in the z_shop_offer table in your database for Boots of Haste. In this example they have ID 7. Then take your picture of the Boots Of Haste and insert it in item_images. Then rename the file to 7.jpg
That's it.

If you want to use .gif instead:
Open up shopsystem.php
Replace all lines:
Code:

['id'].'.jpg">

With:
Code:

['id'].'.gif">
Made my ExibeR, credits to him

Rep me if you found this useful.
 
Back
Top Bottom