' . 'Amazon', ' ' . 'Dropbox', ' ' . 'Google Drive', ' ' . 'OneDrive', ' ' . 'FTP/SFTP' ); ?> " data-tooltip="">

{$archive_build_mode}"; ?>    
 
render('admin_pages/packages/setup/archive-filter-files-tab', array ( 'package' => $Package )); ?>
Database->FilterOn) ? "checked='checked'" : ""; ?> /> " data-tooltip="">
 
get_results("SHOW FULL TABLES FROM `" . DB_NAME . "` WHERE Table_Type = 'BASE TABLE' ", ARRAY_N); $num_rows = count($tables); $next_row = round($num_rows / 4, 0); $counter = 0; $tableList = explode(',', $Package->Database->FilterTables); echo '
'; foreach ($tables as $table) { if (DUP_Util::isTableExists($table[0])) { if (DUP_Util::isWPCoreTable($table[0])) { $core_css = 'core-table'; $core_note = '*'; } else { $core_css = 'non-core-table'; $core_note = ''; } if (in_array($table[0], $tableList)) { $checked = 'checked="checked"'; $css = 'text-decoration:line-through'; } else { $checked = ''; $css = ''; } echo "
"; $counter++; if ($next_row <= $counter) { echo '
'; $counter = 0; } } } echo '
'; ?>
excluded from the database script. ", 'duplicator'); _e("Excluding certain tables can cause your site or plugins to not work correctly after install!
", 'duplicator'); _e(" Use caution when excluding tables! It is highly recommended to not exclude WordPress core tables*, unless you know the impact.", 'duplicator'); ?>


" data-tooltip="">   [] Database->Compatible); $is_mysql40 = in_array('mysql40', $modes); $is_no_table = in_array('no_table_options', $modes); $is_no_key = in_array('no_key_options', $modes); $is_no_field = in_array('no_field_options', $modes); ?>
> > > >


 

" data-tooltip="">
:" data-tooltip="">

Installer->OptsSecureOn) ? $Package->Installer->OptsSecureOn : 0; $dup_install_secure_pass = isset($Package->Installer->OptsSecurePass) ? DUP_Util::installerUnscramble($Package->Installer->OptsSecurePass) : ''; ?> /> " data-tooltip="">


" style="width:16px; height:12px" />


title = __('Reset Package Settings?', 'duplicator'); $confirm1->message = __('This will clear and reset all of the current package settings. Would you like to continue?', 'duplicator'); $confirm1->jscallback = 'Duplicator.Pack.ResetSettings()'; $confirm1->initConfirm(); $default_name1 = DUP_Package::getDefaultName(); $default_name2 = DUP_Package::getDefaultName(false); ?>