redham Posted November 23, 2006 Share Posted November 23, 2006 I joined here to get some help with a script I'm trying to install on my hosting site and maybe to get a little more comfortable with php. I hope that someone will help me. I see that there are a lot of unanswered questions in this section.My problem is that the script I'm installing (tinytool which is a web hosting automation script) requires that the folder that it resides in be chmod to 777. Unfortunately my web host doesn't allow chmod of 777. Is there any way to work around this problem? If not I'm going to have to find a new script. The zip file for tinytool can be downloaded at my site.[url=http://glitterhost.com/my_files/tinytool.zip]http://glitterhost.com/my_files/tinytool.zip[/url]The script is small so it wont be too time consuming to look it over if your willing to help.Thanks a bunchredham aka Russ Quote Link to comment https://forums.phpfreaks.com/topic/28210-help-with-web-host-automation-script-installation/ Share on other sites More sharing options...
xprez Posted January 8, 2007 Share Posted January 8, 2007 Hi.It`s a little difficult to say what you should do with this problem, cause i don`t know what permissions you are allowed to set on your folders. I have looked over the tiny tool script, and if i read the script correct, you dont have to set chmod 777 on the folder. You could set chmod 755, and as low as 600 depending on what "user" has the ownership of the files. If you change the ownership to the user with highest access, then there should be no problem. Quote Link to comment https://forums.phpfreaks.com/topic/28210-help-with-web-host-automation-script-installation/#findComment-155797 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.