• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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 😡
 
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