File: /home/httpd/html/xdudes.com_bk/admin/config.php
<?php
/* DATABASE INFORMATION */
$dbserver = 'localhost';
$dbname = 'xdudes_ca';
$dbuser = 'xdudes_ca';
$dbpass = 'ZKxhxaHOJ3fs5iQD';
/* LICENSE KEY */
$licenseKey = "ff36849f6e8a3788-67b6d78d52018693-9e8a61aa6e42a275-c9f2ee9318457ad6-cf72e2ad8656fb9c-f06b2851f1c06658-4d1bddfe366ca1b5-660427af50f2a09c";
/* ADMIN ACCESS */
$admin_username = 'Admin'; //admin area username
$admin_password = 'iNFQAPiCGePrDKJkrFQN'; //admin area password
/* WEBSITE INFORMATION */
$basepath = '/home/httpd/html/xdudes.com'; //base absolutely linux path
$basehttp = 'https://' . $_SERVER['HTTP_HOST']; //base http path
$mediadomain = $_SERVER['HTTP_HOST'].'/media'; //lighttpd install domain, usually media.domain.com
$misc_path = $basepath . '/media/misc'; //miscelanious image path
$misc_url = 'https://' . $mediadomain . '/misc'; //url to $misc_path
$cache_path = $basepath . '/cache'; //directory for cached files
/* Process admin area variables */
$config = json_decode(file_get_contents($basepath . '/admin/scripts/config.json'), true);
extract($config, EXTR_OVERWRITE);
if(file_exists($basepath . '/admin/scripts/template_config.json')) {
$templateConfig = json_decode(file_get_contents($basepath . '/admin/scripts/template_config.json'), true);
extract($templateConfig, EXTR_OVERWRITE);
}
/* EOF */
$config['display_query_log'] = false;
$config['long_query_time'] = 0.05;
$template_path = $basepath . '/templates/' . $template_name;
$template_url = $basehttp . '/templates/' . $template_name;