KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /home/queenjbs/xe/modules/rss/tpl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/queenjbs/xe/modules/rss/tpl/xe_rss.html
{'<?xml version="1.0" encoding="UTF-8" ?>'}

<rss version="1.0">
    <channel>
        <title>{$info->title}</title>
        <link>{$info->link}</link>
        <description>{str_replace('\'', '&apos;', htmlspecialchars($info->description))}</description>
        <language>{$info->language}</language>
        <pubDate>{$info->date}</pubDate>
        <totalCount>{$info->total_count}</totalCount>
        <totalPage>{$info->total_page}</totalPage>
        <!--@foreach($document_list as $oDocument)-->
        <item>
            <title>{str_replace('\'', '&apos;',htmlspecialchars($oDocument->getTitleText()))}</title>
            <author>{str_replace('\'', '&apos;',$oDocument->getNickName())}</author>
            <link>{$oDocument->getPermanentUrl()}</link>
            <!--@if($open_rss_config[$oDocument->get('module_srl')]->open_rss=='Y')-->
            <description>{str_replace('\'', '&apos;', htmlspecialchars($oDocument->getTransContent(false,false,true)))}</description>
            <!--@else-->
            <description>{str_replace('\'', '&apos;', htmlspecialchars($oDocument->getContentText(100)))}</description>
            <!--@end-->
            <tags>{str_replace('\'', '&apos;', htmlspecialchars($oDocument->get('tags')))}</tags>
            <comment_count>{$oDocument->getCommentCount()}</comment_count>
            <trackback_count>{$oDocument->getTrackbackCount()}</trackback_count>
            <pubDate>{$oDocument->getRegdateGM()}</pubDate>
            <upDate>{$oDocument->getUpdateGM()}</upDate>
        </item>
        <!--@end-->
    </channel>
</rss>

Anon7 - 2021