Quote:
Originally Posted by ExcellentNudes
Most of the scripts require your CHMOD to be set to 777.
If you are using a shared server - usually the cheapest hosting option - then you probably can't CHMOD settings to 777. Shared servers do this to prevent injection attacks from taking everybody on the server down.
Either upgrade your server or find someone who can help you setup the script with requiring CHMOD 777.
|
This is terrible advice btw. Don't use 777. This gives all users the ability to write to a file or directory. Assuming PHP or whatever scripting language you 're using runs as the user, 777 isn't necessary.