Prechecking
Clipbucket requires following modules in order to work properly, we are performing some initial search to find modules.
Click here for why we need these modules
- PHP
$php_ver = check_module('php'); ?>
- =msg_arr($php_ver);?>
- PHP-gd
$phpgd = check_module('phpgd'); ?>
- =msg_arr($phpgd);?>
- FFMPEG
$ffmpeg_ver = check_module('ffmpeg'); ?>
- =msg_arr($ffmpeg_ver);?>
- FLVtool2
$flvtool2_ver = check_module('flvtool2'); ?>
- =msg_arr($flvtool2_ver);?>
- MP4Box
$mp4boxver = check_module('mp4box'); ?>
- =msg_arr($mp4boxver);?>
- cURL
$curlver = check_module('curl'); ?>
- =msg_arr($curlver);?>
- PHPShield
$phpshield = check_module('phpshield'); ?>
- =msg_arr($phpshield);?>