The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Article Bot Details »» | |||||||||||||||||||||||||
Article Bot
by velocd Article Bot is a script that allows you to assign a user account (preferably an exclusive one) to an article bot that will post RSS feeds in select forums at designated intervals. These articles are derived from RSS (Really Simple Syndication) feeds. RSS files are assigned to article bots, as well to individual forums, which in turn directs what, when and where your article bot will post. Features
News
Upgrading
Files
RSS Feeds There are several in the install.html, but if you're looking for more than you could ever want, check out NewsIsFree's directory: http://www.newsisfree.com/sources/bycat/ Remember to click install if you use this hack. Also be sure to read through the what you haven't of the thread before asking a question, for it may have been answered. Show Your Support
|
Comments |
#122
|
|||
|
|||
I have 1.1 though, and am noticing that there isn't a log created for this file. Is there anyone else that is working with the scheduled tasks that is getting the logs to work properly for articlebot.php? Must I put this in the Includes/cron folder for it to work that way?
|
#123
|
||||
|
||||
I am seeing a problemn though when running articlebot.php from the scheduled task manager. It does not send the posts, just check and reteives. I have to click the "Run Now" button on the scheduled tasks for it to actually send the posts to the news server.
I've sent several messages and waited since yesterday for them to appear on the same news server that I sent them to - they never did. I just posted a message on my forum and manually click the run now button, and they sowed up on the news server perfectly. Anyone else run into this? Any suggestions? |
#124
|
||||
|
||||
Well i tried and tried, added lots of feeds but the bot will not post at all, no DB errors but it just will not post... Any ideas? I also had this with the other RSS feed hack
|
#125
|
||||
|
||||
OK, I know, dumb question but I'm still learning. Where do I put the template? In my default style, all styles, or someplace else?
Problem #2: I get the following error message..... Quote:
Thanks, Kevin |
#126
|
||||
|
||||
KW802, add the template to your default style.
As for that error, check articlebot.php, and make sure you configured the absolute paths correctly. Quote:
For those using vB's scheduled tasks, I'll look into making Article Bot more integrated with it (the hack was not built for it).. although I can't guarantee it'll be anytime soon. I do recommend you use a real cron setup anyway (if you're on a NIX server, via your cPanel or shell), instead of vbulletin's system. |
#127
|
||||
|
||||
Quote:
I tried the directory name in articlebot.php first, even ended up hard-coding the full path and still get the same error. Below is what the code at http://www.farpointstation.org/forum...articlebot.php currently is but is still producing the same error. Code:
chdir('/home/farpointstation/www/forums/'); require_once '/home/farpointstation/www/forums/global.php'; include_once '/home/farpointstation/www/forums/articlebot/rss_fetch.inc'; Any thoughts appreciated. :nervous: Thanks, Kevin |
#128
|
||||
|
||||
Mine's working great on Apache/Redhat. I just added it to the cron job that is getting the Usenet mail in the other hack
|
#129
|
||||
|
||||
Quote:
|
#130
|
||||
|
||||
hhmmm got this error
Quote:
Line 43 to 45 PHP Code:
|
#131
|
||||
|
||||
Snowbot, chdir needs to be pointing to your forums, not the articlebot directory.
As printed in the code. Code:
// Provide absolute server path to forums. // e.g. /home/cjohn/public_html/forums/ chdir('/path/to/forums/'); require_once './global.php'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|