Topic: Accepted Suggestions

This is the list of accepted suggestions and in what release they come up. Please notice that the suggestions on this list have two categories, with the near to come functions and the far to come. Please, look up in this topic before posting some suggestion.


NEAR TO COME FUNCTIONS


NOT SO NEAR TO COME FUNCTIONS

  • Multiuploader - by CrystallFox,

  • Admin images

  • User accounts with galleries

  • Extended debug mode - by Rodolfo

  • Image Reporting - by host-imagen

  • Sharing codes manager - by host-imagen

  • Delete image link - by wout000

  • Flag images (adult, offensive, etc)

  • Tags for images and browse based on tags

  • Image Reporting

  • Galleries and Slideshow

Last edited by Rodolfo (03/26/2009 02:51:55)

Re: Accepted Suggestions

I think you should put the

Watermark, Password protect and folder management on the backburner and focus on adding multi-uploader support instead

uploading is what this script is all about and multi-uploading should be one of the first goals to achieve.

my 2 cents

Thumbs up Thumbs down

Re: Accepted Suggestions

The password protect is ready, i just have to add the documentation in the next release, but i don't think that the multiuploader it's a must. This is because the script doesn't handle several user request in order to avoid high cpu usage both malicious or just pig ways. For example, you can open several tabs (or windows) and make a lot of requests, there is no control about this subject and if we place multiuploader before this, is even easier to cause this cpu issues.

Re: Accepted Suggestions

Rodolfo wrote:

The password protect is ready, i just have to add the documentation in the next release, but i don't think that the multiuploader it's a must. This is because the script doesn't handle several user request in order to avoid high cpu usage both malicious or just pig ways. For example, you can open several tabs (or windows) and make a lot of requests, there is no control about this subject and if we place multiuploader before this, is even easier to cause this cpu issues.

Why not write some small php code that put's the uploads in a queue?

example:

I select..

-file1
-file2
-file3
-file4

I click upload ....

now the script opens 1 connection (like before when only uploading 1 image) and starts uploading file1, once complete it starts with file2 etc...
Maybe put in an option for the admin to allow XX connections per IP allowing more connections than 1 per IP...

Thumbs up Thumbs down

Re: Accepted Suggestions

Here are some more ideas that aren't really all that hard:
* a DELETE IMAGE LINK ?

* when resizing an image, automatically calculate the corresponding height
* let us choose between adjusting width or adjust height

*an ADMIN view that:

-shows all thumbnails (when clicked with their respective URLS)
-Shows who by means of IP (later with the user mod it will show the name if registered and IP if guest)
-Shows the image size

*Admin view that allows you to define a specific amount of SPACE the script can use on the harddrive and shows a little bar at how much it already used and what's free.

*Setting for the maximum file size
*Setting for the type of file

Last edited by wout000 (03/25/2009 19:36:44)

Thumbs up Thumbs down

Re: Accepted Suggestions

comments?

Thumbs up Thumbs down

Re: Accepted Suggestions

wout000 wrote:

Here are some more ideas that aren't really all that hard:
* a DELETE IMAGE LINK ?

Yes, it's a great idea.

wout000 wrote:

* when resizing an image, automatically calculate the corresponding height
* let us choose between adjusting width or adjust height

That it's not so needed, i don't want a lot of useless tools tongue

wout000 wrote:

*an ADMIN view that:

-shows all thumbnails (when clicked with their respective URLS)
-Shows who by means of IP (later with the user mod it will show the name if registered and IP if guest)
-Shows the image size

*Admin view that allows you to define a specific amount of SPACE the script can use on the harddrive and shows a little bar at how much it already used and what's free.

*Setting for the maximum file size
*Setting for the type of file

Em... Slow down. You're thinking in things that are really, really far to come.

Re: Accepted Suggestions

After uploading, an "Upload more" option would be nice or something to go back to the main screen.
At the moment, clicking on the logo takes you to the beginning again, but that seems the only way to get back.

!!!Refreshing the page uploads the image again with a different ref.!!!   <= bug?

*Setting for the maximum file size
*Setting for the type of file

Setting the maximum file size or what file types a user can upload isn't all that hard.
Chevereto now limits the size to max 2MB so making this configurable should be easy (just replace the hard coded value with configurable value)
Chevereto now limits the file types so making this configurable should be easy (just replace the hard coded values with configurable values)

Last edited by wout000 (03/26/2009 09:01:38)

Thumbs up Thumbs down

Re: Accepted Suggestions

wout000 wrote:
Rodolfo wrote:

The password protect is ready, i just have to add the documentation in the next release, but i don't think that the multiuploader it's a must. This is because the script doesn't handle several user request in order to avoid high cpu usage both malicious or just pig ways. For example, you can open several tabs (or windows) and make a lot of requests, there is no control about this subject and if we place multiuploader before this, is even easier to cause this cpu issues.

Why not write some small php code that put's the uploads in a queue?

example:

I select..

-file1
-file2
-file3
-file4

I click upload ....

now the script opens 1 connection (like before when only uploading 1 image) and starts uploading file1, once complete it starts with file2 etc...
Maybe put in an option for the admin to allow XX connections per IP allowing more connections than 1 per IP...

Nice idea...

I also support the idea of multiple file-upload, would be cool.

Rodolfo, how many programmers are working on this? Only you?
When is 1.5 going to be released? circa...

Last edited by marcfalk (04/09/2009 01:18:03)

Thumbs up Thumbs down

Re: Accepted Suggestions

I am really waiting for 1.5.......

Password protect is a good idea, though I would really love User accounts with thumbnail preview of all images uploaded by the user...
Use of MySQL would be good for managing users.....

Thumbs up Thumbs down

Re: Accepted Suggestions

Me parece que lo de dejar que el usuario escoja el ancho y alto está bien y es algo bastante útil...espero chevereto siga mejorando....soy nuevo en esto de los sitios web, estoy trabajando en un proyecto personal y chevereto sera una de las herramientas (para lo de las imágenes y su hosting) que usare....por supuesto pondré mi respectivo link a esta página.

Thumbs up Thumbs down

Re: Accepted Suggestions

When the new version?

Thumbs up Thumbs down

Re: Accepted Suggestions

stop asking about releases, please.

Last edited by gonzalarcon (04/19/2009 19:43:36)

Thumbs up Thumbs down

Re: Accepted Suggestions

Rodolfo,

I feel a priority release is needed. Currently the script as it is, isn't usable as an image upload service because of the inability to detect already existing images.

I have users uploading the image 'screenshot.jpg' and seeing the image being overwritten all the time.

I suggest you alter the script to check for existing images (name, extension, size, MD5 hash,...) to prevent this from happening. This is IMO the most pressing for chevereto.

greets

Thumbs up Thumbs down

Re: Accepted Suggestions

Wout000
If the script isn't usable... Then use another one. I want to make a lot of changes but i don't have time and many things to do. So if you want to build a image hosting service, go around and buy some script with more functions.

Regards.

Re: Accepted Suggestions

Rodolfo, don't get me wrong, I love your script and I'm not giving any critique. This is just a mere suggestion.
The behaviour can actually be classified as a bug in the script. This is why I feel it needs to be fixed before adding features to the script.

keep up the awesome work.

Thumbs up Thumbs down

Re: Accepted Suggestions

Rodolfo i think multiuploader is really needed on this script :


could u make it when u add 1 image to display a "+" and behind + "add another image" ..

i hope u know what i m thinking smile ..

cheers .

Thumbs up Thumbs down

Re: Accepted Suggestions

Load javascripts from Google instead from our servers?

http://code.google.com/apis/ajaxlibs/do … index.html

Thumbs up Thumbs down

Re: Accepted Suggestions

The multiuploader may be the most important thing for now i agree with that, it's really helpful for people who uploads altime images.
I suggest too when galeries on a option to search images in galeries smile

Thumbs up Thumbs down

Re: Accepted Suggestions

Rodolfo, he de felicitarte por la simplicidad y efectividad de tu aplicación, así como por el hecho de que se distribuya gratuitamente. Entiendo tus reservas ante el cúmulo de trabajo que se te propone; sin embargo, el detalle que apunta wout000 (el hecho de que se sobreescriban archivos) es importante.

Por eso son de agradecer no solamente las peticiones de otros, sino también sus aportaciones.

Un saludo.

Thumbs up Thumbs down

Re: Accepted Suggestions

Sobre lo de las imagenes resubidas, es mas favorable hacer una comparacion por pixel en vez de un hash MD5 que usa espacio y te colapsa todo, pero no se como recrear lo que quiero hacer (GD?) hmm.

Thumbs up Thumbs down

Re: Accepted Suggestions

Please consider MltiUploader big_smile

Thumbs up Thumbs down

Re: Accepted Suggestions

I think Flag images and Delete image link should be priority.

Thumbs up Thumbs down

Re: Accepted Suggestions

I had to register in order to post to this thread so you know how important what I'm about to say is.

@Rodolfo 

I think you have talent and this is by far the best looking image upload script period BUT it is not a usable script. Your priority is way off. An image upload service (which is what people use your script for) need at least the very minimum of MULTI-UPLOAD capability.

I think you should thank wout000 for bringing up these MUST have features instead of telling him to go buy another script. For me I wouldn't even bother. I would rather and WILL buy another script because it is actually useful. I think your attitude sucks and you need to learn to listen to your users instead of being a hard headed person that you are. This script could have been really good and would easily pay $100 for it if you just had enough business sense to incorporate some thing so simple as the needed features YOUR users are trying to tell you.

Last edited by mikes (01/06/2010 04:36:42)

Thumbs up Thumbs down

Re: Accepted Suggestions

The thing is that I'm not making big money with Chevereto and is not my main project or some, is just some side project to me. Donations and even mentions are low so... Do you really think that I'm going to take the time to fill the request of people that just ask and ask for features??

Btw, 100$ script if too much for a script like this. Sell Chevereto means support, accounting system and more developers. I like the script right now, does what the original services use to do. If you want to mount some image hosting service think it twice... Is very expensive, so... Making some script for that is useless. Regarding the fact that the 99% of the users will have some pirated version. Even the actual versions have "nulled version" or some with credits to other people. Things like that erases all my interest to do some work in Chevereto.

Bottomline, Chevereto development is almost dead to me. If you want to do some about it the source code is there.

But.... Maybe multiupload could be released, almost is has been tested working around.