Adult Script Pro Community Forums

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.

#1 2015-04-11 21:16:04

sauce
Member
Registered: 2014-07-20
Posts: 71

2.0.2 How to Enable video_queue


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

#2 2015-04-12 10:34:28

symtab
Administrator
Registered: 2010-08-23
Posts: 7,501
Website

Re: 2.0.2 How to Enable video_queue

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

#3 2015-04-12 12:32:46

sauce
Member
Registered: 2014-07-20
Posts: 71

Re: 2.0.2 How to Enable video_queue

How do I add?

Offline

Board footer

Powered by FluxBB