Chmod commands for install IPB forum board
Nov 15
To quick install IPB Invision Power Board run this commands in putty at root dir (public_html)
1 2 3 4 5 6 7 8 9 10 11 | chmod g+w ./install/installfiles/ chmod g+w ./cache/ find ./cache/ -type d -exec chmod 777 {} \; find ./cache/ -type f -exec chmod 666 {} \; chmod g+w ./cache/lang_cache/ chmod g+w ./cache/skin_cache/ chmod g+w ./uploads/ chmod g+w ./style_images/ chmod g+w ./conf_global.php chmod g+w ./cache/tmp |