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

Solved Images(Shop) Znoteaac

Kurre Kurrson

New Member
Joined
Aug 11, 2010
Messages
125
Reaction score
3
Hey guys.

Ive got a little annyoing problem.

When I am setting up my shop the images are broken.

Code:
$config['shop'] = array(
        'enabled' => true,
        'useDB' => false, // Fetch offers from database, or the below config array
        'showImage' => true,
        'imageServer' => 'items.znote.eu',
this is the code and the website should get the images from "items.znote.eu" but it dosent, I guess the website is down. So how could I solve this in a simpel way?

Thanks in advance!

Simon
 
EDIT I FIXED IT XD


If you want to put pics inside images make this path !

Code:
        if ($config['shop']['showImage']) echo '<td><img src="/layout/images/shop_items/'. $offers['itemid'] .'.gif" alt="img"></td>';
 
A better ide is to use gesiors page, since none of the gesior 2012 revs. uses the older where you put the images in some folder to load it, insted you just enter the itemid and it loads that image from his page.
He has a chart somewhere about how many images that has been loaded kinda crazy for some ots :p

Here is the config he uses:
Code:
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'http://item-images.ots.me/960/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'http://flag-images.ots.me/';
$config['site']['flag_images_extension'] = '.png';
You can find his shopsystem.php here: https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/shopsystem.php
If you need to read something else.

Depending on your ot you can find a more suitable client by just entering here: http://item-images.ots.me/.
 
A better ide is to use gesiors page, since none of the gesior 2012 revs. uses the older where you put the images in some folder to load it, insted you just enter the itemid and it loads that image from his page.
He has a chart somewhere about how many images that has been loaded kinda crazy for some ots :p

Here is the config he uses:
Code:
$config['site']['outfit_images_url'] = 'http://outfit-images.ots.me/outfit.php';
$config['site']['item_images_url'] = 'http://item-images.ots.me/960/';
$config['site']['item_images_extension'] = '.gif';
$config['site']['flag_images_url'] = 'http://flag-images.ots.me/';
$config['site']['flag_images_extension'] = '.png';
You can find his shopsystem.php here: https://github.com/gesior/Gesior2012/blob/TFS-1.0/pages/shopsystem.php
If you need to read something else.

Depending on your ot you can find a more suitable client by just entering here: http://item-images.ots.me/.
i have fixed using my way , the best way :9
 
?

the znote.eu image server is online and working fine. There havent been any downtimes?
2160.gif
 
?

the znote.eu image server is online and working fine. There havent been any downtimes?
2160.gif
yup sure , i used it but i changed it ID as simone map editor and it worked fine (lastdeathot.sytes.net) check it in shop

What is your best way? Whats better then using gesior or znotes homepage???
:eek: you understood in otherthing , :shit (JOKING) :p, i meant that i changed id , best way of using znote items , xD

What is your best way? Whats better then using gesior or znotes homepage???
hey i need a good layout - could you get one for me mm i need it looks like hell :).
 
Last edited by a moderator:
Back
Top