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

C++ Host own item images?

marek12

Available for sprite works
Joined
Apr 8, 2020
Messages
398
Solutions
4
Reaction score
394
How do I change items host server to just a folder on my pc in @Znote ACC?
 
Line 955 in config.php

PHP:
    $config['shop'] = array(
        'enabled' => true,
        'loginToView' => true, // 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',
    );
 
yeah, I see the imageServer but how do I put the folder direction into there instead of link to website?
 
Back
Top