Hello,
I have a script which uses fwrite to convert a php page to a HTML file. But i have my doubts about security because the directory's need to be chmod666. Does anybody knows a goed secure way too fwrite to a server?
Hm. Have a cron job running every minute to clamp down the permissions on any files in the directory?