• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

AAC Znote Change Image Host

  • Thread starter Thread starter Tinkz
  • Start date Start date
T

Tinkz

Guest
Hi! everyone and @Znote

I'd like to use my own images since I use a lower version of tibia client.

Currently the image host is set to "items.znote.eu". Is there a way for me to change so that it takes images from a folder inside the server instead?

The current code which determinate shop images etc is this

PHP:
    $config['shop'] = array(
        'enabled' => true,
        'loginToView' => false, // Do user need to login to see the shop offers?
        'enableShopConfirmation' => true, // Verify that user wants to buy with popup
        'useDB' => false, // Fetch offers from database, or the below config array
        'showImage' => true,
        'imageServer' => 'items.znote.eu',
        'imageType' => 'gif',
    );
 
Back
Top