I have developed a PHP script that users can install on their servers.The script require them to create a subfolder "myfiles" and assign 755 or 777 permission because script need to write some files (plain text files)inside that folder.
I want to know if this will cause a security Problem with my users servers?
Plesae advice