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

Dir : /home/trave494/islandpc.ca/wp-content/plugins/backupbuddy/controllers/pages/_ms_import/
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/islandpc.ca/wp-content/plugins/backupbuddy/controllers/pages/_ms_import/_step8.php

<?php
echo $this->status_box( 'Cleaning up . . .' );
echo '<div id="pb_importbuddy_working" style="width: 100px;"><center><img src="' . pb_backupbuddy::plugin_url() . '/images/working.gif" title="Working... Please wait as this may take a moment..."></center></div>';
flush();

$this->load_backup_dat(); // Set up backup data from the backupbuddy_dat.php.

$url = '';
if ( is_subdomain_install() ) {
	$url = 'http://' . $_POST[ 'blog_path' ];
} else {
	global $current_site;
	$url = 'http://' . $current_site->domain . $_POST[ 'blog_path' ];
}


if ( isset( $_POST['delete_backup'] ) && ( $_POST['delete_backup'] == '1' ) ) {
	$this->status( 'message', 'Deleting backup file.' );
	$this->remove_file( $this->import_options[ 'file' ], 'backup .ZIP file', true );
} else {
	$this->status( 'message', 'Skipping backup file deletion.' );
}

if ( isset( $_POST['delete_temp'] ) && ( $_POST['delete_temp'] == '1' ) ) {
	$this->status( 'message', 'Deleting temporary files.' );
	pb_backupbuddy::$filesystem->unlink_recursive( $this->import_options[ 'extract_to' ] );
} else {
	$this->status( 'message', 'Skipping temporary file deletion.' );
}


$this->status( 'message', 'Cleanup complete.' );
echo '<script type="text/javascript">jQuery("#pb_importbuddy_working").hide();</script>';
flush();
?>

<h3>Site Import Complete</h3>
Your site has been succesfully imported into the Multisite Network.

<br><br>

<b>Site</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<a href="<?php echo $url; ?>"><?php echo $url; ?></a>