/var/softaculous/crafty
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt106660644editdlrm
clone.php25280644editdlrm
config.php41800644editdlrm
edit.php43030644editdlrm
edit.xml4330644editdlrm
fileindex.php20490644editdlrm
import.php32080644editdlrm
info.xml24110644editdlrm
install.js9240644editdlrm
install.php35570644editdlrm
install.xml18130644editdlrm
md522770644editdlrm
upgrade.php38610644editdlrm
upgrade.xml2920644editdlrm
Edit: /var/softaculous/crafty/config.php (4180B)
You must secure this program. Insecure permissions on config.php"; print "
While installing CSLH you might of needed to change the permissions of config.php so "; print "that it is writable by the web server. config.php no longer needs to be written to so "; print " please chmod config.php to not have write permissions for everyone. you can do this by"; print " UNCHECKING the box that reads write permissions for the file:"; print "

"; exit; } } } } } // dbtype either is either: // mysql - this is for Mysql support // txt-db-api - txt database support. $dbtype = 'mysql'; //database connections for MYSQL $server = '[[softdbhost]]'; $database = '[[softdb]]'; $datausername = '[[softdbuser]]'; $password = '[[softdbpass]]'; // change this to the full SERVER path to your files // on the server .. not the HTTP PATH.. for example enter in // $application_root = "/usr/local/apache/htdocs/livehelp/" // not /livehelp/ // keep ending slash. // WINDOWS would look something like: // $application_root = "D:\\virtual www customers\\craftysyntax\\livehelp_1_6\\"; $application_root = '[[softpath]]/'; // if using txt-db-api need the path to the txt databases directory $DB_DIR = '[[softpath]]/txt-database/'; // if using txt-db-api need to have the full path to the txt-db-api // you must set this property to something like /home/website/livehelp/txt-db-api/ $API_HOME_DIR = '[[softpath]]/' . 'txt-db-api/'; ?>