HEX
Server: Apache
System: Linux 136-243-153-58.cprapid.com 4.18.0-553.81.1.el8_10.x86_64 #1 SMP Mon Oct 27 11:29:19 EDT 2025 x86_64
User: mytest (1001)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/mytest/.trash/config-sample.php.9
<?php
/**
 * Database Configuration
 * 
 * IMPORTANT: Rename this file to config.php and update with your actual database credentials
 */

// Database Configuration
define('DB_HOST', 'localhost');           // Database host (usually localhost or 127.0.0.1)
define('DB_NAME', 'your_database_name');  // Your database name
define('DB_USER', 'your_database_user');  // Your database username
define('DB_PASS', 'your_database_password'); // Your database password
define('DB_CHARSET', 'utf8mb4');          // Character set (leave as is)