A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Chod 755

  1. #1
    Senior Member
    Join Date
    Mar 2004
    Location
    Upper Marlboro, MD
    Posts
    146

    Chod 755

    does anyone know what "chod 755" is? I'm using a php script to send contact information to my email. the script comments the following: This file is uploaded in ascii and used chod 755. This is important!!! What does that mean.

  2. #2
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    This is an expression of the permissions associated with the file on your server. Check with your ftp programme you should be able to configure it there.

  3. #3
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    chod is a Unix system command to set permissions and 755 is a permisssion setting. I think what you are seeing is a old comment in a PHP file that probably need to be removed. (if it's the script I think it is) A contact form PHP file should not need any special permissions. This is usually need when writing to a file in the PHP

  4. #4
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    As I said CHOD is numeric indication of the permission matrix, and represents read,write and Execute for User, Groups and others.
    To adjust the permission level of any uploaded file rightclick and adjust under properties in most ftp applications.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center