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)
-   -   Article Bot (https://vborg.vbsupport.ru/showthread.php?t=67078)

Robert Basil 09-13-2004 08:45 PM

I should mention that I have the same exact problem no matter what version of RSS feed I use and I also have the same problem when pulling from an Atom feed on my personal blog.

It's probably something right in front of my face, but I can't seem to find the problem.

Robert Basil 09-13-2004 09:41 PM

Quote:

Originally Posted by mobilephonegame

Since this feed works on your forum I tried it on mine and still have the same problem as above.

I even tried changing the bot from it's own user to my account and still have the same problem.

I'm running out of ideas to get this working and am about to call it quits.

Robert Basil 09-13-2004 11:12 PM

I just read through all 21 pages and don't see anyone with the same problem.

I am wondering where the articlebot_post template is supposed to grab the "description" and "link" variables from as I searched through the articlebot, articlebot_rss and articlebot_rss_cache tables and do not see those variables anywhere.

Maybe this is my problem?

Robert Basil 09-14-2004 12:55 AM

Someone? Anyone?

mobilephonegame 09-14-2004 07:29 AM

Quote:

Originally Posted by Sportbikeworld
Someone? Anyone?

I know this might sound silly....but have u added the articlebot_post template to all styles being used by the board.?

i.e we use default template with another theme integrated, therefore we had to add the template to both styles for it to show on the forum etc :-)

mobilephonegame 09-14-2004 07:30 AM

Quote:

Originally Posted by Sportbikeworld
I just read through all 21 pages and don't see anyone with the same problem.

I am wondering where the articlebot_post template is supposed to grab the "description" and "link" variables from as I searched through the articlebot, articlebot_rss and articlebot_rss_cache tables and do not see those variables anywhere.

Maybe this is my problem?

think the coding is in articlebot_parse & articlebot_fetch :-)

puredj 09-14-2004 07:41 AM

Nice hack! I installed it myself...

Ooh by the way, you can change this:
PHP Code:

chdir('/path/to/forums/'); 

to:

PHP Code:

chdir(dirname(dirname(__FILE__)).'/'); 

Then you don't have to set the path (in case you don't know the exact path)

buro9 09-14-2004 07:53 AM

Quote:

Originally Posted by bjornstrom
I installed the Articlebot without problems and it works like a charm. Incredible!

I would like to make a contribuion to the programmer, anyone with a paypal link?

/Martin

Count me in on that... very nice and just what I was looking for.

Also, for anyone that wants to do email2rss, try this:
http://wonko.com/software/mailfeed/

Works a stunner, much better than mailbucket (which truncates messages).

Only criticism for Article Bot is the lack of feedback on what it's doing when you're debugging, but that's minor as reading the code and adding some echoes is not a problem :)

Robert Basil 09-14-2004 01:23 PM

Quote:

Originally Posted by mobilephonegame
I know this might sound silly....but have u added the articlebot_post template to all styles being used by the board.?

i.e we use default template with another theme integrated, therefore we had to add the template to both styles for it to show on the forum etc :-)

We have our default style (and a mobile style for me when I am on the road) and it's added to both of them. :)

puredj 09-14-2004 01:58 PM

Quote:

Originally Posted by Dez_U
getting this error messages all over my forum

Warning: main(./articlebot/articlebot.php): failed to open stream: No such file or directory in /home/.sites/70/site4/web/forums/index.php on line 419

Warning: main(): Failed opening './articlebot/articlebot.php' for inclusion (include_path='.:/usr/lib/php') in /home/.sites/70/site4/web/forums/index.php on line 419

Warning: Unknown(./articlebot/articlebot.php): failed to open stream: No such file or directory in /home/.sites/70/site4/web/forums/includes/functions.php(1955) : eval()'d code on line 1

Warning: (null)(): Failed opening './articlebot/articlebot.php' for inclusion (include_path='.:/usr/lib/php') in /home/.sites/70/site4/web/forums/includes/functions.php(1955) : eval()'d code on line 1

see my post before,
change in articlebot.php

PHP Code:

chdir('/path/to/forums/'); 

to:

PHP Code:

chdir(dirname(dirname(__FILE__)).'/'); 



All times are GMT. The time now is 07:57 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.01991 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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