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 |
#732
|
|||
|
|||
All I am getting are advertisements so far, even though in the XML feed I can see the articles relevant to what I would want posted
|
#733
|
|||
|
|||
I installed this, followed everything the way it said to, and yet there is no option to the left of my admin cp.
There isnt an article bot settings box any help? |
#734
|
|||
|
|||
Forget about that, I guess i didnt refresh..
however now i have a new problem i set up everything through all the steps put the include for articlebotphp in my index and put the correct path to server in the articlebot.php but when i go and try to execute articlebot.php i get a blank screen also it isn't posting any threads or rss feeds |
#735
|
|||
|
|||
Quote:
For me all I have been getting are advertisements. |
#736
|
|||
|
|||
It just took sometime to grab it, I guess my only complaint now is that the threads that are being posted are only like a couple of sentences... instead of full articles
is anyone else experiencing that as well? |
#737
|
|||
|
|||
Quote:
--don |
#738
|
|||
|
|||
Is there any way to use regex to replace the link that is inside <link> </link> This link is being posted in the threads, but it is not the link to the full article. The link posts like this "http://www.thesite.com/short.php?id=12543" I want to replace it so it puts a link to "http://www.thesite.com/full.php?id=12543" I tried to do a regex for description in the admincp but it didnt work. Seems that it wont work for things embedded in a link tag. Any way to get it to work?
|
#739
|
|||
|
|||
I believe the entire logic of this script is absolutely wrong. Firstly, there is no code in articlebot.php which would cause it to loop for the specified interval time. Setting an interval appears to be useless, articlebot will grab the first item in the RSS and then wait until the cronjob fires it again to grab the second item, the interval setting is completely bypassed. The way I imagined functionality was as follows:
Say you have a RSS feed with 10 items that haven't been added to your forums. At whatever time you designated the cronjob to fire, the first item from the RSS is added to the forums. Because I have set the interval to 2 minutes, the next item is added 2 minutes later, etc. until after 20 minutes, all 10 items have been added to the forums, and execution stops. When my cronjob fires articlebot.php the next time it will check for any new items, and input them 1 at a time taking a 2 minute rest between items. I believe this was the intention of the script, but there is no coding in articlebot.php to facilitate this. I am currently attempting to incorporate the correct interval structure into articlebot.php, however, it may prove to be difficult as I am having a hard time understanding the layout of this code as it appears to be completely linear without any reference to certain functions. I will keep you guys updated. |
#740
|
|||
|
|||
I haven't noticed most of what you mentioned, but I have noticed that it will grab a post in the "middle" of a feed as a new article.
The 3 biggest problems with this script as I see it are - 1, It doesn't correctly parse images in feeds to (img) vB code tags. I know the layout can't always match the original, but still displaying them would be nice. 2, It doesn't correctly parse <enclosure> tags into (url) vB code tags. This is most often used for Podcasts. 3, There is zero support for it. I've asked 7 questions in this thread and none have been answered. I'd even be willing to pay a few bucks for the script if support questions would get answered. Welcome to vB hacks I guess. |
#741
|
|||
|
|||
Hi NxTek,
Does the interval system work for you, such as you specify an interval, and it will churn away posting a new message for each item based on the interval time? It is not possible from looking at the code... I wonder if I have a bad articlebot.php? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|