
07-17-2007, 11:53 AM
|
 |
|
|
Join Date: Jun 2004
Location: Sudan
Posts: 107
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by adc-arab
thx alot ^^ but i don'est add any cron job in v 3.6.7 pl1 >.>
how can i add it manually without running sql Query
|
PHP Code:
INSERT INTO cron VALUES (-1, 10, 0, 'a:1:{i:0;i:0;}', './includes/cron/cronautodelete.php', 1, 'Auto Delete/Move Thread After X days');
Quote:
Originally Posted by tandy
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')
Give me
#1064 - Erreur de syntaxe pr賠de '" . TABLE_PREFIX . "cron (weekday,day,hour,minute,filename,logle' ࠬa ligne 1
|
try this:
PHP Code:
INSERT INTO cron VALUES (-1, 10, 0, 'a:1:{i:0;i:0;}', './includes/cron/cronautodelete.php', 1, 'Auto Delete/Move Thread After X days');
Quote:
Originally Posted by patrickstar
very nice, will it work with 3.6.7?
does the timer start when the thread was created or when the last post was made?
|
revire the mod. options, it will do it
Quote:
Originally Posted by voclain
Quick questions...I'm just about to install this...I will have it up in a few minutes.
But....what I want to know is once it's installed...and I have applied it to my specific forum that I want to apply it to.
WILL it then do the action to everything that is CURRENTLY in that FORUM??? or will it only do it to NEW THREADS/POST that come in AFTER the Hack is installed???
JUST WONDERING???
Kirk
|
he will work on the both 
old/new topics
|