MyBB Community Forums

Full Version: A (pseudo)cron/(pseudo)scheduling system
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
It would be very useful to have a pseudo-cron system to perform functions or execute files every X minute, X hours, X days or at a fixed date.

In any case, 'pseudo' because it would be executed only if forums are visited (i don't want to say "like vb" or "like ipb" Toungue).

it would be useful to replace stuff like this
// Generate a random number for performing random actions.
$rand = rand(0, 10);

or to refine plugins functionality

mavericck


*sry if anyone has already posted this, but i haven't found it
It's on the to do list already.

Chris.
wow! good news Wink

mavericck