����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 02:27:56 1999.30 GB Free: 81.97 GB (4%) /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 ] |
|---|
<?
@session_start();
include('admin/db.php');
header('Content-type: text/xml; charset=UTF-8');
echo '<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
';
?>
<sitemap>
<loc><? echo $basehttp; ?>/sitemapMain.php</loc>
<lastmod><? echo date('c'); ?></lastmod>
</sitemap>
<sitemap>
<loc><? echo $basehttp; ?>/sitemapUsers.php</loc>
<lastmod><? echo date('c'); ?></lastmod>
</sitemap>
<?
$count = count(dbQuery("SELECT record_num FROM content WHERE enabled = 1 and photos = 0"));
$i = 0;
while($i < $count) {
?>
<sitemap>
<loc><? echo $basehttp; ?>/sitemapVideoPages.php?offset=<? echo $i; ?></loc>
<lastmod><? echo date('c'); ?></lastmod>
</sitemap>
<?
$i = $i + 10000;
}
?>
<?
$count = count(dbQuery("SELECT record_num FROM keywords"));
$i = 0;
while($i < $count) {
?>
<sitemap>
<loc><? echo $basehttp; ?>/sitemapTags.php?offset=<? echo $i; ?></loc>
<lastmod><? echo date('c'); ?></lastmod>
</sitemap>
<?
$i = $i + 10000;
}
?>
<? if(count(dbQuery("SELECT record_num FROM pornstars")) > 0) { ?>
<sitemap>
<loc><? echo $basehttp; ?>/sitemapPornstars.php</loc>
<lastmod><? echo date('c'); ?></lastmod>
</sitemap>
<? } ?>
</sitemapindex>