| Server IP : 208.122.213.31 / Your IP : 216.73.216.185 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/www.superporner.com/porn/ |
Upload File : |
<?
session_start();
header('Content-type: text/xml; charset=UTF-8');
include('mb.php');
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;
if(!is_numeric($_GET[offset])) {
$_GET[offset] = 0;
}
$from = $_GET[offset];
//video pages
$result = mysql_query("SELECT * FROM pornstars");
while($row = mysql_fetch_array($result)) {
$bad = array('?','!',' ','&','*','$','#','@');
$good = array('','','-','','','','','');
$link = generateUrl('pornstars',$row['name'],$row['record_num']);
echo '<url>
<loc>'.$link.'</loc>
<priority>0.56</priority>
<changefreq>weekly</changefreq>
<lastmod>'.date('c').'</lastmod>
</url>';
}
echo '</urlset>';
?>