| Server IP : 213.186.33.4 / Your IP : 216.73.216.193 Web Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : awebpaca ( 35430) PHP Version : 8.5.0 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/awebpaca/visitevirtuelle/administrator/components/com_akeeba/views/backup/tmpl/ |
Upload File : |
<?php
/**
* @package AkeebaBackup
* @copyright Copyright (c)2009-2014 Nicholas K. Dionysopoulos
* @license GNU General Public License version 3, or later
*
* @since 1.3
*/
// Protect from unauthorized access
defined('_JEXEC') or die();
// Apply error container chrome if there are errors detected
$quirks_style = $this->haserrors ? 'alert-error' : "";
$formstyle = '';
$configuration = AEFactory::getConfiguration();
JHtml::_('behavior.framework');
?>
<!-- jQuery & jQuery UI detection. Also shows a big, fat warning if they're missing -->
<div id="nojquerywarning" style="margin: 1em; padding: 1em; background: #ffff00; border: thick solid red; color: black; font-size: 14pt;">
<h1 style="margin: 1em 0; color: red; font-size: 22pt;"><?php echo JText::_('AKEEBA_CPANEL_WARN_ERROR') ?></h1>
<p><?php echo JText::_('AKEEBA_CPANEL_WARN_JQ_L1B'); ?></p>
<p><?php echo JText::_('AKEEBA_CPANEL_WARN_JQ_L2'); ?></p>
</div>
<script type="text/javascript" language="javascript">
if(typeof akeeba.jQuery == 'function')
{
if(typeof akeeba.jQuery.ui == 'object')
{
akeeba.jQuery('#nojquerywarning').css('display','none');
}
}
</script>
<script type="text/javascript" language="javascript">
// Initialization
var default_short_descr = "<?php echo $this->default_descr ?>";
var config_angie_key = "<?php echo $this->angiekey ?>";
var jsp_key = "<?php echo $this->showjpskey ? $this->jpskey : '' ?>";
// Auto-resume setup
var akeeba_autoresume_enabled = <?php echo (int)$configuration->get('akeeba.advanced.autoresume', 1); ?>;
var akeeba_autoresume_timeout = <?php echo (int)$configuration->get('akeeba.advanced.autoresume_timeout', 10); ?>;
var akeeba_autoresume_maxretries = <?php echo (int)$configuration->get('akeeba.advanced.autoresume_maxretries', 3); ?>;
akeeba.jQuery(document).ready(function($){
// The return URL
akeeba_return_url = '<?php echo AkeebaHelperEscape::escapeJS($this->returnurl) ?>';
akeeba_is_stw = <?php echo ($this->isSTW) ? 'true' : 'false' ?>;
// Used as parameters to start_timeout_bar()
akeeba_max_execution_time = <?php echo $this->maxexec; ?>;
akeeba_time_bias = <?php echo $this->bias; ?>;
// Create a function for saving the editor's contents
akeeba_comment_editor_save = function() {
}
// Push some translations
akeeba_translations['UI-LASTRESPONSE'] = '<?php echo AkeebaHelperEscape::escapeJS(JText::_('BACKUP_TEXT_LASTRESPONSE')) ?>';
akeeba_translations['UI-STW-CONTINUE'] = '<?php echo AkeebaHelperEscape::escapeJS(JText::_('STW_MSG_CONTINUE')) ?>';
//Parse the domain keys
akeeba_domains = JSON.parse("<?php echo $this->domains ?>");
// Setup AJAX proxy URL
akeeba_ajax_url = 'index.php?option=com_akeeba&view=backup&task=ajax';
// Setup base View Log URL
akeeba_logview_url = '<?php echo JURI::base() ?>index.php?option=com_akeeba&view=log';
// Setup the IFRAME mode
akeeba_use_iframe = <?php echo $this->useiframe ?>;
// Publish the SRP info
akeeba_srp_info = JSON.parse('<?php echo json_encode($this->srpinfo) ?>');
<?php if( !$this->unwritableoutput && (($this->srpinfo['tag'] == 'restorepoint') || ($this->autostart)) ):?>
backup_start();
<?php else: ?>
// Bind start button's click event
$('#backup-start').bind("click", function(e){
backup_start();
});
$('#backup-default').click(akeeba_restore_backup_defaults);
// Work around Safari which ignores autocomplete=off (FOR CRYING OUT LOUD!)
setTimeout('akeeba_restore_backup_defaults();', 500);
<?php endif; ?>
});
</script>
<?php if(!version_compare(PHP_VERSION, '5.3.0', 'ge') && AEUtilComconfig::getValue('displayphpwarning', 1)): ?>
<div class="alert">
<a class="close" data-dismiss="alert" href="#">×</a>
<p><strong><?php echo JText::_('COM_AKEEBA_CONFIG_LBL_OUTDATEDPHP_HEADER') ?></strong><br/>
<?php echo JText::_('COM_AKEEBA_CONFIG_LBL_OUTDATEDPHP_BODY') ?>
</p>
<?php
if(function_exists('base64_encode')) {
$returnurl = '&returnurl=' . base64_encode(JURI::getInstance()->toString());
} else {
$returnurl = '';
}
?>
<p>
<a class="btn btn-small btn-primary" href="index.php?option=com_akeeba&view=cpanel&task=disablephpwarning&<?php echo JFactory::getSession()->getFormToken() ?>=1<?php echo $returnurl ?>">
<?php echo JText::_('COM_AKEEBA_CONFIG_LBL_OUTDATEDPHP_BUTTON'); ?>
</a>
</p>
</div>
<?php endif; ?>
<div id="backup-setup">
<h3><?php echo JText::_('BACKUP_HEADER_STARTNEW') ?></h3>
<script type="text/javascript" language="javascript">
function flipProfile()
{
(function($) {
// Save the description and comments
$('#flipDescription').val( $('#backup-description').val() );
$('#flipComment').val( $('#comment').val() );
document.forms.flipForm.submit();
})(akeeba.jQuery);
}
</script>
<?php if ($this->hasquirks && !$this->unwritableoutput): ?>
<div id="quirks" class="alert <?php echo $quirks_style ?>">
<h4 class="alert-heading"><?php echo JText::_('BACKUP_LABEL_DETECTEDQUIRKS') ?></h4>
<p><?php echo JText::_('BACKUP_LABEL_QUIRKSLIST') ?></p>
<?php echo $this->quirks; ?>
</div>
<?php endif; ?>
<?php if($this->unwritableoutput): $formstyle="style=\"display: none;\"" ?>
<div id="akeeba-fatal-outputdirectory" class="alert alert-error">
<?php if($this->srpinfo['tag'] == 'restorepoint'): ?>
<p>
<?php echo JText::_('BACKUP_ERROR_UNWRITABLEOUTPUT_SRP') ?>
</p>
<?php elseif($this->autostart): ?>
<p>
<?php echo JText::_('BACKUP_ERROR_UNWRITABLEOUTPUT_AUTOBACKUP') ?>
</p>
<?php else: ?>
<p>
<?php echo JText::_('BACKUP_ERROR_UNWRITABLEOUTPUT_NORMALBACKUP') ?>
</p>
<?php endif; ?>
<p>
<?php echo JText::sprintf(
'BACKUP_ERROR_UNWRITABLEOUTPUT_COMMON',
'index.php?option=com_akeeba&view=config',
'https://www.akeebabackup.com/warnings/q001.html'
) ?>
</p>
</div>
<?php endif; ?>
<?php $row = 1 ?>
<?php if(!$this->unwritableoutput):?>
<form action="index.php" method="post" name="flipForm" id="flipForm" class="well akeeba-formstyle-reset form-inline" autocomplete="off">
<input type="hidden" name="option" value="com_akeeba" />
<input type="hidden" name="view" value="backup" />
<input type="hidden" name="returnurl" value="<?php htmlentities($this->returnurl, ENT_COMPAT, 'UTF-8', false) ?>" />
<input type="hidden" name="description" id="flipDescription" value="" />
<input type="hidden" name="comment" id="flipComment" value="" />
<input type="hidden" name="<?php echo JFactory::getSession()->getFormToken()?>" value="1" />
<label>
<?php echo JText::_('CPANEL_PROFILE_TITLE'); ?>: #<?php echo $this->profileid; ?>
</label>
<?php echo JHTML::_('select.genericlist', $this->profilelist, 'profileid', 'onchange="flipProfile();"', 'value', 'text', $this->profileid); ?>
<button class="btn" onclick="flipProfile(); return false;">
<i class="icon-retweet"></i>
<?php echo JText::_('CPANEL_PROFILE_BUTTON'); ?>
</button>
</form>
<?php endif; ?>
<form id="dummyForm" <?php echo $formstyle ?> class="form-horizontal">
<div class="control-group">
<label class="control-label" for="description">
<?php echo JText::_('BACKUP_LABEL_DESCRIPTION'); ?>
</label>
<div class="controls">
<input type="text" name="description" value="<?php echo $this->description; ?>"
maxlength="255" size="80" id="backup-description" class="input-xxlarge" autocomplete="off" />
<span class="help-block"><?php echo JText::_('BACKUP_LABEL_DESCRIPTION_HELP'); ?></span>
</div>
</div>
<?php if($this->showjpskey): ?>
<div class="control-group">
<label class="control-label" for="jpskey">
<?php echo JText::_('CONFIG_JPS_KEY_TITLE'); ?>
</label>
<div class="controls">
<input type="password" name="jpskey" value="<?php echo htmlentities($this->jpskey, ENT_COMPAT, 'UTF-8', false) ?>"
size="50" id="jpskey" autocomplete="off" />
<span class="help-block"><?php echo JText::_('CONFIG_JPS_KEY_DESCRIPTION'); ?></span>
</div>
</div>
<?php endif; ?>
<?php if(AKEEBA_PRO && $this->showangiekey): ?>
<div class="control-group">
<label class="control-label" for="angiekey">
<?php echo JText::_('CONFIG_ANGIE_KEY_TITLE'); ?>
</label>
<div class="controls">
<input type="password" name="angiekey" value="<?php echo htmlentities($this->angiekey, ENT_COMPAT, 'UTF-8', false) ?>"
size="50" id="angiekey" autocomplete="off" />
<span class="help-block"><?php echo JText::_('CONFIG_ANGIE_KEY_DESCRIPTION'); ?></span>
</div>
</div>
<?php endif; ?>
<div class="control-group">
<label class="control-label" for="comment">
<?php echo JText::_('BACKUP_LABEL_COMMENT'); ?>
</label>
<div class="controls">
<textarea id="comment" rows="5" cols="73" class="input-xxlarge" autocomplete="off"><?php echo $this->comment ?></textarea>
<span class="help-block"><?php echo JText::_('BACKUP_LABEL_COMMENT_HELP'); ?></span>
</div>
</div>
<div class="form-actions">
<button class="btn btn-primary" id="backup-start" onclick="return false;">
<i class="icon-road icon-white"></i>
<?php echo JText::_('BACKUP_LABEL_START') ?>
</button>
<span class="btn btn-warning" id="backup-default">
<i class="icon-refresh icon-white"></i>
<?php echo JText::_('BACKUP_LABEL_RESTORE_DEFAULT')?>
</span>
</div>
</form>
</div>
<div id="angie-password-warning" class="alert alert-danger alert-error" style="display: none">
<h1><?php echo JText::_('BACKUP_ANGIE_PASSWORD_WARNING_HEADER')?></h1>
<p><?php echo JText::_('BACKUP_ANGIE_PASSWORD_WARNING_1')?></p>
<p><?php echo JText::_('BACKUP_ANGIE_PASSWORD_WARNING_2')?></p>
<p><?php echo JText::_('BACKUP_ANGIE_PASSWORD_WARNING_3')?></p>
</div>
<div id="backup-progress-pane" style="display: none">
<div class="alert">
<i class="icon-warning-sign"></i>
<?php echo JText::_('BACKUP_TEXT_BACKINGUP'); ?>
</div>
<fieldset>
<legend><?php echo JText::_('BACKUP_LABEL_PROGRESS') ?></legend>
<div id="backup-progress-content">
<div id="backup-steps">
</div>
<div id="backup-status" class="well">
<div id="backup-step"></div>
<div id="backup-substep"></div>
</div>
<div id="backup-percentage" class="progress">
<div class="bar" style="width: 0%"></div>
</div>
<div id="response-timer">
<div class="color-overlay"></div>
<div class="text"></div>
</div>
</div>
<span id="ajax-worker"></span>
</fieldset>
</div>
<div id="backup-complete" style="display: none">
<div class="alert alert-success alert-block">
<h2 class="alert-heading"><?php echo JText::_(empty($this->returnurl) ? 'BACKUP_HEADER_BACKUPFINISHED' : 'BACKUP_HEADER_BACKUPWITHRETURNURLFINISHED'); ?></h2>
<div id="finishedframe">
<p>
<?php if(empty($this->returnurl)): ?>
<?php echo JText::_('BACKUP_TEXT_CONGRATS') ?>
<?php else: ?>
<?php echo JText::_('BACKUP_TEXT_PLEASEWAITFORREDIRECTION') ?>
<?php endif; ?>
</p>
<?php if(empty($this->returnurl)): ?>
<a class="btn btn-primary btn-large" href="<?php echo JURI::base() ?>index.php?option=com_akeeba&view=buadmin">
<i class="icon-inbox icon-white"></i>
<?php echo JText::_('BUADMIN'); ?>
</a>
<a class="btn" id="ab-viewlog-success" href="<?php echo JURI::base() ?>index.php?option=com_akeeba&view=log">
<i class="icon-list-alt"></i>
<?php echo JText::_('VIEWLOG'); ?>
</a>
<?php endif; ?>
</div>
</div>
</div>
<div id="backup-warnings-panel" style="display:none">
<div class="alert">
<h3 class="alert-heading"><?php echo JText::_('BACKUP_LABEL_WARNINGS') ?></h3>
<div id="warnings-list">
</div>
</div>
</div>
<div id="retry-panel" style="display: none">
<div class="alert alert-warning">
<h3 class="alert-heading"><?php echo JText::_('BACKUP_HEADER_BACKUPRETRY'); ?></h3>
<div id="retryframe">
<p><?php echo JText::_('BACKUP_TEXT_BACKUPFAILEDRETRY') ?></p>
<p>
<strong>
<?php echo JText::_('BACKUP_TEXT_WILLRETRY') ?>
<span id="akeeba-retry-timeout">0</span>
<?php echo JText::_('BACKUP_TEXT_WILLRETRYSECONDS') ?>
</strong>
<br/>
<button class="btn btn-danger btn-small" onclick="akeeba_cancel_resume_backup(); return false;">
<span class="icon-cancel"></span>
<?php echo JText::_('UI-MULTIDB-CANCEL'); ?>
</button>
<button class="btn btn-success btn-small" onclick="akeeba_resume_backup(); return false;">
<span class="icon-ok-circle"></span>
<?php echo JText::_('BACKUP_TEXT_BTNRESUME'); ?>
</button>
</p>
<p><?php echo JText::_('BACKUP_TEXT_LASTERRORMESSAGEWAS') ?></p>
<p id="backup-error-message-retry">
</p>
</div>
</div>
</div>
<div id="error-panel" style="display: none">
<div class="alert alert-error">
<h3 class="alert-heading"><?php echo JText::_('BACKUP_HEADER_BACKUPFAILED'); ?></h3>
<div id="errorframe">
<p><?php echo JText::_('BACKUP_TEXT_BACKUPFAILED') ?></p>
<p id="backup-error-message">
</p>
<?php if(AKEEBA_PRO):?>
<p>
<?php echo JText::_('BACKUP_TEXT_READLOGFAILPRO') ?>
</p>
<?php else: ?>
<p>
<?php echo JText::_('BACKUP_TEXT_READLOGFAIL') ?>
</p>
<?php endif; ?>
<div class="alert alert-block alert-info">
<p>
<?php if(AKEEBA_PRO):?>
<?php echo JText::_('BACKUP_TEXT_RTFMTOSOLVEPRO') ?>
<?php endif; ?>
<?php echo JText::sprintf('BACKUP_TEXT_RTFMTOSOLVE', 'https://www.akeebabackup.com/documentation/troubleshooter/abbackup.html?utm_source=akeeba_backup&utm_campaign=backuperrorlink') ?>
</p>
<p>
<?php if(AKEEBA_PRO):?>
<?php echo JText::sprintf('BACKUP_TEXT_SOLVEISSUE_PRO', 'https://www.akeebabackup.com/support.html?utm_source=akeeba_backup&utm_campaign=backuperrorpro') ?>
<?php else: ?>
<?php echo JText::sprintf('BACKUP_TEXT_SOLVEISSUE_CORE', 'https://www.akeebabackup.com/subscribe.html?utm_source=akeeba_backup&utm_campaign=backuperrorcore','https://www.akeebabackup.com/support.html?utm_source=akeeba_backup&utm_campaign=backuperrorcore') ?>
<?php endif; ?>
<?php echo JText::sprintf('BACKUP_TEXT_SOLVEISSUE_LOG', 'index.php?option=com_akeeba&view=log') ?>
</p>
</div>
<?php if(AKEEBA_PRO):?>
<a class="btn btn-large btn-success" href="index.php?option=com_akeeba&view=alices">
<i class="icon-list-alt icon-white"></i>
<?php echo JText::_('BACKUP_ANALYSELOG') ?>
</a>
<?php endif; ?>
<button class="btn btn-large btn-primary" onclick="window.location='https://www.akeebabackup.com/documentation/troubleshooter/abbackup.html?utm_source=akeeba_backup&utm_campaign=backuperrorbutton'; return false;">
<i class="icon-share-alt icon-white"></i>
<?php echo JText::_('BACKUP_TROUBLESHOOTINGDOCS') ?>
</button>
<a class="btn" id="ab-viewlog-error" href="<?php echo JURI::base() ?>index.php?option=com_akeeba&view=log">
<i class="icon-list-alt"></i>
<?php echo JText::_('VIEWLOG'); ?>
</a>
</div>
</div>
</div>