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)
-   -   NEW Modified RSS News Feed Hack (https://vborg.vbsupport.ru/showthread.php?t=63798)

will_lean 04-20-2004 03:56 PM

hello ive just done the code edit above to try and limit the number of posts the rss bot posts but it doesnt seem to be working,i only need 10 news items posted but its posting over 100 :surprised:
any idea why the above wouldnt work?
ive set my cron to 24hr update

Slapyo 04-20-2004 09:15 PM

in rss_update.php FIND:
PHP Code:

        // insert the new items into the database
        
for($j count($rss_allItems) - 1$j >= 0$j--) { 

REPLACE WITH:
PHP Code:

        // insert the new items into the database
        
for($j 10 1$j >= 0$j--) { 

you are replacing "count($rss_allItems)" with the number of news articles you want. in the example code above i replaced it with 10. so it will take the 10 news articles and post them. however, i don't know if this will be a problem or not because if there are only like 5 news articles and you have hard coded in 10 news articles it might pose a problem.

will_lean 04-20-2004 09:28 PM

thanks

ive set it so i can moderate the posts from the yahoo feed so i can pick 10 feeds and prune the rest.

WICKED hack!
thanks

Slapyo 04-21-2004 06:56 AM

newest version: 1.24 (PHP > 4.3.0) and 1.24a (PHP < 4.3.0)

i rewrote the way Delete All News was done. it now uses a function within vB to delete the posts rather than a manual deletion of them. helps keep everything neat. it will also recount the posts in the forum.

yeloc 04-22-2004 02:46 AM

Is there a way not to add the news posts to the total posts number?

Slapyo 04-22-2004 05:26 AM

the original one did not increase the post count. but search and similiar threads didn't work either. i don't offer support for either of those. there has been numerous fixes and upgrades to the way things work. i would suggest that you use the modified original version if you are going to use one of them. it is more stable than the original.

https://vborg.vbsupport.ru/showthread.php?t=60899 - original
https://vborg.vbsupport.ru/showpost....&postcount=139 - modified original

yeloc 04-23-2004 10:39 AM

what would I be doing wrong? The task is not updating on its own. It works fine when I hit the "run now" button. I have it set to run every hour.

Slapyo 04-23-2004 03:30 PM

do you have a busy forum? i found the way that the cron jobs work in vB is that say you have a list of cron jobs 10 long. the page has to be loaded at or after the scheduled time for the cron job. my forum isn't too busy now and i found to get it to run i have to just reload the page a few times and the news will be inserted. mine is set to run at the hour every hour. if it hasn't run, i look in the scheduled tasks to see how many jobs before it haven't run yet. then i refresh the forums that many times.

yeloc 04-24-2004 11:27 AM

Actually no this is a test forum that I setup.

Slapyo 04-24-2004 02:07 PM

then that might be the problem. it's not actually a true cron job which will run on the hour every hour. you have to have the pages being loaded to check for the next cron job time. if it is time, or past time, it will run...next page load checks for the next cron job.


All times are GMT. The time now is 06:36 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.01406 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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