Page 1 of 1

CHMOD Help?!

Posted: Thu Feb 20, 2003 11:53 am
by lunatic
hey, been a long time since i came to this forum... any ways, i am making a new website and i downloaded a php script of a counter for the website. when i read the "read me" file it said to change the CHMOD to 775 or something like that, but i have no idea what that means, and if it means that i have to change something in my html... where do i put the code, head/body... plz help me, i'm a moron... and i already know that... for all of u who are going to post replies saying how stupid i am, drop it cuz i'm prolly smarter than u, just not w/ websites :-?

Posted: Thu Feb 20, 2003 12:26 pm
by Anthony
It simply is the permissions. You need a FTP program to do this. I am not quite sure what the 775 code means, but if you use SmartFTP you can just right click on the file and and click CHMOD. Then just enter the number. The code means that : you can do anything, you friends can do anything (this mostly is set by hosts for like you, customer 1 and customer 2 type thing and the public can excute and read the file.

Posted: Thu Feb 20, 2003 12:33 pm
by jester22c
CHMOD 775 means change the directory permissions (whatever directory it was talking about...) to:

Owner:
[X] Read
[X] Write
[X] Execute

Group:
[X] Read
[X] Write
[X] Execute

Public:
[X] Read
[ ] Write
[X] Execute

Notice Public does not have permission to write to the directory. You can make these changes in several ways, but the easiest for you is probably via your FTP program (You can't do this through IE).

Good luck with the site.

Posted: Thu Feb 20, 2003 12:57 pm
by lunatic
umm.... can i do it with ws-ftp cuz i tried downloading SmartFTP, but it keeps giving me errors and it wont let me download the program... so is it possible for me to work with it in ws-ftp? :?:

Posted: Thu Feb 20, 2003 1:02 pm
by jester22c
I have no idea I've never heard of ws-FTP before. Just look in the program and see. Try connecting to your host, right clicking on the folder you need to CHMOD and see if there is either CHMOD or permissions option under the right click context menu. Any decent FTP program should do CHMOD changes, but like I said I've never heard of the program you're using.

Posted: Thu Feb 20, 2003 3:16 pm
by Anthony
Ya you can do it with WS FTP. You just have to check the boxes Jester said. WS FTP does not allow you to enter the numbers.

Posted: Fri Feb 21, 2003 12:54 pm
by btvillarin
PhaseDMA wrote:WS FTP does not allow you to enter the numbers.
I use WS_FTP Pro 7.62, and it does allow it. But there's check boxes as well. ;)

Posted: Fri Feb 21, 2003 3:44 pm
by Anthony
Okay.. WS FTP LE does not allow to do it with numbers. They like to take out the useful but not needed features in LE.

Posted: Fri Feb 21, 2003 6:17 pm
by btvillarin
Ah, my bad...good to know. :cheesy: