from the instructions:
################################################## ####################
# Scheduled tasks to add
################################################## ####################
In your admin control panel add a new scheduled task. Name it whatever you
want and set it to run in filename: ./includes/cron/memberoftheday.php
so i would do this:
PHP Code:
<?php
include('/home/XXX/XXX/forums/includes/cron/member_of_the_day.php');
?>