https://www.icyphoenix.com/viewtopic.php?f=26&t=5733&p=45139#p45139
-----------------------------------
darkasylum
Wed 21 Oct, 2009 08:34

Re: Forum RSS Feeder
-----------------------------------
[quote user="Mighty Gorgon" post="45121"]Make sure you have the right constant defined:

[codeblock]define('IN_ICYPHOENIX', true);[/codeblock][/quote]

Hi Gorgon,

thanks for replying to this tread , does the define('IN_ICYPHOENIX', true); have go into [color=#00ff00]admin_newsfeed_sources.php [/color]or [color=#00ff00]admin_newsfeeds.php[/color] as these files are access by the amd page?  as i did google this and look over it for few hrs, even tried puting this into the php in diffrent ways!, but with no luck.

the below code code worked on the old IP 1.2.7 with no problems, any help would be great full, as i know how busy you are,

or will there have to be more changes to the source code that [color=#00ff3f] Zuker[/color] did 

admin_newsfeed_sources.php
admin_newsfeeds.php
(after 3 hrs playing i got this far see screen dump)

Fatal error: Call to undefined function session_pagestart() in /home/ch0pper/public_html/forum/adm/pagestart.php on line 35



 [img]http://www.icyphoenix.com/files/images/1550/32434324.png[/img] 
 [img]http://www.icyphoenix.com/files/images/1550/kevingahahn.png[/img] 



[color=#ff0026]includes/constants.php [/color]

// FIND - newsfeeds 
define('NEWSFEEDS_TABLE',  $table_prefix . 'newsfeeds'); 
define('POST_NEWSFEED_URL',  'n'); 
// end FIND - newsfeeds




[color=#ff0019]language/lang_english/lang_main.php[/color] 

// FIND - newsfeeds MOD 
$lang['Check_All'] = 'Check All'; 
$lang['UnCheck_All'] = 'UnCheck All'; 
$lang['News_Read_More'] = 'Read more...'; 
$lang['News_Read_Comments'] = 'Read comments...'; 
$lang['News_Category'] = 'Category: '; 
$lang['News_Publish_Date'] = 'Publish Date: '; 
$lang['News_Source'] = 'Source: '; 
$lang['News_Description'] = 'Description: '; 
$lang['News_Summary'] = 'Summary:'; 
$lang['News_Author'] = 'Author:'; 
$lang['News_Direct_Download'] = 'Direct Download:'; 
$lang['News_Duration'] = 'Duration:'; 
$lang['News_Bytes'] = 'bytes'; 

// Path to RSS icon image displayed in post.  Leave empty if icon not needed. 
$lang['News_RSS_Icon'] = 'http://thecomichaven.com/images/rssIcon.gif'; 

// Path to Podcast icon image displayed in post.  Leave empty if icon not needed. 
$lang['News_Podcast_Icon'] = 'http://thecomichaven.com/images/podcastIcon.gif'; 

// end FIND - newsfeeds MOD[color=#ff000c][/color][color=#ff0033][/color][color=#0cff00][/color]


