Thanks folks, I'm happy you liked the idea.
quote:
Originally posted by lylesback2
option box on how many you want to upload "say 5"
click Next, and bam, it has 5 Form & Browse boxes!
This is good, but to stick better to the all-in-one script idea (so we don't overfill the server with files the user doesn't know what they are.
For this I thought to show initially 3 File Inputs (Browse boxes) and to let the number dynamically increase when the user sets more files. Like in the Buddy/Ignore list of myBB MP System.
I'm still doing the HTML templates to have the design clear and then work on in PHP.
About the permission, I know there is the CHMOD system and the PHP's own Safe Mode.
The first one sets restrictions (Read, Write, Execute) to user levels (Owner, Group, Others).
Safe Mode doesn't allow users change filesystems created by another user. In fact if you have a different User ID than the one PHP is running, PHP woin't be able to create any file, although CHMOD is 0777 (full permission for everyone).
Anyway I'll let you test it. The more server protections you have the better it will be for testing purposes.
quote:
Originally posted by bach_m
make it clear that they need a host with PHP....... or ther'll be alot of questions as to "why my pictures don't show up, and i get wierd text".
Yes... I have to think about the name, too... Well, that'll be when it's done
quote:
Originally posted by bach_m
and GPL it
Of course
(Although SourceForge rejected my the browser thingy
)