On my site I'm using this random image rotator: http://ma.tt/scripts/randomimage/ However, it only works if the permissions on my image directory (and the rotator directory) are set to 755. The problem is I NEED to have the permissions set to 766 or 777 as it is the folder where people submit their images. Why won't the code work with 766 or 777? What can I do to fix this?
A 777 directory has all the permissions of a 755 directory but is also fully writable by anyone. If the script only works with 755 I guess it must have been coded to do so for security reasons.