Activity Stream
48,167 MEMBERS
61949 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 5 of 5
  1.     
    #1
    Member

    Default The problem Rss with Dle

    Rss Output display the shape s
    I use version 9.2 datalife engine

    Code: 
    Warning:  Cannot modify header information - headers already sent by (output  started at /home/admin/site.com/engine/rss.php:1) in  /home/admin/rarewn.com/engine/rss.php on line 224
    afsoongar Reviewed by afsoongar on . The problem Rss with Dle Rss Output display the shape s I use version 9.2 datalife engine Warning: Cannot modify header information - headers already sent by (output started at /home/admin/site.com/engine/rss.php:1) in /home/admin/rarewn.com/engine/rss.php on line 224 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Hello

    Can you post more information about it?
    Upload engine/rss.php on pastebin and give us the link.

  4.     
    #3
    Member
    rss version 9.3, but I've replaced the material was not fully shown

    Link
    Code: 
    http://up.iranblog.com/images/8pucbnslbyavcr2ravrd.zip
    File content
    PHP Code: 
    <?php
    /*
    =====================================================
     DataLife Engine - by SoftNews Media Group 
    -----------------------------------------------------
     http://dle-news*****
    -----------------------------------------------------
     Copyright (c) 2004,2011 SoftNews Media Group
    =====================================================
     ؤ?يي?? ??ن ?????هي ??ٍ?ًٌ??ى? ?ً???ى?
    =====================================================
     ش???: rss.php
    -----------------------------------------------------
     ح??ي??هي?ه: ‎?ٌ??ًٍ ي???ٌٍه?
    =====================================================
    */

    define'DATALIFEENGINE'true );
    define'ROOT_DIR''..' );
    define'ENGINE_DIR'dirname__FILE__ ) );

    @
    error_reportingE_ALL E_NOTICE );
    @
    ini_set'display_errors'true );
    @
    ini_set'html_errors'false );
    @
    ini_set'error_reporting'E_ALL E_NOTICE );

    include 
    ENGINE_DIR '/data/config.php';

    if( 
    $config['http_home_url'] == "" ) {
        
        
    $config['http_home_url'] = explode"engine/rss.php"$_SERVER['PHP_SELF'] );
        
    $config['http_home_url'] = reset$config['http_home_url'] );
        
    $config['http_home_url'] = "http://" $_SERVER['HTTP_HOST'] . $config['http_home_url'];

    }

    require_once 
    ENGINE_DIR '/classes/mysql.php';
    include_once 
    ENGINE_DIR '/data/dbconfig.php';
    include_once 
    ENGINE_DIR '/modules/functions.php';
    require_once 
    ENGINE_DIR '/classes/templates.class.php';
    include_once 
    ROOT_DIR '/language/' $config['langs'] . '/website.lng';

    check_xss();
    $_TIME time() + ($config['date_adjust'] * 60);

    $tpl = new dle_template( );
    $tpl->dir ROOT_DIR '/templates';
    define'TEMPLATE_DIR'$tpl->dir );

    //####################################################################################################################
    //                    خ?ًهنه?هي?ه ??ٍهم?ً?? ? ?ُ ??ً?ىهًٍ?
    //####################################################################################################################
    $cat_info get_vars"category" );

    if( ! 
    $cat_info ) {
        
    $cat_info = array ();
        
        
    $db->query"SELECT * FROM " PREFIX "_category ORDER BY posi ASC" );
        while ( 
    $row $db->get_row() ) {
            
            
    $cat_info[$row['id']] = array ();
            
            foreach ( 
    $row as $key => $value ) {
                
    $cat_info[$row['id']][$key] = $value;
            }
        
        }
        
    set_vars"category"$cat_info );
        
    $db->free();
    }
    //################# خ?ًهنه?هي?ه مًَ?? ????????ٍه?ه?
    $user_group get_vars"usergroup" );

    if( ! 
    $user_group ) {
        
    $user_group = array ();
        
        
    $db->query"SELECT * FROM " USERPREFIX "_usergroups ORDER BY id ASC" );
        
        while ( 
    $row $db->get_row() ) {
            
            
    $user_group[$row['id']] = array ();
            
            foreach ( 
    $row as $key => $value ) {
                
    $user_group[$row['id']][$key] = $value;
            }
        
        }
        
    set_vars"usergroup"$user_group );
        
    $db->free();
    }

    $member_id['user_group'] = 5;

    if( isset( 
    $_REQUEST['year'] ) ) $year intval$_GET['year'] ); else $year '';
    if( isset( 
    $_REQUEST['month'] ) ) $month = @$db->safesqlstrip_tagsstr_replace'/'''$_GET['month'] ) ) ); else $month '';
    if( isset( 
    $_REQUEST['day'] ) ) $day = @$db->safesqlstrip_tagsstr_replace'/'''$_GET['day'] ) ) ); else $day '';
    if( isset( 
    $_REQUEST['user'] ) ) $user = @$db->safesqlstrip_tagsstr_replace'/'''urldecode$_GET['user'] ) ) ) ); else $user '';
    if( isset( 
    $_REQUEST['news_name'] ) ) $news_name = @$db->safesqlstrip_tagsstr_replace'/'''$_GET['news_name'] ) ) ); else $news_name '';
    if( isset( 
    $_REQUEST['newsid'] ) ) $newsid intval$_GET['newsid'] ); else $newsid 0;
    if( isset( 
    $_REQUEST['news_page'] ) ) $news_page intval$_GET['news_page'] ); else $news_page 0;
    if( isset( 
    $_REQUEST['category'] ) ) $category = @$db->safesqlstrip_tagsstr_replace'/'''$_GET['category'] ) ) ); else $category '';
    if (isset ( 
    $_REQUEST['catalog'] )) $catalog = @$db->safesql substr strip_tags str_replace '/'''urldecode $_GET['catalog'] ) ) ), 0) ); else $catalog '';

    if( isset( 
    $_REQUEST['category'] ) ) {
        if( 
    substr$_GET['category'], - 1) == '/' $_GET['category'] = substr$_GET['category'], 0, - );
        
    $category explode'/'$_GET['category'] );
        
    $category end$category );
        
    $category $db->safesqlstrip_tags$category ) );
    } else
        
    $category '';

    if( 
    $category != '' $category_id get_ID$cat_info$category );
    else 
    $category_id false;

    $view_template "rss";

    $config['allow_cache'] = true;
    $config['allow_banner'] = false;
    $config['rss_number'] = intval$config['rss_number'] );
    $config['rss_format'] = intval$config['rss_format'] );
    $cstart 0;

    if ( 
    $user $config['allow_cache'] = false;

    if( 
    $_GET['subaction'] == 'allnews' $config['home_title'] = $lang['show_user_news'] . ' ' htmlspecialchars$user ) . " - " $config['home_title'];
    elseif( 
    $_GET['do'] == 'cat' $config['home_title'] = stripslashes$cat_info[$category_id]['name'] ) . " - " $config['home_title'];

    $rss_content = <<<XML
    <?xml version="1.0" encoding="{$config['charset']}"?>
    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
    <title>
    {$config['home_title']}</title>
    <link>
    {$config['http_home_url']}</link>
    <language>ru</language>
    <description>
    {$config['home_title']}</description>
    <generator>DataLife Engine</generator>
    XML;

    if( 
    $config['site_offline'] == "yes" or ! $config['allow_rss'] ) {
        
        
    $rss_content .= <<<XML
    <item>
    <title>RSS in offline mode</title>
    <guid isPermaLink="true"></guid>
    <link></link>
    <description>RSS in offline mode</description>
    <category>undefined</category>
    <dc:creator>DataLife Engine</dc:creator>
    <pubDate>DataLife Engine</pubDate>
    </item>
    XML;

    } else {
        
        if( 
    $config['rss_format'] == ) {
            
            
    $tpl->template = <<<XML
    <item>
    <title>{title}</title>
    <guid isPermaLink="true">{rsslink}</guid>
    <link>{rsslink}</link>
    <description><![CDATA[{short-story}]]></description>
    <category><![CDATA[{category}]]></category>
    <dc:creator>{rssauthor}</dc:creator>
    <pubDate>{rssdate}</pubDate>
    </item>
    XML;
        
        } elseif( 
    $config['rss_format'] == ) {
            
            
    $rss_content = <<<XML
    <?xml version="1.0" encoding="{$config['charset']}"?>
    <rss version="2.0" xmlns="http://backend.userland.com/rss2" xmlns:yandex="http://news.yandex.ru">
    <channel>
    <title>
    {$config['home_title']}</title>
    <link>
    {$config['http_home_url']}</link>
    <language>ru</language>
    <description>
    {$config['home_title']}</description>
    <image>
    <url>
    {$config['http_home_url']}yandexlogo.gif</url>
    <title>
    {$config['home_title']}</title>
    <link>
    {$config['http_home_url']}</link>
    </image>
    <generator>DataLife Engine</generator>
    XML;
            
            
    $tpl->template = <<<XML
    <item>
    <title>{title}</title>
    <link>{rsslink}</link>
    <description>{short-story}</description>
    <category>{category}</category>
    <author>{rssauthor}</author>
    <pubDate>{rssdate}</pubDate>
    <yandex:full-text>{full-story}</yandex:full-text>
    </item>
    XML;
        
        } else {
            
            
    $tpl->template = <<<XML
    <item>
    <title>{title}</title>
    <guid isPermaLink="true">{rsslink}</guid>
    <link>{rsslink}</link>
    <description>{short-story}</description>
    <category>{category}</category>
    <dc:creator>{rssauthor}</dc:creator>
    <pubDate>{rssdate}</pubDate>
    </item>
    XML;
        
        }
        
        
    $tpl->copy_template $tpl->template;
        
        include_once 
    ENGINE_DIR '/engine.php';
        
        
    $rss_content .= $tpl->result['content'];
    }

    $rss_content .= '</channel></rss>';

    header'Content-type: application/xml' );
    echo 
    $rss_content;

    ?>

  5.     
    #4
    Member
    always try to use latest DLE

  6.     
    #5
    Member
    hey,

    go to engine/rss.php

    and go to line : 224

    and delete this " header( 'Content-type: application/xml' ); "

    save the file and reload yoursite.com/rss.xml

    thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Have problem
    By Mister XX in forum phpBB
    Replies: 1
    Last Post: 3rd Jul 2011, 09:55 PM
  2. [Buying] Someone to Help fix IPB problem
    By crofty in forum Completed Transactions
    Replies: 6
    Last Post: 27th Jun 2011, 12:31 PM
  3. Small Footer Problem (<div> problem ??)
    By Ashleyuk1984 in forum Technical Help Desk Support
    Replies: 2
    Last Post: 26th Jan 2011, 02:53 PM
  4. Problem Need Help
    By IKILL3RI in forum vBulletin
    Replies: 3
    Last Post: 6th Mar 2010, 06:57 AM
  5. KWWH side problem Or end user side problem?
    By bluedevil in forum Feedback and Suggestions
    Replies: 3
    Last Post: 24th Oct 2009, 10:07 AM
BE SOCIAL