clipbucket/upload/cb_install/modes/precheck.php
Fahad Abbas 7213faa720 modified : Imagick module precheck
modified : Imagick module precheck
modified :   upload pages broken (fixed)
2015-05-29 11:08:05 +00:00

76 lines
2.8 KiB
PHP

<?php
$php_ver = check_module('php');
?>
</div>
<div class="nav_des clearfix">
<div class="cb_container">
<h4 style="color:#fff;">Prechecking</h4>
<p style="color:#fff; font-size:13px;">Clipbucket requires following modules in order to work properly, we are performing some initial search to find modules.
<a href="http://docs.clip-bucket.com/clipbucket-docs/clipbucket-installation#requirments" style="color:#fff;text-decoration:underline;">Click here</a> for why we need these modules
<p></p>
</div><!--cb_container-->
</div><!--nav_des-->
<div class="cb_container">
<div style="margin-top: 18px;margin-left: 135px;" >
<script src="//www.googletagservices.com/tag/js/gpt.js">
googletag.pubads().definePassback('/152929750/cb_installer_horizontal_banner', [[728, 90], [970, 90]]).display();
</script>
</div>
</div>
<? ?>
<div id="sub_container" >
<dl>
<dt class="grey-text">PHP</dt>
<?php $php_ver = check_module('php'); ?>
<dd><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($php_ver);?></span></dd>
<dt class="grey-text">FFMPEG</dt>
<?php $ffmpeg_ver = check_module('ffmpeg'); ?>
<dd style="background-color:#fff;"><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($ffmpeg_ver);?></span></dd>
<dt class="grey-text">FLVtool2</dt>
<?php $flvtool2_ver = check_module('flvtool2'); ?>
<dd><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($flvtool2_ver);?></span></dd>
<dt class="grey-text">MP4Box</dt>
<?php $mp4boxver = check_module('mp4box'); ?>
<dd style="background-color:#fff;"><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($mp4boxver);?></span></dd>
<dt class="grey-text">cURL</dt>
<?php $curlver = check_module('curl'); ?>
<dd><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($curlver);?></span></dd>
<dt class="grey-text">PHPShield</dt>
<?php $phpshield = check_module('phpshield'); ?>
<dd style="background-color:#fff;"><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($phpshield);?></span></dd>
<dt class="grey-text">ImageMagick</dt>
<?php $imagick = check_module('imagick'); ?>
<dd style="background-color:#fff;"><span style="margin-left:60px;" class="grey-text"><?php echo msg_arr($imagick);?></span></dd>
</dl>
<form name="installation" method="post" id="installation">
<input type="hidden" name="mode" value="permission" />
<div style="padding:10px 0px" align="right"><?php echo button('Continue To Next Step',' onclick="$(\'#installation\').submit()" '); ?></div>
</form>
<style>
</style>