vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   RSS Robot Poster self created Feed (https://vborg.vbsupport.ru/showthread.php?t=139385)

mistyPotato 02-14-2007 10:32 AM

RSS Robot Poster self created Feed
 
Thanks for taking the time to respond.

I may be doing something out of the ordinary.

I am...

1). Creating an RSS compliant XML file from data in a local database.
and Overwriting it each time a new item is added to the database.
So basically it's a "here's what's new in the catalog" feed.
2). Saving the file on the server in a webfolder so it has a valid URL.
3). Using an RSS feed I created to read that file and create a thread from it.

It works great "First time".
But thereafter, it doesn't matter how much time has passed. It will not create a new post or add to the existing one.

From what I gather, this is due to the Forumrsslog table which keeps track of the ACTIVITY of RSS feeds whereas Forumssfeed is a database of the actual RSS feeds.

It appears that once a thread is created from an RSS feed, it will not change it again because it basically assumes the thread already exists.

The ONLY way around this I can find is to delete the entry for the transaction from the Forumrsslog file immediately before I create a new RSS entry from my other database. I can do this programmatically with ease so it's not a "manual" process, but it seems I should be able to keep adding to this thread with new items. Doing it this way will result in a new THREAD with every update.

I would like to just keep adding posts to the same thread.

Thank to all who reply

cash7c3 02-27-2007 06:38 AM

would you mind sharing what you have done so far? I'm interested in making the same.


All times are GMT. The time now is 01:37 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.01002 seconds
  • Memory Usage 1,705KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete