The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
RSS News Feed Hack Details »» | |||||||||||||||||||||||||
My friend made this hack, he owns http://www.liquidpro.net. Check him out.
You may contact him at liquidpro@neo.rr.com. Or you can IM him on AIM at LiquidPro10. An example is shown at http://www.xtreme-forumz.net. Go to the Techno forum under the General category. Then the CNET News sub-forum. RSS News Feed Hack for vB 3.0.0. 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! Instructons: Note: DON'T FORGET TO MAKE A BACKUP OF EACH FILE BEFORE YOU MODIFY IT! Copy the files to your web server... keep the same directory structure as in the zip file. Run the rss_install.php file to setup the RSS script. If you're upgrading run the rss_upgrade.php file to setup the RSS script. Don't forget to remove all previous modifications (you can find them by searching for "LiquidPro") #### open the /index.php script #### Find this: PHP Code:
PHP Code:
Find this: PHP Code:
PHP Code:
Find this: PHP Code:
PHP Code:
Hack by: Andrew Wickham (http://www.liquidpro.net) Hack for: Xtreme-Forumz (http://www.xtreme-forumz.net) Show Your Support
|
Comments |
#62
|
|||
|
|||
RC4 is already out? Hmmm......
It works for me on RC3... however not the auto-update yet... |
#63
|
|||
|
|||
yeah, well it does say Powered by: vBulletin Version 3.0.0 Release Candidate 4 at the bottom of my forum.
|
#64
|
||||
|
||||
Quote:
Once I have a new bot installed and configured to run this thing, it's gonna make news gathering so damn simple w00taH! It was the alistapart.com RSS feed that brought this to the fore for me - so thanks to all involved the alterations sugegsted, and the cron job tips have made this just awesome [high]* Natch does the dance of the jubilant monkey[/high] |
#65
|
|||
|
|||
quick fix for threadcounts.. find:
Code:
$DB_site->query("UPDATE " . TABLE_PREFIX . "forum SET lastpost = '$current_dateline', lastposter = '$rss_username', lastthread = '$rss_title', lastthreadid = '$rss_threadid' WHERE forumid = '$rss_forumid'"); Code:
$DB_site->query("UPDATE " . TABLE_PREFIX . "forum SET threadcount = threadcount + 1,lastpost = '$current_dateline', lastposter = '$rss_username', lastthread = '$rss_title', lastthreadid = '$rss_threadid' WHERE forumid = '$rss_forumid'"); |
#66
|
|||
|
|||
|
#67
|
|||
|
|||
Quote:
|
#68
|
|||
|
|||
Can someone put together a file with all the modifications for this before I install this?
|
#69
|
||||
|
||||
Installed ... everything went well, however, once I set up a bot, and enabled it, it brought my server to it's knees! This is a dual cpu box with a gig of ram, used it all!
I used an existing news forum id. Any idea what's causing this? (RC3) Update: Getting the same mySQL error as in this post: https://vborg.vbsupport.ru/showpost....8&postcount=59 |
#70
|
|||
|
|||
Quote:
|
#71
|
|||
|
|||
have done a lot of playing around with this now, have got it working and posting well, but I don`t like having html enabled for the posts so I`ve been trying to parse the html into bbcode but not having much luck.. anybody been succesfull at getting the script to dp that?
|
#72
|
|||
|
|||
Quote:
|
#73
|
||||
|
||||
I thought I'm the only one encounterd such problem but littlt then I expect to see there's so many people having the same case.
|
#74
|
|||
|
|||
I installed it just to see. It does gobble up memory and CPU. Way too much.
My problem though is all my feeds show up as a link that says 'view full article' which takes me to the sources webpage. Anyone know why? |
#75
|
||||
|
||||
I'm also really excited to see this hack. Thanks very much for your work.
|
#76
|
|||
|
|||
Anyone know how to uninstall this? IE: remove the database edits.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|