Quote:
Originally Posted by Ceroc
I have messed-up somewhere along the line as it is not workin g.
My webhost is running windows server and task scheduler is used instead of cron. So I have placed an include once in my index.php file and in articlebot.php commented out:
Code:
chdir('/path/to/forums/');
require_once './global.php';
I then created an Article Bot user who should search for the rss feed:
http://news.yahoo.com/rss/
And set the post interval to 1 min and waited. So far nothing has been posted.
In my article bot manager the next feed is due at 7:01 am (despite having set the interval to 1 mins) and although I installed it last night, and 7:01 am has been and gone still there are no posts.
I must have missed something in "Routinizing your article bots" but have checked and re-checked.
Any thoughts?
|
you need to send it to a specific rss url i.e
http://rss.news.yahoo.com/rss/topstories
any assist with rss2 not working.??