Topic: FIXED BUG

BUGS

  • ALLOWED TO VIEW IMAGES UPLOADED

Allowed to view images on this internet address: http://demo.chevereto.com/images. In my opinion, this access must be prohibited, because it violates human privacy. Watch the video below to the address on record and understand what I am talking.

P.S. If you are of the opinion that constitute a breach of human privacy, it would be nice to, create a script that could prevent your uploaded images show.

Watch the video now!


  • IMAGE UPLOAD

Once you upload the image to the server, see your browser's 'back' button, it still remains an image upload address, it can be resurrected on the server is very much the same picture. It would be nice if all of this to organize. Watch the video below to the address on record and understand what I am talking.

Watch the video now!

Thumbs up

Re: FIXED BUG

The first thing isn't a bug, if you don't want to show an index of all files in that folder just make a file called .htaccess and put this in it:

Options -Indexes

Your second thing I don't really get. You mean if you upload the same image twice it changes the name? That isn't a bug either but a safety feature.

Lastly could you please use lower-case letters in your thread tittle next time. It is easier to read that way.

Thumbs up

Re: FIXED BUG

My second thing isn't a bug, but would be happy to decide the problem that is safer, since the server load. Example of this problem must be solved ImageShack.us. I hope that the administrators of this trouble in Ispra.

Thumbs up

Re: FIXED BUG

ImageBox wrote:
  • ALLOWED TO VIEW IMAGES UPLOADED

Allowed to view images on this internet address: http://demo.chevereto.com/images. In my opinion, this access must be prohibited, because it violates human privacy. Watch the video below to the address on record and understand what I am talking.

P.S. If you are of the opinion that constitute a breach of human privacy, it would be nice to, create a script that could prevent your uploaded images show.

Watch the video now!

Prior versions has a control over that issue. index.php was in charge of every request on the root but it has been changed on 1.4
I haven't noticed the issue but is easy to fix, next release will come with the htaccess line.

ImageBox wrote:
  • IMAGE UPLOAD

Once you upload the image to the server, see your browser's 'back' button, it still remains an image upload address, it can be resurrected on the server is very much the same picture. It would be nice if all of this to organize. Watch the video below to the address on record and understand what I am talking.

Watch the video now!

This is a proper bug because it can compromise server load. Although this bug is browser selective (It doesn't happen in Chrome, Safari, IE8) it needs a propper solution. So I believe that I will fix it in the next release.

Regards.

PS. You don't say "Fixed bugs" when you just show them, you say it when you really fix them!

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: FIXED BUG

Sorry, I did not say more "bug fixed". I very much hope that the next version will be really good. And when I spend the next version of the course if it's not a secret?

Last edited by ImageBox (2010-04-22 17:40:17)

Thumbs up

Re: FIXED BUG

I have already fix the bugs, please check the demo. Btw, since I will add theme support in the next release (NB 2.0) it's going to take a while for the next release so if someone want this fixes use this engine.php

If the bug has bugs (ya dawg) please let me know.

Regards.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: FIXED BUG

Or, you can simply create a file named index.php:

<?php

if (preg_match("/googlebot/i", $_SERVER['HTTP_USER_AGENT'])) {
}
else {
echo(header("Location: http://YourHostNameHere"));
}
?>

Regards ^_^

Thumbs up