chestertb
12-30-2006, 05:48 AM
I'm trying to decide whether to allow users to upload HTML files into their webspace.
Because of current limitations of server configuration on the prototype site, I'm loading member files into subfolders under the public web folder like this...
site = www.somesite.tld
user1's space = www.somesite.tld/user1
The problem is that, in this configuration, a server script could make, say, a $_SYSTEM call in php and get access to not only to the member's own web space but any folder in the site's file path.
Therefore, users are restricted to image, audio, video and shockwave files.
I'm wanting to add html files to the list, but before I do, is there any circumstance (or language) that would allow a user to embed something in an html file that makes a server system call?
Thanks
CTB
(NOTE! ALSO POSTED IN HTML SECTION)
Because of current limitations of server configuration on the prototype site, I'm loading member files into subfolders under the public web folder like this...
site = www.somesite.tld
user1's space = www.somesite.tld/user1
The problem is that, in this configuration, a server script could make, say, a $_SYSTEM call in php and get access to not only to the member's own web space but any folder in the site's file path.
Therefore, users are restricted to image, audio, video and shockwave files.
I'm wanting to add html files to the list, but before I do, is there any circumstance (or language) that would allow a user to embed something in an html file that makes a server system call?
Thanks
CTB
(NOTE! ALSO POSTED IN HTML SECTION)