Web Configuration
This documentation is written using SimplisticNode's cPanel web hosting.
Configuring the config.php file
1 - Default Timezone
2 - Base URL
3 - MySQL Connection
// SQL DATABASE CONNECTION \\
define('DB_HOST', 'localhost');
define('DB_USER', 'root');
define('DB_PASSWORD', '');
define('DB_NAME', 'hamzpanel');4 - Discord OAuth

5 - General Server Config
6 - Server Information
7 - Discord Permissions
Last updated