Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 3
Goto page 1, 2, 3  Next
 
Reply with quote Download Post 
Post Forum RSS Feeder 
 
I am in search of a mod that will allow you to have rss feeds streamed right into your forums as individual threads. Is there any thing like this available for IP?
 



 
L3TH4LSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
This MOD is only for IP .27c.  It has not been tested with the beta or RC versions of Icy Phoenix.

Forum Integrated News Delivery
 




____________
| Icy Phoenix ColorizeIt! |
Bipolar Disorder - Not good for you and definitely not good for everyone else.
 
ChaoticSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Thanks Chaotic!

I even searched the site for this.  
 



 
L3TH4LSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Hi, i used this mod in the past and it became popular for ICY, are there any plans to revisit for 1.3?

Notyet
 



 
notyetSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Forum Integrated News Delivery

i wish so much i seen this before i had upgraded!
Chaotic OR anyone have you tested this with the new upgrade! i have upgrade to 1.3 with patch A

is Forum Integrated News Delivery news working? or any one got it working with 1.3

i have config all the files again , when i click on  FIND - newsfeeds i get the words Hacking attempt.

any ideas.? Chaotic you saved my life last time with this mod! can you do your magic again

includes/constants.php
lang_main.php

have been edited and code inserted!


[hey Notyet i would love if sum one could put this into 1.3 or just fix small problem]



thanks

http://dark-asylum.co.uk/forum/
sitelogoleft



Icy Phoenix 1.3.0.53 right i going install blank database and clean fourm to see if this works will report back! in few hrs


 untitled_2
 



 
darkasylumSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Make sure you have the right constant defined:

Code: [Download] [Hide] [Select]
define('IN_ICYPHOENIX', true);

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Mighty Gorgon wrote: [View Post]
Make sure you have the right constant defined:

Code: [Download] [Hide] [Select]
define('IN_ICYPHOENIX', true);


Hi Gorgon,

thanks for replying to this tread , does the define('IN_ICYPHOENIX', true); have go into admin_newsfeed_sources.php or admin_newsfeeds.php 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 Zuker 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



 32434324
 kevingahahn



includes/constants.php

// FIND - newsfeeds
define('NEWSFEEDS_TABLE',  $table_prefix . 'newsfeeds');
define('POST_NEWSFEED_URL',  'n');
// end FIND - newsfeeds




language/lang_english/lang_main.php

// 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
 



 
darkasylumSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
the define has got to go into both files.

do you mind to attach both of you files here please to have a look at them and maybe fix them ?
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Forum RSS Feeder this is full package! hope you can help! thanks!

find_input.rar
Description: rss files 
Download
Filename: find_input.rar
Filesize: 128.08 KB
Downloaded: 245 Time(s)

 



 
darkasylumSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Havent tested it . but give this a try.

any problems please PM me


Edit: removed download , to not create any mix-up´s

working version here
 




____________
Out of Order
 
Last edited by spydie on Thu 22 Oct, 2009 17:54; edited 4 times in total 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
darkasylum, Thanks! I will try it in my forum .
 



 
tiolaluSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
wow oh thanks so much for the code !

i have installed it!

Parse error: syntax error, unexpected '=' in /home/ch0pper/public_html/forum/adm/admin_newsfeed_sources.php on line 36

i get this on both! Input Newsfeeds & Newsfeed Sources
 



 
darkasylumSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
Updated my first download due to wrong define in line 36 of newsfeed_sources and line 40 of input_newsfeeds.

Also added a CrTracker Low profile, to prevent error messages from the tracker
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
i think your just about 99% there

but i get this!
 Input Newsfeeds & Newsfeed Sources


Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/ch0pper/public_html/forum/adm/pagestart.php on line 32

Warning: include(./common.php) [function.include]: failed to open stream: No such file or directory in /home/ch0pper/public_html/forum/adm/pagestart.php on line 32

Warning: include() [function.include]: Failed opening './common.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ch0pper/public_html/forum/adm/pagestart.php on line 32

Fatal error: Call to undefined function session_pagestart() in /home/ch0pper/public_html/forum/adm/pagestart.php on line 35
 



 
darkasylumSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Forum RSS Feeder 
 
OK

This is as far as i got. without getting any error message!!!!

only issue i get now is using unknown kompression (g-zip). but that might be because i did´nt set up the curl´s and the feeder input. or because i don´t have it installed on my local.

Edit

so far i got it running, without problems. Any feedback would be fine
Any issues please post here

Download removed, due to bug´s (errors ) turning up.

i´ll be back later with an hopefully full working version.
 




____________
Out of Order
 
Last edited by spydie on Fri 23 Oct, 2009 10:19; edited 1 time in total 
spydieSend private messageVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 3
Goto page 1, 2, 3  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron