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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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