芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/accufy/install/database.php
validate_post($_POST) == true) { // First create the database, then create tables, then write config file if ($database->create_database($_POST) == false) { $message = $core->show_message('error', "The database could not be created, please check your database credentials!"); } else if ($database->create_tables($_POST) == false) { $message = $core->show_message('error', "The database tables could not be created, please verify your settings."); } else if ($core->write_config($_POST) == false) { $message = $core->show_message('error', "The database configuration file could not be written, please chmod application/config/database.php file to 777"); } // If no errors, redirect to index if (!isset($message)) { header("Refresh: 6; admin.php"); $installing = 1; } } else { $message = $core->show_message('error', 'Not all fields have been filled in correctly. The host, username, password, and database name are required.'); } } ?>
Accufy • Installer
Welcome to the Installer
Start
Folder Permissions
Database
Admin
The database is being created. Please wait 5 second..
Database
Host
" required>
Database Name
" required>
Username
" required>
Password
">
Prev
Next