Jump to content

fs5

Members
  • Posts

    2
  • Joined

  • Last visited

fs5's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello! The problem is that I might need to do this very often. I don't think support would be very happy deleting my files several times every day Isn't there a better way to do this? Thanks.
  2. Hello, I have a php script that creates some files. On my former host, the script could create files (using fopen fwrite commands) just by giving write permissions to the "owener". Here it seems that the php can not write files unless I give write persions to "Public". (CHMOD 777) Is it secure to give write persions to public? A side effect of this is that now I can not delete the files created by the php script using FTP (i get permission denied) What should I do? Thanks.
×
×
  • Create New...