bayzap Posted July 11, 2006 Share Posted July 11, 2006 hi...i've download many examples CMS from internet...but i confused when i read the manual how to install it.because in the manual said i have to configure chmodi dont know what chmod is and how to configure it???because i learn PHP 2 days agoplss help me Quote Link to comment https://forums.phpfreaks.com/topic/14264-newbie-need-help/ Share on other sites More sharing options...
hackerkts Posted July 11, 2006 Share Posted July 11, 2006 CHMOD is just the permission level for the file, use a FTP client and chmod them. Quote Link to comment https://forums.phpfreaks.com/topic/14264-newbie-need-help/#findComment-56048 Share on other sites More sharing options...
cmgmyr Posted July 11, 2006 Share Posted July 11, 2006 you can also make a script to do it for you if you wanna be really tricky ;-) Quote Link to comment https://forums.phpfreaks.com/topic/14264-newbie-need-help/#findComment-56173 Share on other sites More sharing options...
Daniel0 Posted July 11, 2006 Share Posted July 11, 2006 This is only needed if you use Linux or your server is running Linux. You could use SSH to chmod them too, like this: [code]chmod the_value the_file[/code] e.g. [code]chmod 777 uploads[/code]If you wan't to use cmgmyr's approach you can use the [url=http://php.net/chmod]chmod[/url] function.I found this page by [url=http://www.google.com/search?q=chmod]searching Google for 'chmod'[/url] (first result): http://catcode.com/teachmod/In that way you might learn about chmod Quote Link to comment https://forums.phpfreaks.com/topic/14264-newbie-need-help/#findComment-56211 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.