You can drop a vb script (with access to the mysql classes) into includes/cron and set it up as a cron in the admincp.
Alternatively, you can use a scripting language with mysql support and set it up using the system cron.
Both ways will work fine, although with the vb approach the cron will fire the first time someone (anyone) views some part of your site on or after your trigger time.
|