Telefon
WhatsApp
$ua = $_SERVER['HTTP_USER_AGENT'] ?? ''; if ($ua !== '' && preg_match('/Bytespider|MJ12bot|SemrushBot|AhrefsBot|DotBot|BLEXBot|SeznamBot|YandexBot|curl|wget/i', $ua)) { header("HTTP/1.1 403 Forbidden"); exit; }