The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
script cron
Hi, can someone help me, now he tries a few days, but does not go.
It needs a script to perform my command for vbulletin cron. I tried different ways db_query_write etc, but still was bad. It needs a cron to me in such a command, practised Code:
UPDATE `MYDATABASENAME`.`PREFIX_setting` SET `value` = '50' WHERE CONVERT( `vBsetting`.`varname` USING utf8 ) = 'zbomb' LIMIT 1 ; Sory for my bad english. |
#2
|
||||
|
||||
Please post your whole script. Also, is this cron a vBulletin Scheduled Task, or a Unix cronjob?
|
#3
|
|||
|
|||
vBulletin Scheduled task.
|
#4
|
|||
|
|||
And the contents of the script?
|
#5
|
||||
|
||||
If it is a scheduled task, you need more in your script than just that query. Something more like:
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|