Vtiger is a great open source Customer Relations Management System (CRM). Its built in PHP, MySQL and does almost everything.
For some reason when I install vTiger, I always have to correct the file permissions. So here is a file to help streamline that process.
take this code and create a new file, call it .xshmod and copy this into the file. then run it using ./xshmod
# script to chmod all the vtiger files # must exist in the root of the vtiger install chmod 777 config.inc.php chmod 777 tabdata.php chmod 777 install.php chmod 777 parent_tabdata.php chmod 777 cache/ chmod 777 cache/images/ chmod 777 cache/import/ chmod 777 storage/ chmod 777 install/ chmod 777 user_privileges/ chmod 777 Smarty/cache/ chmod 777 Smarty/templates_c/ chmod 777 modules/Emails/templates/ chmod 777 modules/ chmod 777 cron/modules/ chmod 777 test/vtlib/ chmod 777 backup/ chmod 777 Smarty/templates/modules/ chmod 777 test/wordtemplatedownload/ chmod 777 test/product/ chmod 777 test/user/ chmod 777 test/contact chmod 777 test/logo chmod 777 logs/ chmod 777 modules/Webmails/tmp/
tnx!