HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/nudcam.com/public_html/admin/config.php
<?php
/* DATABASE INFORMATION */
$dbserver = 'localhost';
$dbname = 'nudcam_ca';
$dbuser = 'nudcam_ca';
$dbpass = '1VZo6JKOe93Bl8hF';

/* LICENSE KEY */
$licenseKey = "02f30c6c58703bbb-6a450269d4d10fc7-e02a540735efe0d7-245f16c5c09baf0d-0b8ac1538ef7e2b1-5b464c95c454ba09-6ac606482adb6e83-2854d98b5efda534";

/* ADMIN ACCESS */
$admin_username = 'admin'; //admin area username
$admin_password = '14d4597b49424187'; //admin area password 

/* WEBSITE INFORMATION */
$basepath = '/home/httpd/html/nudcam.com/public_html'; //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;