Uhhhmmmmmm
Does this mean
"you don't have any other option than to make everything write-read-execute for owner, group and everyone (777)"?
I'm on a shared host, so my root is / (in my head, it's like that)
when I ask php for the root path (or something like that) I get
/home/site165/
and in there is a folder called web, and in that folder is everything that is shown to the visitors of my site...
I work with mac most of the time, so I don't know most of the unix stuff! (and specially not permissions stuff)
What are the risks I'm really running?
can anyone who make a phpscript say something like
move_uploaded_file($filename, "http://www.myhost.com"); (eh, syntax will be wrong, but you get the picture
or is it possible for anoyone who's on my server to do something like
move_uploaded_file($filename, "/home/site165/web/");