Вход Регистрация
Файл: adultscript-2.0.3-pro/files/cron/scripts/video_convert.php
Строк: 20
<?php
defined
('_VALID') or die('Restricted Access!');
function 
cron_video_convert()
{
    
update_script('video_convflv'TRUEFALSE);

    
$time       time();
    
$run        true;

    
$cmd        VF::cfg_item('php_cli_path').' '.BASE_DIR.'/modules/video/scripts/convert_flv.php';
    if (
VProcess::is_running($cmd)) {
        
VLog::write('EXTRACT: Thumb extraction script is already running!');
        
update_script('video_thumb'falsetrue);

        return;
    }

    
VLog::write('EXTRACT: executing '.$cmd);
    
exec(escapeshellcmd($cmd). ' >/dev/null &');
    
    
update_script('video_convflv'FALSETRUE);
}
Онлайн: 0
Реклама