Please start the installation from start.php...
'); } else { $server = $_REQUEST['svr']; $db = $_REQUEST['db']; $usr = $_REQUEST['usr']; $pwd = $_REQUEST['pwd']; $fldr = $_REQUEST['fldr']; $pr = $_REQUEST['pr']; $filename = 'inc/conf.php'; $perms = substr(sprintf('%o', fileperms($filename)), -4); if ($perms != '0777') @chmod($filename, 0777) or die("SSPAdmin does not have the proper permissions to write to the inc/conf.php file. SSPAdmin tried do set the permissions for you, but was rejected. Please chmod this file to 777 and start the installation over. If you cannot set the permissions to this file, open it in a text editor and fill in the values manually. Then simply run _install.php"); $fill = "'; $handle = fopen($filename, 'w+'); if (fwrite($handle, $fill) == false) { die('
An Error Occured. Your Server May Not Allow Writing Files Via PHP. If not, follow the instructions for creating the configuration file in the help documents.
'); } fclose($handle); echo 'Your configuration file was successfully created. You are now ready to install SSP Admin. All that is needed is for you to pick a username and password below. This is the username and password you will use to login to SSPAdmin
'; ?>