Server IP : 192.64.118.117 / Your IP : 3.144.13.165 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/www/wp-content/plugins/duplicator/views/packages/main/ |
Upload File : |
<?php defined('ABSPATH') || defined('DUPXABSPATH') || exit; ?> <style> /* ----------------------------- PACKAGE OPTS*/ form#dup-form-opts label {line-height:22px} form#dup-form-opts input[type=checkbox] {margin-top:3px} form#dup-form-opts textarea, input[type="text"] {width:100%} form#dup-form-opts textarea#filter-dirs {height:95px;} form#dup-form-opts textarea#filter-exts {height:27px} textarea#package-notes {height:75px;} div.dup-notes-add {float:right; margin:-4px 2px 4px 0;} div#dup-notes-area {display:none} input#package-name {padding:4px; height: 2em; font-size: 1.2em; line-height: 100%; width: 100%; margin: 0 0 3px;} label.lbl-larger {font-size:1.2em} /*ARCHIVE SECTION*/ form#dup-form-opts div.tabs-panel{max-height:800px; padding:10px; min-height:280px} form#dup-form-opts ul li.tabs{font-weight:bold} sup.archive-ext {font-style:italic;font-size:10px; cursor: pointer; vertical-align: baseline; position: relative; top: -0.8em; font-weight: normal} ul.category-tabs li {padding:4px 15px 4px 15px} select#archive-format {min-width:100px; margin:1px 0 4px 0} span#dup-archive-filter-file {color:#A62426; display:none} span#dup-archive-filter-db {color:#A62426; display:none} span#dup-archive-db-only {color:#A62426; display:none} div#dup-file-filter-items, div#dup-db-filter-items {padding:5px 0;} div#dup-db-filter-items {font-stretch:ultra-condensed; font-family:Calibri; } form#dup-form-opts textarea#filter-files {height:85px} div.dup-quick-links {font-size:11px; float:right; display:inline-block; margin-top:2px; font-style:italic} div.dup-tabs-opts-help {font-style:italic; font-size:11px; margin:10px 0 0 10px; color:#777} /* Tab: Database */ table#dup-dbtables td {padding:1px 7px 1px 4px} label.core-table {color:#9A1E26;font-style:italic;font-weight:bold} i.core-table-info {color:#9A1E26;font-style:italic;} label.non-core-table {color:#000} label.non-core-table:hover, label.core-table:hover {text-decoration:line-through} table.dbmysql-compatibility td{padding:2px 20px 2px 2px} div.dup-store-pro {font-size:12px; font-style:italic;} div.dup-store-pro img {height:14px; width:14px; vertical-align:text-top} div.dup-store-pro a {text-decoration:underline} span.dup-pro-text {font-style:italic; font-size:12px; color:#555; font-style:italic } div#dup-exportdb-items-checked, div#dup-exportdb-items-off {min-height:275px; display:none} div#dup-exportdb-items-checked {padding: 5px; max-width:700px} /*INSTALLER SECTION*/ div.dup-installer-header-1 {font-weight:bold; padding-bottom:2px; width:100%} div.dup-install-hdr-2 {font-weight:bold; border-bottom:1px solid #dfdfdf; padding-bottom:2px; width:100%} span#dup-installer-secure-lock {color:#A62426; display:none; font-size:14px} span#dup-installer-secure-unlock {color:#A62426; display:none; font-size:14px} label.chk-labels {display:inline-block; margin-top:1px} table.dup-install-setup {width:100%; margin-left:2px} table.dup-install-setup tr{vertical-align: top} div.dup-installer-panel-optional {text-align: center; font-style: italic; font-size: 12px; color:maroon} div.secure-pass-area {} label.secure-pass-lbl {display:inline-block; width:125px} div#dup-pass-toggle {position: relative; margin:8px 0 0 0; width:243px} input#secure-pass {border-radius:4px 0 0 4px; width:217px; height: 23px; min-height: auto; margin:0; padding: 0 4px;} button.pass-toggle {height: 23px; width: 27px; position:absolute; top:0px; right:0px; border:1px solid silver; border-radius:0 4px 4px 0; cursor:pointer} /*TABS*/ ul.add-menu-item-tabs li, ul.category-tabs li {padding:3px 30px 5px} div.dup-install-prefill-tab-pnl {min-height:180px !important; } </style> <?php $action_url = admin_url("admin.php?page=duplicator&tab=new2&retry={$retry_state}"); $action_nonce_url = wp_nonce_url($action_url, 'new2-package'); $storage_position = DUP_Settings::Get('storage_position'); ?> <form id="dup-form-opts" method="post" action="<?php echo $action_nonce_url; ?>" data-parsley-validate="" autocomplete="oldpassword"> <input type="hidden" id="dup-form-opts-action" name="action" value=""> <?php wp_nonce_field('dup_form_opts', 'dup_form_opts_nonce_field', false); ?> <div> <label for="package-name" class="lbl-larger"><b> <?php esc_html_e('Name', 'duplicator') ?>:</b> </label> <div class="dup-notes-add"> <a href="javascript:void(0)" onclick="jQuery('#dup-notes-area').toggle()"> [<?php esc_html_e('Add Notes', 'duplicator') ?>] </a> </div> <a href="javascript:void(0)" onclick="Duplicator.Pack.ResetName()" title="<?php esc_attr_e('Toggle a default name', 'duplicator') ?>"><i class="fa fa-undo"></i></a> <br/> <input id="package-name" name="package-name" type="text" value="<?php echo esc_html($Package->Name); ?>" maxlength="40" data-required="true" data-regexp="^[0-9A-Za-z|_]+$" /> <br/> <div id="dup-notes-area"> <label class="lbl-larger"><b> <?php esc_html_e('Notes', 'duplicator') ?>:</b></label> <br/> <textarea id="package-notes" name="package-notes" maxlength="300" /><?php echo esc_html($Package->Notes); ?></textarea> </div> </div> <br/> <!-- =================== STORAGE --> <div class="dup-box"> <div class="dup-box-title"> <i class="fas fa-database fa-sm"></i> <?php esc_html_e("Storage", 'duplicator'); ?> <div class="dup-box-arrow"></div> </div> <div class="dup-box-panel" id="dup-pack-storage-panel" style="<?php echo esc_html($ui_css_storage); ?>"> <div style="text-align: right; padding:0 5px 3px 0"> <a href="admin.php?page=duplicator-settings&tab=storage"><?php esc_html_e("[Storage Options]", 'duplicator'); ?> </a> </div> <table class="widefat package-tbl" style="margin-bottom:15px" > <thead> <tr> <th style='width:200px'><?php esc_html_e("Name", 'duplicator'); ?></th> <th style='width:100px'><?php esc_html_e("Type", 'duplicator'); ?></th> <th style="white-space:nowrap"><?php esc_html_e("Location", 'duplicator'); ?></th> </tr> </thead> <tbody> <tr class="package-row"> <td> <i class="fa fa-server"></i> <?php esc_html_e('Default', 'duplicator');?> <i> <?php if ($storage_position === DUP_Settings::STORAGE_POSITION_LECAGY) { esc_html_e("(Legacy Path)", 'duplicator'); } else { esc_html_e("(Contents Path)", 'duplicator'); } ?> </i> </td> <td><?php esc_html_e("Local", 'duplicator'); ?></td> <td><?php echo DUP_Settings::getSsdirPath(); ?></td> </tr> <tr> <td colspan="4" style="padding:7px 0 7px 7px"> <div class="dup-store-pro"> <span class="dup-pro-text"> <img src="<?php echo esc_url(DUPLICATOR_PLUGIN_URL."assets/img/amazon-64.png"); ?>" /> <img src="<?php echo esc_url(DUPLICATOR_PLUGIN_URL."assets/img/dropbox-64.png"); ?>" /> <img src="<?php echo esc_url(DUPLICATOR_PLUGIN_URL."assets/img/google_drive_64px.png"); ?>" /> <img src="<?php echo esc_url(DUPLICATOR_PLUGIN_URL."assets/img/onedrive-48px.png"); ?>" /> <img src="<?php echo esc_url(DUPLICATOR_PLUGIN_URL."assets/img/ftp-64.png"); ?>" /> <?php echo sprintf(__('%1$s, %2$s, %3$s, %4$s, %5$s and other storage options available in', 'duplicator'), 'Amazon', 'Dropbox', 'Google Drive', 'OneDrive', 'FTP/SFTP'); ?> <a href="https://snapcreek.com/duplicator/?utm_source=duplicator_free&utm_medium=wordpress_plugin&utm_content=free_storage&utm_campaign=duplicator_pro" target="_blank"><?php esc_html_e('Duplicator Pro', 'duplicator');?></a> <i class="far fa-lightbulb" data-tooltip-title="<?php esc_attr_e("Additional Storage:", 'duplicator'); ?>" data-tooltip="<?php esc_attr_e('Duplicator Pro allows you to create a package and then store it at a custom location on this server or to a cloud ' . 'based location such as Google Drive, Amazon, Dropbox or FTP.', 'duplicator'); ?>"> </i> </span> </div> </td> </tr> </tbody> </table> </div> </div><br/> <!-- ============================ ARCHIVE --> <div class="dup-box"> <div class="dup-box-title"> <i class="far fa-file-archive"></i> <?php _e('Archive', 'duplicator'); echo " <sup class='archive-ext'>{$archive_build_mode}</sup>"; ?> <span style="font-size:13px"> <span id="dup-archive-filter-file" title="<?php esc_attr_e('File filter enabled', 'duplicator') ?>"><i class="far fa-copy fa-sm"></i> <i class="fa fa-filter fa-sm"></i> </span> <span id="dup-archive-filter-db" title="<?php esc_attr_e('Database filter enabled', 'duplicator') ?>"><i class="fa fa-table fa-sm"></i> <i class="fa fa-filter fa-sm"></i></span> <span id="dup-archive-db-only" title="<?php esc_attr_e('Archive Only the Database', 'duplicator') ?>"> <?php esc_html_e('Database Only', 'duplicator') ?> </span> </span> <div class="dup-box-arrow"></div> </div> <div class="dup-box-panel" id="dup-pack-archive-panel" style="<?php echo esc_html($ui_css_archive); ?>"> <input type="hidden" name="archive-format" value="ZIP" /> <!-- NESTED TABS --> <div data-dup-tabs='true'> <ul> <li><?php esc_html_e('Files', 'duplicator') ?></li> <li><?php esc_html_e('Database', 'duplicator') ?></li> </ul> <!-- TAB1:PACKAGE --> <div> <!-- FILTERS --> <?php $uploads = wp_upload_dir(); $upload_dir = DUP_Util::safePath($uploads['basedir']); $filter_dir_count = isset($Package->Archive->FilterDirs) ? count(explode(";", $Package->Archive->FilterDirs)) -1 : 0; $filter_file_count = isset($Package->Archive->FilterFiles) ? count(explode(";", $Package->Archive->FilterFiles)) -1 : 0; ?> <input type="checkbox" id="export-onlydb" name="export-onlydb" onclick="Duplicator.Pack.ExportOnlyDB()" <?php echo ($Package->Archive->ExportOnlyDB) ? "checked='checked'" :""; ?> /> <label for="export-onlydb"><?php esc_html_e('Archive Only the Database', 'duplicator') ?></label> <div id="dup-exportdb-items-off" style="<?php echo ($Package->Archive->ExportOnlyDB) ? 'none' : 'block'; ?>"> <input type="checkbox" id="filter-on" name="filter-on" onclick="Duplicator.Pack.ToggleFileFilters()" <?php echo ($Package->Archive->FilterOn) ? "checked='checked'" :""; ?> /> <label for="filter-on" id="filter-on-label"><?php esc_html_e("Enable File Filters", 'duplicator') ?></label> <i class="fas fa-question-circle fa-sm" data-tooltip-title="<?php esc_attr_e("File Filters:", 'duplicator'); ?>" data-tooltip="<?php esc_attr_e('File filters allow you to ignore directories and file extensions. When creating a package only include the data you ' . 'want and need. This helps to improve the overall archive build time and keep your backups simple and clean.', 'duplicator'); ?>"> </i> <div id="dup-file-filter-items"> <label for="filter-dirs" title="<?php esc_attr_e("Separate all filters by semicolon", 'duplicator'); ?>"> <?php _e("Directories:", 'duplicator'); echo sprintf("<sup title='%s'>({$filter_dir_count})</sup>", esc_html__("Number of directories filtered", 'duplicator')); ?> </label> <div class='dup-quick-links'> <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludePath('<?php echo duplicator_get_abs_path(); ?>')">[<?php esc_html_e("root path", 'duplicator') ?>]</a> <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludePath('<?php echo rtrim($upload_dir, '/'); ?>')">[<?php esc_html_e("wp-uploads", 'duplicator') ?>]</a> <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludePath('<?php echo DUP_Util::safePath(WP_CONTENT_DIR); ?>/cache')">[<?php esc_html_e("cache", 'duplicator') ?>]</a> <a href="javascript:void(0)" onclick="jQuery('#filter-dirs').val('')"><?php esc_html_e("(clear)", 'duplicator') ?></a> </div> <textarea name="filter-dirs" id="filter-dirs" placeholder="/full_path/exclude_path1;/full_path/exclude_path2;"><?php echo str_replace(";", ";\n", esc_textarea($Package->Archive->FilterDirs)) ?></textarea><br/> <label class="no-select" title="<?php esc_attr_e("Separate all filters by semicolon", 'duplicator'); ?>"><?php esc_html_e("File extensions", 'duplicator') ?>:</label> <div class='dup-quick-links'> <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludeExts('avi;mov;mp4;mpeg;mpg;swf;wmv;aac;m3u;mp3;mpa;wav;wma')">[<?php esc_html_e("media", 'duplicator') ?>]</a> <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludeExts('zip;rar;tar;gz;bz2;7z')">[<?php esc_html_e("archive", 'duplicator') ?>]</a> <a href="javascript:void(0)" onclick="jQuery('#filter-exts').val('')"><?php esc_html_e("(clear)", 'duplicator') ?></a> </div> <textarea name="filter-exts" id="filter-exts" placeholder="ext1;ext2;ext3;"><?php echo esc_textarea($Package->Archive->FilterExts); ?></textarea> <label class="no-select" title="<?php esc_attr_e("Separate all filters by semicolon", 'duplicator'); ?>"> <?php _e("Files:", 'duplicator'); echo sprintf("<sup title='%s'>({$filter_file_count})</sup>", esc_html__("Number of files filtered", 'duplicator')); ?> </label> <div class='dup-quick-links'> <a href="javascript:void(0)" onclick="Duplicator.Pack.AddExcludeFilePath('<?php echo duplicator_get_abs_path(); ?>')"><?php esc_html_e("(file path)", 'duplicator') ?></a> <a href="javascript:void(0)" onclick="jQuery('#filter-files').val('')"><?php esc_html_e("(clear)", 'duplicator') ?></a> </div> <textarea name="filter-files" id="filter-files" placeholder="/full_path/exclude_file_1.ext;/full_path/exclude_file2.ext"><?php echo str_replace(";", ";\n", esc_textarea($Package->Archive->FilterFiles)) ?></textarea> <div class="dup-tabs-opts-help"> <?php esc_html_e("The directory, file and extensions paths above will be excluded from the archive file if enabled is checked.", 'duplicator'); ?> <br/> <?php esc_html_e("Use the full path for directories and files with semicolons to separate all paths.", 'duplicator'); ?> </div> </div> </div> <div id="dup-exportdb-items-checked" style="<?php echo ($Package->Archive->ExportOnlyDB) ? 'block' : 'none'; ?>"> <?php if ($retry_state == '2') { echo '<i style="color:maroon">'; _e("This option has automatically been checked because you have opted for a <i class='fa fa-random'></i> Two-Part Install Process. Please complete the package build and continue with the ", 'duplicator'); printf('%s <a href="https://snapcreek.com/duplicator/docs/quick-start/?utm_source=duplicator_free&utm_medium=wordpress_plugin&utm_content=host_interupt_2partlink&utm_campaign=build_issues#quick-060-q" target="faq">%s</a>.', '', esc_html__('Quick Start Two-Part Install Instructions', 'duplicator')); echo '</i><br/><br/>'; } _e("<b>Overview:</b><br/> This advanced option excludes all files from the archive. Only the database and a copy of the installer.php " . "will be included in the archive.zip file. The option can be used for backing up and moving only the database.", 'duplicator'); echo '<br/><br/>'; _e("<b><i class='fa fa-exclamation-circle'></i> Notice:</b><br/>", 'duplicator'); _e("Please use caution when installing only the database over an existing site and be sure the correct files correspond with the database. For example, " . "if WordPress 4.6 is on this site and you copy the database to a host that has WordPress 4.8 files then the source code of the files will not be " . "in sync with the database causing possible errors. If you’re immediately moving the source files with the database then you can ignore this notice. " . "Please use this advanced feature with caution!", 'duplicator'); ?> <br/><br/> </div> </div> <!-- TAB2: DATABASE --> <div> <table> <tr> <td colspan="2" style="padding:0 0 10px 0"> <?php esc_html_e("Build Mode", 'duplicator') ?>: <a href="?page=duplicator-settings&tab=package" target="settings"><?php echo esc_html($dbbuild_mode); ?></a> </td> </tr> <tr> <td><input type="checkbox" id="dbfilter-on" name="dbfilter-on" onclick="Duplicator.Pack.ToggleDBFilters()" <?php echo ($Package->Database->FilterOn) ? "checked='checked'" :""; ?> /></td> <td> <label for="dbfilter-on"><?php esc_html_e("Enable Table Filters", 'duplicator') ?> </label> <i class="fas fa-question-circle fa-sm" data-tooltip-title="<?php esc_attr_e("Enable Table Filters:", 'duplicator'); ?>" data-tooltip="<?php esc_attr_e('Checked tables will not be added to the database script. Excluding certain tables can possibly cause your site or plugins to not work correctly after install!', 'duplicator'); ?>"> </i> </td> </tr> </table> <div id="dup-db-filter-items"> <a href="javascript:void(0)" id="dball" onclick="jQuery('#dup-dbtables .checkbox').prop('checked', true).trigger('click');">[ <?php esc_html_e('Include All', 'duplicator'); ?> ]</a> <a href="javascript:void(0)" id="dbnone" onclick="jQuery('#dup-dbtables .checkbox').prop('checked', false).trigger('click');">[ <?php esc_html_e('Exclude All', 'duplicator'); ?> ]</a> <div style="white-space:nowrap"> <?php $tables = $wpdb->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 '<table id="dup-dbtables"><tr><td valign="top">'; 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 "<label for='dbtables-{$table[0]}' style='{$css}' class='{$core_css}'>" . "<input class='checkbox dbtable' $checked type='checkbox' name='dbtables[]' id='dbtables-{$table[0]}' value='{$table[0]}' onclick='Duplicator.Pack.ExcludeTable(this)' />" . " {$table[0]}{$core_note}</label><br />"; $counter++; if ($next_row <= $counter) { echo '</td><td valign="top">'; $counter = 0; } } } echo '</td></tr></table>'; ?> </div> </div> <div class="dup-tabs-opts-help"> <?php _e("Checked tables will be <u>excluded</u> from the database script. ", 'duplicator'); _e("Excluding certain tables can cause your site or plugins to not work correctly after install!<br/>", 'duplicator'); _e("<i class='core-table-info'> Use caution when excluding tables! It is highly recommended to not exclude WordPress core tables*, unless you know the impact.</i>", 'duplicator'); ?> </div> <br/> <?php esc_html_e("Compatibility Mode", 'duplicator') ?> <i class="fas fa-question-circle fa-sm" data-tooltip-title="<?php esc_attr_e("Compatibility Mode:", 'duplicator'); ?>" data-tooltip="<?php esc_attr_e('This is an advanced database backwards compatibility feature that should ONLY be used if having problems installing packages.' . ' If the database server version is lower than the version where the package was built then these options may help generate a script that is more compliant' . ' with the older database server. It is recommended to try each option separately starting with mysql40.', 'duplicator'); ?>"> </i> <small style="font-style:italic"> <a href="https://dev.mysql.com/doc/refman/5.7/en/mysqldump.html#option_mysqldump_compatible" target="_blank">[<?php esc_html_e('details', 'duplicator'); ?>]</a> </small> <br/> <?php if ($dbbuild_mode == 'mysqldump') :?> <?php $modes = explode(',', $Package->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); ?> <table class="dbmysql-compatibility"> <tr> <td> <input type="checkbox" name="dbcompat[]" id="dbcompat-mysql40" value="mysql40" <?php echo $is_mysql40 ? 'checked="true"' :''; ?> > <label for="dbcompat-mysql40"><?php esc_html_e("mysql40", 'duplicator') ?></label> </td> <td> <input type="checkbox" name="dbcompat[]" id="dbcompat-no_table_options" value="no_table_options" <?php echo $is_no_table ? 'checked="true"' :''; ?>> <label for="dbcompat-no_table_options"><?php esc_html_e("no_table_options", 'duplicator') ?></label> </td> <td> <input type="checkbox" name="dbcompat[]" id="dbcompat-no_key_options" value="no_key_options" <?php echo $is_no_key ? 'checked="true"' :''; ?>> <label for="dbcompat-no_key_options"><?php esc_html_e("no_key_options", 'duplicator') ?></label> </td> <td> <input type="checkbox" name="dbcompat[]" id="dbcompat-no_field_options" value="no_field_options" <?php echo $is_no_field ? 'checked="true"' :''; ?>> <label for="dbcompat-no_field_options"><?php esc_html_e("no_field_options", 'duplicator') ?></label> </td> </tr> </table> <?php else :?> <i><?php esc_html_e("This option is only available with mysqldump mode.", 'duplicator'); ?></i> <?php endif; ?> </div> </div> </div> </div><br/> <!-- ============================ INSTALLER --> <div class="dup-box"> <div class="dup-box-title"> <i class="fa fa-bolt fa-sm"></i> <?php esc_html_e('Installer', 'duplicator') ?> <span id="dup-installer-secure-lock" title="<?php esc_attr_e('Installer password protection is on', 'duplicator') ?>"><i class="fa fa-lock fa-xs"></i> </span> <span id="dup-installer-secure-unlock" title="<?php esc_attr_e('Installer password protection is off', 'duplicator') ?>"><i class="fa fa-unlock-alt fa-xs"></i> </span> <div class="dup-box-arrow"></div> </div> <div class="dup-box-panel" id="dup-pack-installer-panel" style="<?php echo esc_html($ui_css_installer); ?>"> <div class="dup-installer-panel-optional"> <b><?php esc_html_e('All values in this section are', 'duplicator'); ?> <u><?php esc_html_e('optional', 'duplicator'); ?></u></b> <i class="fas fa-question-circle fa-sm" data-tooltip-title="<?php esc_attr_e("Setup/Prefills", 'duplicator'); ?>" data-tooltip="<?php esc_attr_e('All values in this section are OPTIONAL! If you know ahead of time the database input fields the installer will use, then you can ' . 'optionally enter them here and they will be prefilled at install time. Otherwise you can just enter them in at install time and ignore all these ' . 'options in the Installer section.', 'duplicator'); ?>"> </i> </div> <table class="dup-install-setup" style="margin-top: -10px"> <tr> <td colspan="2"><div class="dup-install-hdr-2"><?php esc_html_e("Setup", 'duplicator') ?></div></td> </tr> <tr> <td style="width:130px;"><b><?php esc_html_e("Branding", 'duplicator') ?></b></td> <td> <a href="https://snapcreek.com/duplicator/?utm_source=duplicator_free&utm_medium=wordpress_plugin&utm_content=free_branding&utm_campaign=duplicator_pro" target="_blank"> <span class="dup-pro-text"><?php esc_html_e('Available with Duplicator Pro - Freelancer!', 'duplicator'); ?></span></a> <i class="fas fa-question-circle fa-sm" data-tooltip-title="<?php esc_attr_e("Branding", 'duplicator'); ?>:" data-tooltip="<?php esc_attr_e('Branding is a way to customize the installer look and feel. With branding you can create multiple brands of installers.', 'duplicator'); ?>"></i> <br/><br/> </td> </tr> <tr> <td style="width:130px"><b><?php esc_html_e("Security", 'duplicator') ?></b></td> <td> <?php $dup_install_secure_on = isset($Package->Installer->OptsSecureOn) ? $Package->Installer->OptsSecureOn : 0; $dup_install_secure_pass = isset($Package->Installer->OptsSecurePass) ? DUP_Util::installerUnscramble($Package->Installer->OptsSecurePass) : ''; ?> <input type="checkbox" name="secure-on" id="secure-on" onclick="Duplicator.Pack.EnableInstallerPassword()" <?php echo ($dup_install_secure_on) ? 'checked' : ''; ?> /> <label for="secure-on"><?php esc_html_e("Enable Password Protection", 'duplicator') ?></label> <i class="fas fa-question-circle fa-sm" data-tooltip-title="<?php esc_attr_e("Security:", 'duplicator'); ?>" data-tooltip="<?php esc_attr_e('Enabling this option will allow for basic password protection on the installer. Before running the installer the ' . 'password below must be entered before proceeding with an install. This password is a general deterrent and should not be substituted for properly ' . 'keeping your files secure. Be sure to remove all installer files when the install process is completed.', 'duplicator'); ?>"></i> <div id="dup-pass-toggle"> <input type="password" name="secure-pass" id="secure-pass" required="required" value="<?php echo esc_attr($dup_install_secure_pass); ?>" /> <button type="button" id="secure-btn" class="pass-toggle" onclick="Duplicator.Pack.ToggleInstallerPassword()" title="<?php esc_attr_e('Show/Hide Password', 'duplicator'); ?>"><i class="fas fa-eye fa-xs"></i></button> </div> <br/> </td> </tr> </table> <table style="width:100%"> <tr> <td colspan="2"><div class="dup-install-hdr-2"><?php esc_html_e("Prefills", 'duplicator') ?></div></td> </tr> </table> <!-- =================== BASIC/CPANEL TABS --> <div data-dup-tabs="true"> <ul> <li><?php esc_html_e('Basic', 'duplicator') ?></li> <li id="dpro-cpnl-tab-lbl"><?php esc_html_e('cPanel', 'duplicator') ?></li> </ul> <!-- =================== TAB1: Basic --> <div class="dup-install-prefill-tab-pnl"> <table class="dup-install-setup"> <tr> <td colspan="2"><div class="dup-install-hdr-2"><?php esc_html_e(" MySQL Server", 'duplicator') ?></div></td> </tr> <tr> <td style="width:130px"><?php esc_html_e("Host", 'duplicator') ?></td> <td><input type="text" name="dbhost" id="dbhost" value="<?php echo esc_attr($Package->Installer->OptsDBHost); ?>" maxlength="200" placeholder="<?php esc_attr_e('example: localhost (value is optional)', 'duplicator'); ?>"/></td> </tr> <tr> <td><?php esc_html_e("Host Port", 'duplicator') ?></td> <td><input type="text" name="dbport" id="dbport" value="<?php echo esc_attr($Package->Installer->OptsDBPort); ?>" maxlength="200" placeholder="<?php esc_attr_e('example: 3306 (value is optional)', 'duplicator'); ?>"/></td> </tr> <tr> <td><?php esc_html_e("Database", 'duplicator') ?></td> <td><input type="text" name="dbname" id="dbname" value="<?php echo esc_attr($Package->Installer->OptsDBName); ?>" maxlength="100" placeholder="<?php esc_attr_e('example: DatabaseName (value is optional)', 'duplicator'); ?>" /></td> </tr> <tr> <td><?php esc_html_e("User", 'duplicator') ?></td> <td><input type="text" name="dbuser" id="dbuser" value="<?php echo esc_attr($Package->Installer->OptsDBUser); ?>" maxlength="100" placeholder="<?php esc_attr_e('example: DatabaseUserName (value is optional)', 'duplicator'); ?>" /></td> </tr> <tr> <td><?php esc_html_e("Charset", 'duplicator') ?></td> <td><input type="text" name="dbcharset" id="dbcharset" value="<?php echo esc_attr($Package->Installer->OptsDBCharset); ?>" maxlength="100" placeholder="<?php esc_attr_e('example: utf8 (value is optional)', 'duplicator'); ?>" /></td> </tr> <tr> <td><?php esc_html_e("Collation", 'duplicator') ?></td> <td><input type="text" name="dbcollation" id="dbcollation" value="<?php echo esc_attr($Package->Installer->OptsDBCollation); ?>" maxlength="100" placeholder="<?php esc_attr_e('example: utf8_general_ci (value is optional)', 'duplicator'); ?>" /></td> </tr> </table><br /> </div> <!-- =================== TAB2: cPanel --> <div class="dup-install-prefill-tab-pnl"> <div style="padding:10px 0 0 12px;"> <img src="<?php echo esc_url(DUPLICATOR_PLUGIN_URL."assets/img/cpanel-48.png"); ?>" style="width:16px; height:12px" /> <?php esc_html_e("Create the database and database user at install time without leaving the installer!", 'duplicator'); ?><br/> <?php esc_html_e("This feature is only availble in ", 'duplicator'); ?> <a href="https://snapcreek.com/duplicator/?utm_source=duplicator_free&utm_medium=wordpress_plugin&utm_content=free_cpanel&utm_campaign=duplicator_pro" target="_blank"><?php esc_html_e('Duplicator Pro!', 'duplicator');?></a><br/> <small><i><?php esc_html_e("This feature works only with hosts that support cPanel.", 'duplicator'); ?></i></small> </div> </div> </div> </div> </div><br/> <div class="dup-button-footer"> <input type="button" value="<?php esc_attr_e("Reset", 'duplicator') ?>" class="button button-large" <?php echo ($dup_tests['Success']) ? '' :'disabled="disabled"'; ?> onclick="Duplicator.Pack.ConfirmReset();" /> <input type="submit" value="<?php esc_html_e("Next", 'duplicator') ?> ▶" class="button button-primary button-large" <?php echo ($dup_tests['Success']) ? '' :'disabled="disabled"'; ?> /> </div> </form> <!-- ========================================== THICK-BOX DIALOGS: --> <?php $confirm1 = new DUP_UI_Dialog(); $confirm1->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); ?> <script> jQuery(document).ready(function ($) { var DUP_NAMEDEFAULT1 = '<?php echo esc_js($default_name1); ?>'; var DUP_NAMEDEFAULT2 = '<?php echo esc_js($default_name2); ?>'; var DUP_NAMELAST = $('#package-name').val(); Duplicator.Pack.ExportOnlyDB = function () { $('#dup-exportdb-items-off, #dup-exportdb-items-checked').hide(); if ($("#export-onlydb").is(':checked')) { $('#dup-exportdb-items-checked').show(); $('#dup-archive-db-only').show(100); $('#dup-archive-filter-db').hide(); $('#dup-archive-filter-file').hide(); } else { $('#dup-exportdb-items-off').show(); $('#dup-exportdb-items-checked').hide(); $('#dup-archive-db-only').hide(); Duplicator.Pack.ToggleFileFilters(); } Duplicator.Pack.ToggleDBFilters(); }; /* Enable/Disable the file filter elements */ Duplicator.Pack.ToggleFileFilters = function () { var $filterItems = $('#dup-file-filter-items'); if ($("#filter-on").is(':checked')) { $filterItems.removeAttr('disabled').css({color:'#000'}); $('#filter-exts,#filter-dirs, #filter-files').removeAttr('readonly').css({color:'#000'}); $('#dup-archive-filter-file').show(); } else { $filterItems.attr('disabled', 'disabled').css({color:'#999'}); $('#filter-dirs, #filter-exts, #filter-files').attr('readonly', 'readonly').css({color:'#999'}); $('#dup-archive-filter-file').hide(); } }; /* Appends a path to the directory filter */ Duplicator.Pack.ToggleDBFilters = function () { var $filterItems = $('#dup-db-filter-items'); if ($("#dbfilter-on").is(':checked')) { $filterItems.removeAttr('disabled').css({color:'#000'}); $('#dup-dbtables input').removeAttr('readonly').css({color:'#000'}); $('#dup-archive-filter-db').show(); } else { $filterItems.attr('disabled', 'disabled').css({color:'#999'}); $('#dup-dbtables input').attr('readonly', 'readonly').css({color:'#999'}); $('#dup-archive-filter-db').hide(); } }; /* Appends a path to the directory filter */ Duplicator.Pack.AddExcludePath = function (path) { var text = $("#filter-dirs").val() + path + ';\n'; $("#filter-dirs").val(text); }; /* Appends a path to the extention filter */ Duplicator.Pack.AddExcludeExts = function (path) { var text = $("#filter-exts").val() + path + ';'; $("#filter-exts").val(text); }; Duplicator.Pack.AddExcludeFilePath = function (path) { var text = $("#filter-files").val() + path + '/file.ext;\n'; $("#filter-files").val(text); }; Duplicator.Pack.ConfirmReset = function () { <?php $confirm1->showConfirm(); ?> } Duplicator.Pack.ResetSettings = function () { var key = 'duplicator_package_active'; jQuery('#dup-form-opts-action').val(key); jQuery('#dup-form-opts').attr('action', ''); jQuery('#dup-form-opts').submit(); } Duplicator.Pack.ResetName = function () { var current = $('#package-name').val(); switch (current) { case DUP_NAMEDEFAULT1 : $('#package-name').val(DUP_NAMELAST); break; case DUP_NAMEDEFAULT2 : $('#package-name').val(DUP_NAMEDEFAULT1); break; case DUP_NAMELAST : $('#package-name').val(DUP_NAMEDEFAULT2); break; default: $('#package-name').val(DUP_NAMELAST); } } Duplicator.Pack.ExcludeTable = function (check) { var $cb = $(check); if ($cb.is(":checked")) { $cb.closest("label").css('textDecoration', 'line-through'); } else { $cb.closest("label").css('textDecoration', 'none'); } } Duplicator.Pack.EnableInstallerPassword = function () { var $button = $('#secure-btn'); if ($('#secure-on').is(':checked')) { $('#secure-pass').attr('readonly', false); $('#secure-pass').attr('required', 'true').focus(); $('#dup-installer-secure-lock').show(); $('#dup-installer-secure-unlock').hide(); $button.removeAttr('disabled'); } else { $('#secure-pass').removeAttr('required'); $('#secure-pass').attr('readonly', true); $('#dup-installer-secure-lock').hide(); $('#dup-installer-secure-unlock').show(); $button.attr('disabled', 'true'); } }; Duplicator.Pack.ToggleInstallerPassword = function() { var $input = $('#secure-pass'); var $button = $('#secure-btn'); if (($input).attr('type') == 'text') { $input.attr('type', 'password'); $button.html('<i class="fas fa-eye fa-sm"></i>'); } else { $input.attr('type', 'text'); $button.html('<i class="fas fa-eye-slash fa-sm"></i>'); } } <?php if ($retry_state == '2') :?> $('#dup-pack-archive-panel').show(); $('#export-onlydb').prop( "checked", true ); <?php endif; ?> //Init:Toggle OptionTabs Duplicator.Pack.ToggleFileFilters(); Duplicator.Pack.ToggleDBFilters(); Duplicator.Pack.ExportOnlyDB(); Duplicator.Pack.EnableInstallerPassword(); $('input#package-name').focus().select(); }); </script>