Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
NEW Modified RSS News Feed Hack Details »»
NEW Modified RSS News Feed Hack
Version: 1.00, by Slapyo Slapyo is offline
Developer Last Online: Apr 2013 Show Printable Version Email this Page

Version: 3.0.0 Rating:
Released: 04-12-2004 Last Update: 06-22-2004 Installs: 146
 
No support by the author.

Hack originally posted by: Xyphen - RSS News Feed Hack
Modified by: wolfstream - Modified RSS News Feed Hack

I am posting this up as a new hack because of the major changes made to how the script works. Also, I didn't want people to get confused as to which one to download since there were 3 different versions on the original post.

Xyphen released the original version, then wolfstream modified the script and corrected some errors. After that, I modified wolfstreams version to change how posts were inserted. Now the post count will increase, posts will be able to be searched, and similiar threads will work.

RSS News Feed Hack for vB 3.0.x. As long as vBulletin doesn't change the database structure much, this should be good for the next release also, and those to come.

Allows you to have a live RSS news feed (such as one from Google or CNET) in a forum. The user that posts it will basically be a bot, which *should* only be used for posting the news, but you can even make it for a regular user.

Comments are welcome! Support provided through this thread.

Latest Version:
- 1.26 - for PHP 4.3.0 & above
- 1.26a - for PHP prior to 4.3.0

vBulletin Versions:
- 3.0.0
- 3.0.1

PHP Versions:
- > 4.3.0
- < 4.3.0

Installation Overview:
- Files to edit: (2) /admincp/index.php, /includes/functions_newpost.php
- Files to upload: (4) rss.php, admincp/rss_admin.php, includes/RSS/class.RSS.php, includes/RSS/rss_update.php
- Queries to run: (4) in rss_install.php

History:
Version 1.26 (23 June 2004 - Slapyo, Natch)
- listing of bot's more intuitive (Natch)
- hopefully fixed duplicate problem (Slapyo)
- stripped html tags from title and description (Slapyo)

Version 1.25 (12 May 2004 - Slapyo)
- fix for &quot; showing up
- logs action in scheduled task log if turned on

Version 1.24 (20 April 2004 - Slapyo)
- posts now deleted with delete_thread function
- post counts updated when using delete all news

Version 1.23 (14 April 2004 - Slapyo)
- added ability to delete bots
- cleaned up includes
- fix for PHP versions prior to 4.3.0 calling html_entity_decode()

Version 1.22 (13 April 2004 - Slapyo)
- duplicate posts problem fixed
- fix for problem with ' appearing as \'

Version 1.21 (12 April 2004 - Slapyo)
- bot will not be subscribed to posts now

Version 1.2 (11 April 2004 - Slapyo)
- posts now inserted with build_new_post function

Version 1.1 (28 March 2004 - wolfstream)
- file edits taken down to 1
- cron script included

Version 1.0 (28 January 2004 - Xyphen)
- original release

Common RSS Feeds:
- Yahoo!
- CNET.com
- BBC
- Wired News
- The Register
- Ars Technica
- All Headline News

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #497  
Old 04-20-2005, 04:43 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have done this install a few times and never had a problem... this time I am getting the following


Warning: main(class.RSS.php): failed to open stream: No such file or directory in /home/www/ureside/forums/includes/RSS/rss_update.php on line 28

Fatal error: main(): Failed opening required 'class.RSS.php' (include_path='') in /home/www/ureside/forums/includes/RSS/rss_update.php on line 28


I have gone over my edits and do not see a problem... Is there something I have to edit in the update file???


I fixed it.... I had to go into the RSS/rss_updae.php and edit the path to the class.RSS.php file.... If somebody else has this problem I hope this helps
Reply With Quote
  #498  
Old 04-20-2005, 09:06 AM
Benj's Avatar
Benj Benj is offline
 
Join Date: May 2006
Posts: 180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how would i set up the cron as a vbulletin sceduled task my host doesnt support cron job coz there crap
Reply With Quote
  #499  
Old 04-21-2005, 02:29 AM
libertate's Avatar
libertate libertate is offline
 
Join Date: Feb 2005
Location: Kiribati
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent job. This fixed one of my problems. Thank you!

Some suggestions for version 1.27... :squareeyed:

* The management tasks[Add a Bot], [Modify Bots], [Delete Bots], [Delete All News] shouldn't it be a submenu item of RSS NewsFeed on the navigation frame, instead on a single page?

* When [Delete Bots] is selected, the name is not displayed only the ID. Can the name be added?

* A title for the feed would be nice. So instead of some obscure URL, a standard source would descibes it. i.e. "Medical News" instead of "http://blahblah.blah/~blah.rss"

* Would it be possible to display a list instead of individually managing the RSS feeds?
i.e.
1. [ Source(text)] [Title(text)] [User (text)] [Enabled (Radio)] [Delete (Radio)]
2. [ Source(text)] [Title(text)] [User (text)] [Enabled (Radio)] [Delete (Radio)]
It is very unlikely that someone whould have a 25+ feed... and if they do there is always the scroll bar... :nervous:

* Although I understand the convenience on deleting all fetched news, I don't think you need (should ) to have this option. The pruning of posts by user is already available.

* Can you add additional functionality such that are available in "fps_external " are available? That would be a PERFECT combination!

Again, thank you for a job well done.
Reply With Quote
  #500  
Old 04-24-2005, 03:11 AM
RichieBoy67's Avatar
RichieBoy67 RichieBoy67 is offline
 
Join Date: Apr 2004
Location: CT - Down in a hole..
Posts: 3,057
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not want the bot listing in the stats.... I cannot remember how to do this at this hour... can anyone help please???

Is there a way to do this???? I do not want the bots showing up in post count or anywhere else.....

Thanks
Reply With Quote
  #501  
Old 04-28-2005, 02:25 PM
Slapyo Slapyo is offline
 
Join Date: Feb 2004
Location: Rancho Cucamonga
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

sorry, i don't have time to support this hack anymore. however, i don't want to leave you guys hanging.

https://vborg.vbsupport.ru/showthread.php?t=67078

check out the Article Bot. it's like my script but with alot more options and as far as i know it is currently being supported.
Reply With Quote
  #502  
Old 05-14-2005, 10:42 PM
NewOrder NewOrder is offline
 
Join Date: Apr 2005
Posts: 27
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

im getting the follwing

rss.php

Warning: main(./includes/cron/rss.php..php): failed to open stream: No such file or directory in /admincp/cronadmin.php on line 56

Fatal error: main(): Failed opening required './includes/cron/rss.php..php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/tek/public_html/admincp/cronadmin.php on line 56
Reply With Quote
  #503  
Old 05-15-2005, 02:08 AM
Slapyo Slapyo is offline
 
Join Date: Feb 2004
Location: Rancho Cucamonga
Posts: 370
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you have the wrong file in the cron area. it is looking for this file:

rss.php..php

that's not the name of the file. edit it so it only ends with .php
Reply With Quote
  #504  
Old 05-15-2005, 03:18 PM
thuffner's Avatar
thuffner thuffner is offline
 
Join Date: Mar 2003
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed this and got the following error when pointing my browser to the rss.php file:

Quote:
Fatal error: Call to undefined function: log_cron_action() in /www/t/thuffner/htdocs/board/rss.php on line 7
Reply With Quote
  #505  
Old 08-05-2005, 02:55 PM
popowich popowich is offline
 
Join Date: Jun 2004
Posts: 388
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I have troubles with Article Bot and duplicate threads being created.

Does this hack work about the same way? Is it more intelligent? (fewer duplicate posts)

Thanks!
-Raymond
Reply With Quote
  #506  
Old 08-10-2005, 11:14 AM
lairnoc's Avatar
lairnoc lairnoc is offline
 
Join Date: Oct 2003
Location: The Netherlands
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by thuffner
Installed this and got the following error when pointing my browser to the rss.php file:
he i got the same error

is there someone that got a solution?
Reply With Quote
  #507  
Old 08-26-2005, 09:37 AM
Slave's Avatar
Slave Slave is offline
 
Join Date: Nov 2001
Posts: 439
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there anyway you can specify a Post Icon per feed?
Reply With Quote
  #508  
Old 08-28-2005, 06:48 AM
floridaideal floridaideal is offline
 
Join Date: Aug 2002
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello all

I am running VB3.08 and installed this hack no problem, everything went smoothly but soon as I try run the rss.php file I get this error!

rss.php

Parse error: parse error, unexpected T_STRING in /home/virtual/site58/fst/var/www/html/forum/includes/functions_newpost.php on line 409

I retried with a clean functions_newpost.php file but it came up with the exact same results, has anyone managed to install this on the latest version of vb and got past this error?

Thank you

Stu
Reply With Quote
  #509  
Old 08-28-2005, 08:18 AM
Gold-Games Gold-Games is offline
 
Join Date: Sep 2003
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I installed the Modified RSS News Feed Hack, but when running a scheduled task following error message occurs:

PHP Code:
Warningmain() [function.main]: Unable to access class.RSS.php in /home/www/htdocs/gold-games.com/forum/includes/RSS/rss_update.php on line 28

Warning
main(class.RSS.php) [function.main]: failed to create streamNo such file or directory in /home/www/htdocs/gold-games.com/forum/includes/RSS/rss_update.php on line 28

Fatal error
main() [function.main]: Failed opening required 'class.RSS.php' (include_path=''in /home/www/htdocs/gold-games.com/forum/includes/RSS/rss_update.php on line 28 
Has anyone an idea how to fix the problem?

Greetz,
Robert
Reply With Quote
  #510  
Old 08-31-2005, 09:06 PM
NxTek NxTek is offline
 
Join Date: Jun 2003
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this script correctly parse images in feeds to (img) vB code tags? I know the layout can't always match the original, but still displaying them would be nice.

Also, does the script correctly parse <enclosure> tags into (url) vB code tags? This is most often used for Podcasts.
Reply With Quote
  #511  
Old 09-06-2005, 10:37 PM
webfreak webfreak is offline
 
Join Date: Sep 2005
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm new to vB and this is the first hack I tried installing. However, when I click the link in the Admin CP, I get a 404 page not found error. Any ideas?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:11 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08809 seconds
  • Memory Usage 2,375KB
  • Queries Executed 30 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (16)post_thanks_box
  • (16)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (16)post_thanks_postbit_info
  • (15)postbit
  • (16)postbit_onlinestatus
  • (16)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete