Web - Setup

How to Setup the WebPanel

First Download all the files and put them on your webserver/webhost.

Change the config.php file

// Change 
define('DB_SERVER', 'database_host');
define('DB_USERNAME', 'database_username');
define('DB_PASSWORD', 'database_password');
define('DB_NAME', 'database_name');
// Change to false to unlock the register page
define('MAINTENANCE', true);

// DON'T CHANGE 
define('NAME', $settings['name']);
define('IP', $settings['ip']);
define('BACKGROUND', $settings['background']);

To change the name, ip or background of the website login to phpmyadmin and edit the row in the table settings

Upload the dbstandard.sql to your mysql database and register a account at https://yourdomain.com/register.php

Last updated