PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/plugins/backupbuddy/classes/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/demo2024feb.kerihosting.com/wp-content/plugins/backupbuddy/classes/view_backup.php

<?php
$this->admin_scripts();

// Used for drag & drop / collapsing boxes.
wp_enqueue_style('dashboard');
wp_print_styles('dashboard');
wp_enqueue_script('dashboard');
wp_print_scripts('dashboard');
?>
<div class="wrap">
<?php
// Show warning if loopback connections are not available.
if ( ( $loopback_response = $this->_parent->loopback_test() ) !== true ) {
	if ( defined( 'ALTERNATE_WP_CRON' ) && ( ALTERNATE_WP_CRON == true ) ) {
		$this->alert( __('Running in Alternate WordPress Cron mode. HTTP Loopback Connections are not enabled on this server but you have overridden this in the wp-config.php file (this is a good thing).', 'it-l10n-backupbuddy') . '<a href="http://ithemes.com/codex/page/BackupBuddy:_Frequent_Support_Issues#HTTP_Loopback_Connections_Disabled" target="_new">' . __('Additional Information Here', 'it-l10n-backupbuddy') . '</a>.' );
	} else {
		$this->alert( __('HTTP Loopback Connections are not enabled on this server. You may encounter stalled or significantly delayed backups.', 'it-l10n-backupbuddy') . ' <a href="http://ithemes.com/codex/page/BackupBuddy:_Frequent_Support_Issues#HTTP_Loopback_Connections_Disabled" target="_new">' . __('Click for instructions on how to resolve this issue.', 'it-l10n-backupbuddy') . '</a>', true );
	}
}

// Test for exec
if ( !file_exists( $this->_options['backup_directory'] ) ) {
	if ( $this->_parent->mkdir_recursive( $this->_options['backup_directory'] ) === false ) {
		$this->alert( __('Unable to create backup storage directory', 'it-l10n-backupbuddy') . ' (' . $this->_options['backup_directory'] . ')', true, '9002' );
		return false;
	}
}

require_once( $this->_pluginPath . '/lib/zipbuddy/zipbuddy.php' );
$this->_zipbuddy = new pluginbuddy_zipbuddy( $this->_options['backup_directory'] );
if ( !in_array( 'exec', $this->_zipbuddy->_zip_methods ) ) {
	$this->alert(   __('Your server does not support command line ZIP. Backups will be performed in compatibility mode.', 'it-l10n-backupbuddy') 
				    . '<br>' 
				    . __('Directory/file exclusion is not available in this mode so even existing backups will be backed up.', 'it-l10n-backupbuddy') 
				    . '<br>' 
				    . __('You may encounter stalled or significantly delayed backups.', 'it-l10n-backupbuddy') 
				    .  '<a href="http://ithemes.com/codex/page/BackupBuddy:_Frequent_Support_Issues#Compatibility_Mode" target="_new">' 
				    . __('Click for instructions on how to resolve this issue.', 'it-l10n-backupbuddy') 
				    . '</a>'
				  , true 
				  );
}


if ( isset( $_GET['run_backup'] ) ) {
	if ( $this->_options['backup_mode'] == '2' ) {
		require_once( 'view_backup-run_backup-perform.php' );
	} else {
		require_once( 'view_backup-run_backup-perform_classic.php' );
	}
} else {
	require_once( 'view_backup-run_backup-home.php' );
}
?>
</div>

<br /><br />