Log in

View Full Version : Creating Scheduled Tasks


CtrlAltDel
01-24-2006, 06:39 PM
I have a php script that I run that parses some XML data that is used in a page that I created that plays with all the vb framework rules, etc. What do I have to do to get my script page (not the display page) to run in the VB Scheduled Tasks?

All I need it to do is basically go to the page and it does all the work, do I need to make my page return something?

Looking for some direction, thanks!

More info, I have a perl 'cron-like' script on my server already, but it'd be nice to be able to put what I have in there in with the VB stuff so I only have to manage all this in one place.

Guest190829
01-24-2006, 10:17 PM
Here's a page in vbulletin's documentation that descripes how to add a scheduled task:

http://www.vbulletin.com/docs/html/main/scheduled_task_add

You can also find more information on them by searching "scheduled tasks" in the search field located on that page. :)

CtrlAltDel
01-25-2006, 05:09 AM
thanks for the link, but i got that part down pretty well, its the page i want the scheduled task manager to run...it says it ran when i run in from ST, but if i check the results, it didnt run =\