Quote:
I cant get it to work..
It dont create any on "Scheduled Tasks"...
And it dont move any Thread....
Can you help me?
And plz post the Scheduled Task info... So i can add it manuel.
Thx
|
run this query in your forum database :
Code:
INSERT INTO " . TABLE_PREFIX . "cron (weekday,day,hour,minute,filename,loglevel,active,varname, volatile,product)) VALUES (-1, 10, 0, 'a:1:{i:0;i:0;}', './includes/cron/cronautodelete.php', 1, 'Auto Delete/Move Thread After X days')
make sure that you've uploaded the file cronautodelete.php in ./includes/cron/cronautodelete.php
and It should be working now...
thanks all for your suggestions,and It will be done soon