| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 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/controllers/ |
Upload File : |
<?
header('Content-type: text/xml; charset=UTF-8');
echo "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n";
?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><? echo $sitename; ?></title>
<description><? echo $sitename; ?></description>
<link><? echo $basehttp; ?></link>
<lastBuildDate><? echo date('D, j M Y h:i:s T'); ?></lastBuildDate>
<generator>www.mechbunny.com</generator>
<atom:link href="<? echo $basehttp; ?>/rss" rel="self" type="application/rss+xml" />
<copyright>Copyright <? echo date('Y'); ?> (c) <? echo $sitename; ?> - All rights reserved.</copyright>
<language>en</language>
<?
$result = mysql_query("SELECT * FROM content WHERE enabled = 1 ORDER BY encoded_date DESC LIMIT 0,100");
while($row = mysql_fetch_array($result)) {
if($row[photos] == 0) {
$link = generateUrl('video',$row['title'],$row['record_num']);
} else {
$link = generateUrl('galleries',$row['title'],$row['record_num']);
}
$description = $row['description']."\n\n$row[keywords]";
?>
<item>
<title><![CDATA[ <? echo trim($row[title]); ?> ]]></title>
<link><? echo $link; ?></link>
<description><![CDATA[ <? echo trim($description); ?> ]]></description>
<pubDate><? echo date('D, j M Y h:i:s T',strtotime($row[encoded_date])); ?></pubDate>
<dc:creator><? echo $sitename; ?>n</dc:creator>
<category><? echo $sitename; ?></category>
<guid isPermaLink="true"><? echo $link; ?></guid>
</item>
<? } ?>
</channel>
</rss>
<? exit(); ?>