HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/portal.wb-webdesign.com/public_html/configuration.sample.php
<?php
// Prevent sample file execution. Remove from live configuration.
return;

// The full WHMCS license key.
$license = '';

// Database connection settings.
$db_host = '';
$db_port = '';
$db_username = '';
$db_password = '';
$db_name = '';

// Optional values to enable and configure encrypted database connections.
// See https://go.whmcs.com/1781/.
$db_tls_ca = '';
$db_tls_ca_path = '';
$db_tls_cert = '';
$db_tls_cipher = '';
$db_tls_key = '';
$db_tls_verify_cert = '';

// The MySQL client character set. Caution: Changing the charset from the default database
// schema can result in unwanted behavior and data loss.
$mysql_charset = 'utf8';

// A value used during symmetric encryption of data at rest. This value must be 64 characters
// long and contain only  a–z, A–Z, and 0–9 ASCII values. It is recommended to generate this
// value with a high-entropy random data source or a cryptographic password generation tool.
$cc_encryption_hash = '';

// The directory to cache compiled templates.
$templates_compiledir = 'templates_c';