Topic: Quickjump cache

I just realized something: if the cache folder isn't chmodded correctly, by looking at the quickjump cache I can find out about the existance of secret forums: not necessarily all that bad, since all I get is the names and ids, but it still shouldn't happen smile
Of course, this is all fixed by chmodding the folder correctly, but for a lot of people that could pose a problem.

2 (edited by Smartys 2005-03-01 15:40)

Re: Quickjump cache

Mmm, I think this might be just me having it on localhost, let me check

Edit: it was actually me having Apache set up so as not to allow .htaccess to do anything, whoops tongue

Re: Quickjump cache

And even if this were the case, it really isn't something PunBB can deal with. If the cache folder isn't chmodded properly, PunBB won't be able to create the quickjump cache in the first place.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: Quickjump cache

Can't you add a

if (!defined('PUN'))
    exit;

bit to the top?

Re: Quickjump cache

Else how does the the cache folder should be  chmodded ?

Re: Quickjump cache

If .htaccess works on your server, you don't need to worry about it. Otherwise, you can just add my code to the top of the cache file (I haven't made a full mod if it yet)

Re: Quickjump cache

TX so no need for me !