PDA

View Full Version : Help:How to make a CRON job?


Adam21
04-10-2006, 11:55 AM
how to make a cron job or a scheduled task that'll empty the strikes table every few hours?i'm tired of having to run this queryTRUNCATE TABLE `strikes` everytime i want to empty it.anyone help please?

p.s:i need to empty my strikes table as my members are having a loggin-in problem.vb keeps telling them wrong username or password,quota used up.....only emptying the strikes table allows them to log-in again!

anyone help please????

how to make a cron job or a scheduled task that'll empty the strikes table every few hours?i'm tired of having to run this queryTRUNCATE TABLE `strikes` everytime i want to empty it.anyone help please?

p.s:i need to empty my strikes table as my members are having a loggin-in problem.vb keeps telling them wrong username or password,quota used up.....only emptying the strikes table allows them to log-in again!

anyone help please????

any coders?pleasE?

*bump

*bump

rogersnm
06-18-2006, 04:57 PM
I didn't have the time to write a tutorial but just add a cron task with the url ./includes/cron/strike_prune.php and upload the aattache dfile to includes/cron