The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
?
Start automatic conversion
// we only allow this script to be executed if the password is set correctly
if ($secret != md5(VF::cfg_item('secret'))) {
VLog::add('CRON: called with empty or incorrect code! Aborting...');
exit;
-----------------------------------------------------------------------------------------------------
if ($status === 0) {
// dont run script if status is 0
continue;
}
-----------------------------------------------------------------------------------------------------
else {
VLog::add('Module '.$module.' not enabled! No cron execution (script: '.$script['slug'].')!');
}
Last edited by sauce (2015-04-11 21:28:38)
Offline
You need to add a cron script that executes every minute. The video queue will be automatically checked and executed if there are any videos queued.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
How do I add?
Offline
Pages: 1