The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Recursive CHMOD function - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11) +--- Thread: Recursive CHMOD function (/showthread.php?tid=1114) |
Recursive CHMOD function - ccagle8 - 2010-11-12 I wrote this a while back for something (i cant remember why now) but figured that I would share. use at your own discretion, but it does work. It can probably be better written and account for trying 0777 when 0755 fails, etc. But here it is... Recursive CHMOD function - Oleg06 - 2010-11-12 but where it is inserted to check? Recursive CHMOD function - ccagle8 - 2010-11-12 sorry, put it in the {root} RE: Recursive CHMOD function - akd - 2014-08-26 (2010-11-12, 13:09:28)ccagle8 Wrote: I wrote this a while back for something (i cant remember why now) but figured that I would share. use at your own discretion, but it does work. It can probably be better written and account for trying 0777 when 0755 fails, etc. But here it is... Where the script get lost?.... we still need it...... RE: Recursive CHMOD function - shawn_a - 2014-08-26 interesting, I didn't know this existed, i was planning on making one. RE: Recursive CHMOD function - shawn_a - 2014-08-27 I found this in the archives PHP Code: <?php RE: Recursive CHMOD function - akd - 2014-08-29 wow. perfect. Thanks! RE: Recursive CHMOD function - shawn_a - 2014-08-29 not tested of course |