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 = '/'; // 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/'; ?>