vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   RSS News Feed Hack (https://vborg.vbsupport.ru/showthread.php?t=60899)

LoOnEyToOnZ 04-02-2004 01:42 PM

Guys... how can i get Yahoo RSS feed unto my forums with this ? I already installed this hack, just dunno how to use Yahoo RSS

rockergrrl 04-02-2004 02:19 PM

Yahoo RSS is located here:
http://news.yahoo.com/rss/

Find the topic that you want and copy the URL to the feed.

It will update (works for me).

LoOnEyToOnZ 04-02-2004 03:01 PM

ic... Tonya do you just copy the url like http://news.yahoo.com/rss/tech/ ?

Or does it have to end with a .xml ?




Also... please check out my forums www.sgwhz.com and under Industry News.... you see the RSS by Yahoo! Tech. When you click on the view full article link it comes out to a error page on Yahoo....any idea why it happens ?

dethfire 04-02-2004 05:06 PM

I installed the new version and when I run the cron I get this error:
Warning: mysql_query(): Unable to save result set in /htdocs/www/includes/db_mysql.php on line 212

Invalid SQL: SELECT * FROM post ORDER By postid DESC
mysql error: MySQL client run out of memory

mysql error number: 2008

I only added two bots :(

Vb-Hispano 04-02-2004 05:59 PM

Thanks very much for your work ;)

rockergrrl 04-02-2004 06:46 PM

Quote:

Originally Posted by LoOnEyToOnZ
ic... Tonya do you just copy the url like http://news.yahoo.com/rss/tech/ ?

Or does it have to end with a .xml ?

For Yahoo tech feeds use this url:
http://rss.news.yahoo.com/rss/tech

http://news.yahoo.com/rss/tech/ is just the general list of Feeds that are available. Copy the URL next to the subject you want listed.

PlenoJure 04-02-2004 09:17 PM

LoOnEyToOnZ, the reason that happens is because of an html decoding bug, here's what I did to fix it:

In ./includes/RSS/rss_update.php Find:
PHP Code:

$rss_description .= "\n\n[url=" $rss_allItems[$j][LINK] . "]View the Entire Article[/url]\n"

UNDER that ADD:
PHP Code:

$rss_description html_entity_decode($rss_description);
$rss_title html_entity_decode($rss_title); 

That fix is running on 2 forums and seems to work well.

dethfire 04-02-2004 09:27 PM

Quote:

Originally Posted by dethfire
I installed the new version and when I run the cron I get this error:
Warning: mysql_query(): Unable to save result set in /htdocs/www/includes/db_mysql.php on line 212

Invalid SQL: SELECT * FROM post ORDER By postid DESC
mysql error: MySQL client run out of memory

mysql error number: 2008

I only added two bots :(


anyone got a suggestion for my problem?

Leah 04-02-2004 11:39 PM

Quote:

Originally Posted by dethfire
I installed the new version and when I run the cron I get this error:
Warning: mysql_query(): Unable to save result set in /htdocs/www/includes/db_mysql.php on line 212

Invalid SQL: SELECT * FROM post ORDER By postid DESC
mysql error: MySQL client run out of memory

mysql error number: 2008

I only added two bots :(

Same error here.

And also, the posts doesn't show up.

dethfire 04-03-2004 10:20 PM

no posts because mysql runs out of memory


All times are GMT. The time now is 01:20 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01532 seconds
  • Memory Usage 1,741KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete