chmod 777 isn't safe chmod 777 isn't safe
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

chmod 777 isn't safe

Started by fingermark, August 25, 2005, 06:08:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fingermark

I read in the docs that the path to upload the images to should be chmod 777.  my directory is on a shared server that won't allow me to change the owner or group name.  changing my directory permissions to 777 is unsafe.  are there any hacks for this code that allow you to upload to a password protected 777 directory or what are some other alternatives?

Joachim Müller