PDA

View Full Version : I need an uploader for free that includes:



chrisclick
April 1st, 2007, 06:10 PM
Hi. I need a PHP uploader that includes:

Changeable user upload directorys (e.g. a user chris gets a directory like www.strokemymouse.com/chris/ while the uploader is in www.strokemymouse.com/uploader)
Changeable size limits for each user (e.g. chris gets - 200MB and matt gets - 45MB)

I Dont want registration forms just the admin to create new users!

Does anyone know of anything that matches my specs?

duncanhall
April 2nd, 2007, 06:30 AM
How about http://www.google.com/search?q=php+upload+scripts

I think you're gonna be hard pushed to get all that functionality for free unless you're willing to do some coding.

chrisclick
April 2nd, 2007, 07:38 AM
Being up for 3 nights in a row looking for one on google, hotscripts, php resource index and other sites. I would not be pushed for 4 nights in a row so i asked you guys at kirupa.

Anyway, Yes. I suppose your correct on being hard pushed to find one. I suppose I should go look in CGI stuff and what not. If no luck I am going to venture into the coding world were non understandable codes fly past me at speeds thought impossible.

Esherido
April 2nd, 2007, 09:30 AM
celerondude.com, that's a good one that should have what you want, or most of it at least. ;)

chrisclick
April 2nd, 2007, 11:36 AM
Tried it and already have it http://strokemymouse.com/upload
But I think it lacks the most important feature I require. the feature to upload out side of the uploader directory.

Esherido
April 2nd, 2007, 02:08 PM
I bet you could modify the script somehow to allow it upload outside of the upload directory. ;) You know, you could always give the registered users FTP accounts. :lol:

chrisclick
April 2nd, 2007, 02:18 PM
http://freehosting.strokemymouse.com/index.php?pr=Support
Look for the word FTP mentioned three times ;)


But it is unsafe because someone could upload a CGI or PHP script that could feck up the server.

Esherido
April 2nd, 2007, 02:22 PM
Ok... I can't think of any scripts that I know of that will do what you want. I would suggest doing it yourself, that would give you full control over it and make it easy for you to change things. ;) Besides, uploader scripts aren't that hard to do.

bwh2
April 2nd, 2007, 02:24 PM
hmm. i wonder if it would be best to manage the size restrictions in a DB or if there is a file system way. hmm.

chrisclick
April 2nd, 2007, 02:26 PM
Ok... I can't think of any scripts that I know of that will do what you want. I would suggest doing it yourself, that would give you full control over it and make it easy for you to change things. ;) Besides, uploader scripts aren't that hard to do.
I will try make my own :tired: