• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Viewer is not working , images shown in different url

Gat Dat

Chevereto Noob
hmpf, have you changed the chmods of the upload dir or even renamed the normal "image" dir without taking care in the config.php?
Btw the normal urls to images are like that:
http://fuzzypic.com/images/09212009smile.png (no slash between)

Removing chevereto credit suxxx :mad:
 
no i haven't changed anything with the image dir , btw i added a folders by date , and it worked well
but after i changed the style
im getting this problem
 
In addition to your date-folder plugin u should add a htaccess to the images/MONTH_DAY_YEAR folder. Currently anyone can browse the content, e.g. http://fuzzypic.com/images/09222009/ contains some nice asian girls lol

Have you thought about releasing your date-folder plugin? Its some kinda hard to solve the url problem without knowing the the additional code and settings.
 
Well , thats not my problem now , maybe i will do release the plugin , but now , what should i do to solve this problem ?
 
Dustin said:
..Its some kinda hard to solve the url problem without knowing the the additional code and settings.

try this:
open index.php
and find
Code:
<div id="contenido">
    <div id="tools"><div id="fullsize"<? if ($ancho<=900) { echo ' style="display: none; "'; }?>><a href="<?=PATH_SCRIPT.DIR_IM.$folhost.$name?>" title="<?=$ancho?>x<?=$alto?>"><?=FULL_SIZE;?></a></div><div id="sharethis"><a id="sharing"><?=SHARE;?></a><a id="sharing-close" style="display: none;"><?=SHARE;?></a></div></div>
    <div id="imagen"><a href="<?=PATH_SCRIPT.DIR_IM.$folhost.$name?>"><img src="<?=PATH_SCRIPT.DIR_IM.$folhost.$name?>" alt="" <? if ($ancho>=900) { echo 'width="900" '; } ?>/></a></div>

Without knowing the additional script content u can try to change the URL variables to the preview image after uploading. This may cause some errrors.

Solving ur problem my become easyer by knowing the full plugin.
 
Back
Top