Topic awaiting preservation: Chmod problems |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: belgium |
posted 11-30-2003 22:49
Ok here is my problem. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-01-2003 16:04
Milio: Yep there is a PHP chmod() function: |
Bipolar (III) Inmate From: belgium |
posted 12-01-2003 18:48
I don't know a thing about PHP, so yeah I still have problems with it... |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-01-2003 19:57
Milio: Righto - well it seems like you now have the incentive for a quick crash course |
Bipolar (III) Inmate From: belgium |
posted 12-02-2003 00:30
404 fixed. For some reason my host decided to completely reinstall the server when all they had to do is change the time for the logs. ANd the backup was 2 days old |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-02-2003 01:08
Milio: OK I had a quick look. This bit writes the information to a flat file: quote:
|
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 12-02-2003 11:19
well... I can see no reason to give any file 666, or 777 for that matter, which would be even more dangerous. 664 should be enough to allow your web server to read and write to the file, even if it belongs to your user account on the server. |
Bipolar (III) Inmate From: belgium |
posted 12-03-2003 03:03
From the readme... |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 12-03-2003 11:27
a) 777 means world readable (ok), writeable (ugh) and executable (!!!). having it writable for everyone, and executable by anyone, is a security risk. |