Viewing file: new3.base.php (8.96 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
require_once (DUPLICATOR_PLUGIN_PATH . 'classes/package.php');
$Package = DUP_Package::GetActive();
?>
<style>
div#dup-progress-area {text-align:center; max-width:800px; min-height:200px; border:1px solid silver; border-radius:5px; margin:25px auto 10px auto; padding:0px; box-shadow: 0 8px 6px -6px #999;}
div#dup-progress-area div.inner {padding:10px; line-height:22px}
div#dup-progress-area h2.title {background-color:#efefef; margin:0px}
div#dup-progress-area span.label {font-weight:bold}
div#dup-msg-success {color:#18592A; padding:5px;}
div#dup-msg-success fieldset,
div#dup-msg-error fieldset {text-align:left; width:95%; border:1px solid #dfdfdf; border-radius:5px;}
div.dup-msg-error-area {overflow-y: scroll; padding:5px 15px 5px 15px; max-height:150px; max-width: 700px}
div.dup-msg-success-stats{color:#999;margin:10px 0px 0px 0px}
div.dup-msg-success-links {margin:20px 5px 5px 5px; font-size: 14px; font-weight: bold}
div#dup-msg-error {color:#A62426; padding:5px;}
div#dup-progress-area div.done-title {font-size:22px; font-weight:bold; margin:0px 0px 10px 0px}
div#dup-logs {text-align:center; margin:auto; padding:5px; width:350px;}
div#dup-logs a {font-size:15px; text-decoration:none !important; display:inline-block; margin:20px 0px 5px 0px}
div.dup-button-footer {text-align:right; margin:20px 10px 0px 0px}
button.button {font-size:16px !important; height:30px !important; font-weight:bold; padding:0px 10px 5px 10px !important; min-width: 150px }
span.dup-btn-size {font-size:11px;font-weight: normal}
</style>
<!-- =========================================
TOOL BAR: STEPS -->
<table id="dup-toolbar">
<tr valign="top">
<td style="white-space: nowrap">
<div id="dup-wiz">
<div id="dup-wiz-steps">
<div class="completed-step"><a><span>1</span> <?php _e('Setup', 'wpduplicator'); ?></a></div>
<div class="completed-step"><a><span>2</span> <?php _e('Scan', 'wpduplicator'); ?> </a></div>
<div class="active-step"><a><span>3</span> <?php _e('Build', 'wpduplicator'); ?> </a></div>
</div>
<div id="dup-wiz-title">
<?php _e('Step 3: Build Package', 'wpduplicator'); ?>
</div>
</div>
</td>
<td class="dup-toolbar-btns">
<a id="dup-pro-create-new" href="?page=duplicator" class="add-new-h2"><i class="fa fa-archive"></i> <?php _e("All Packages", 'wpduplicator'); ?></a>
<span> <?php _e("Create New", 'wpduplicator'); ?></span>
</td>
</tr>
</table>
<hr style="margin-bottom:10px">
<form id="form-duplicator" method="post" action="?page=duplicator">
<!-- PROGRESS BAR -->
<div id="dup-progress-bar-area">
<h2><i class="fa fa-cog fa-spin"></i> <?php _e('Building Package', 'wpduplicator'); ?></h2>
<div id="dup-progress-bar"></div>
<b><?php _e('Please Wait...', 'wpduplicator'); ?></b><br/><br/>
<i><?php _e('Keep this window open during the build process.', 'wpduplicator'); ?></i><br/>
<i><?php _e('This may take several minutes.', 'wpduplicator'); ?></i><br/>
</div>
<div id="dup-progress-area" class="dup-panel" style="display:none">
<div class="dup-panel-title dup-box-title-fancy"><b style="font-size:18px"><?php _e('Build Status', 'wpduplicator'); ?></b></div>
<div class="dup-panel-panel">
<!-- =========================
SUCCESS MESSAGE -->
<div id="dup-msg-success" style="display:none">
<div class="dup-hdr-success">
<i class="fa fa-check-square-o fa-lg"></i> <?php _e('Package Completed', 'wpduplicator'); ?>
</div>
<div class="dup-msg-success-stats">
<b><?php _e('Name', 'wpduplicator'); ?>:</b> <span id="data-name-hash"></span><br/>
<b><?php _e('Process Time', 'wpduplicator'); ?>:</b> <span id="data-time"></span><br/>
</div><br/>
<button id="dup-btn-installer" class="button button-primary button-large">
<i class="fa fa-bolt"></i> <?php _e("Installer", 'wpduplicator') ?>
<span id="dup-btn-installer-size" class="dup-btn-size"></span>
</button>
<button id="dup-btn-archive" class="button button-primary button-large">
<i class="fa fa-file-archive-o"></i> <?php _e("Archive", 'wpduplicator') ?>
<span id="dup-btn-archive-size" class="dup-btn-size"></span>
</button><br/><br/>
<div class="dup-msg-success-links">
<?php printf("<a href='?page=duplicator'>[ %s ]</a>", __('All Packages', 'wpduplicator'));?>
<?php //printf("<a href='?page=duplicator&tab=new1'>[ %s ]</a>", __('Create Another Package', 'wpduplicator'));?>
</div><br/>
<!-- Used for iMacros testing do not remove -->
<div id="dup-automation-imacros"></div>
</div>
<!-- =========================
ERROR MESSAGE -->
<div id="dup-msg-error" style="display:none">
<div class="done-title"><i class="fa fa-chain-broken"></i> <?php _e('Build Interrupt', 'wpduplicator'); ?></div>
<b><?php _e('The current build has experienced an issue.', 'wpduplicator'); ?></b><br/>
<i><?php _e('Please try the process again.', 'wpduplicator'); ?></i><br/><br/>
<input type="button" style="margin-right:10px;" class="button" value="<?php _e('Diagnose', 'wpduplicator'); ?>" onclick="window.open('http://lifeinthegrid.com/support/knowledgebase.php?article=12#faq-trouble-timeout', '_blank');return false;" />
<input type="button" class="button" value="<?php _e('Try Again', 'wpduplicator'); ?>" onclick="window.location = 'admin.php?page=duplicator'" />
<fieldset>
<legend><b><i class="fa fa-exclamation"></i> <?php _e('Details', 'wpduplicator'); ?></b></legend>
<div class="dup-msg-error-area">
<div id="dup-msg-error-response-status">
<span class="label"><?php _e("Server Status:", 'wpduplicator'); ?></span>
<span class="data"></span>
</div>
<div id="dup-msg-error-response-text">
<span class="label"><?php _e("Error Message:", 'wpduplicator'); ?></span><br/>
<span class="data"></span>
</div>
</div>
</fieldset><br/>
<fieldset style="color:#777">
<legend><b> <?php _e('Notice', 'wpduplicator'); ?></b></legend>
<div class="dup-msg-error-area">
<?php printf('<b><i class="fa fa-folder-o"></i> %s %s</b> <br/> %s',
__('Build Folder:'),
DUPLICATOR_SSDIR_PATH_TMP,
__("Some servers close connections quickly; yet the build can continue to run in the background. To validate if a build is still running; open the 'tmp' folder above and see if the archive file is growing in size. If it is not then your server has strict timeout constraints. Please visit the support page for additional resources.", 'wpduplicator')
);
?> <br/>
</div>
</fieldset>
<!-- LOGS -->
<div id="dup-logs">
<div style="font-weight:bold">
<a href='javascript:void(0)' onclick='Duplicator.OpenLogWindow()'> <?php _e('Package Log', 'wpduplicator');?> </a>
</div>
<br/>
</div>
</div>
</div>
</div>
</form>
<script type="text/javascript">
jQuery(document).ready(function($) {
/* ----------------------------------------
* METHOD: Performs Ajax post to create a new package
* Timeout (10000000 = 166 minutes) */
Duplicator.Pack.Create = function() {
var data = {action : 'duplicator_package_build'}
$.ajax({
type: "POST",
url: ajaxurl,
dataType: "json",
timeout: 10000000,
data: data,
beforeSend: function() {},
complete: function() {},
success: function(data) {
$('#dup-progress-bar-area').hide();
$('#dup-progress-area, #dup-msg-success').show(300);
var Pack = data.Package;
var InstallURL = Pack.StoreURL + Pack.Installer.File + "?get=1&file=" + Pack.Installer.File;
var ArchiveURL = Pack.StoreURL + Pack.Archive.File + "?get=1";
$('#dup-btn-archive-size').append(' (' + data.ZipSize + ')')
$('#data-name-hash').text(Pack.NameHash || 'error read');
$('#data-time').text(data.Runtime || 'unable to read time');
//Wire Up Downloads
$('#dup-btn-installer').on("click", {name: InstallURL }, Duplicator.Pack.DownloadFile );
$('#dup-btn-archive').on("click", {name: ArchiveURL }, Duplicator.Pack.DownloadFile );
//Imacros testing required
$('#dup-automation-imacros').html('<input type="hidden" id="dup-finished" value="done" />');
},
error: function(data) {
$('#dup-progress-bar-area').hide();
$('#dup-progress-area, #dup-msg-error').show(200);
var status = data.status + ' -' + data.statusText;
var response = (data.responseText != undefined && data.responseText.length > 1) ? data.responseText : 'Unknown Error - See Log File';
$('#dup-msg-error-response-status span.data').html(status)
$('#dup-msg-error-response-text span.data').html(response);
console.log(data);
}
});
return false;
}
//Page Init:
Duplicator.UI.AnimateProgressBar('dup-progress-bar');
Duplicator.Pack.Create();
});
</script>
|