GRAYBYTE WORDPRESS FILE MANAGER8988

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/backwpup/parts/sidebar/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/trustyourlawyer.com/wp-content/plugins/backwpup/parts/sidebar//select-tables.php
<?php
use BackWPup\Utils\BackWPupHelpers;

/**
 * @var int $job_id The job ID.
 * @var array $excludedTables Optional. The excluded tables.
 * @var int $second_job_id ID of the second job we are retrieving the frequency settings for. Only avaialble during onboarding.
 */

if ( ! isset( $job_id ) && get_site_option( 'backwpup_onboarding', false ) ) {
	$job_id = $second_job_id;
}

if ( ! isset( $job_id ) ) {
	return;
}

BackWPupHelpers::component("closable-heading", [
  'title' => __("Select Tables", 'backwpup'),
  'type' => 'sidebar'
]);

/** @var wpdb $wpdb */
global $wpdb;
$dbtables = $wpdb->get_results('SHOW TABLES FROM `' . DB_NAME . '`', ARRAY_N);
$tables = [];
$defaultexcludedtables = [];
foreach ($dbtables as $dbtable) {
  $tables[] = $dbtable[0];
  if (!strstr((string) $dbtable[0], $wpdb->prefix)) {
      $defaultexcludedtables[] = $dbtable[0];
  }
}

$excludedTables = BackWPup_Option::get($job_id, 'dbdumpexclude', $defaultexcludedtables);

?>

<?php BackWPupHelpers::component("containers/scrollable-start", ["gap_size" => "small"]); ?>

  <p class="text-base"><?php _e("Select tables you want to backup", 'backwpup'); ?></p>

  <div class="flex flex-col gap-4 rounded-lg p-6 bg-grey-100">
    <?php
    BackWPupHelpers::component("form/search", [
      "name" => "filter_tables",
      "placeholder" => __("Search…", 'backwpup'),
      "trigger" => "filter-tables",
    ]);
    ?>

    <div class="js-backwpup-tables-list flex flex-col gap-4">
      <?php
      foreach ($tables as $table) {
        $checked = !in_array($table, $excludedTables);
        BackWPupHelpers::component("form/checkbox", [
          "name" => "tabledb[]",
          "value" => $table,
          "checked" => $checked,
          "label" => $table,
        ]);
      }
      ?>
    </div>


  </div>
  <?php
  BackWPupHelpers::component("form/hidden", [
      "name" => "dbdumpfile",
      "value" => "local",
  ]);
  BackWPupHelpers::component("form/hidden", [
      "name" => "dbdumpwpdbsettings",
      "value" => true,
  ]);
  BackWPupHelpers::component("form/hidden", [
      "name" => "dbdumpfilecompression",
      "value" => "",
  ]);
  BackWPupHelpers::component("form/hidden", [
      "name" => "job_id",
      "value" => $job_id,
  ]);
 
  ?>

  <?php BackWPupHelpers::component("containers/scrollable-end"); ?>

  <?php
  BackWPupHelpers::component("form/button", [
    "type" => "primary",
    "label" => __("Save settings", 'backwpup'),
    "full_width" => true,
    "trigger" => "close-sidebar",
    "identifier" => "save-excluded-tables"
  ]);
  ?>

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:37
giriqfky / giriqfky
0755
dropbox-parts
--
July 10 2025 04:32:37
giriqfky / giriqfky
0755
parts
--
July 10 2025 04:32:37
giriqfky / giriqfky
0755
sugar-sync-parts
--
July 10 2025 04:32:37
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:37
giriqfky / giriqfky
0644
advanced-settings.php
2.051 KB
February 04 2025 14:50:44
giriqfky / giriqfky
0644
edit-title.php
1.173 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
frequency.php
4.867 KB
April 29 2025 17:34:12
giriqfky / giriqfky
0644
select-files-free.php
1.038 KB
February 04 2025 14:50:44
giriqfky / giriqfky
0644
select-files.php
1.602 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
select-tables.php
2.505 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
settings-jobs.php
3.994 KB
April 23 2025 14:14:02
giriqfky / giriqfky
0644
settings-logs.php
3.402 KB
February 04 2025 14:50:44
giriqfky / giriqfky
0644
settings-network.php
2.636 KB
February 04 2025 14:50:44
giriqfky / giriqfky
0644
storage-DROPBOX.php
3.406 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storage-FOLDER.php
2.6 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storage-FTP.php
5.507 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storage-MSAZURE.php
5.207 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storage-RSC.php
5.088 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storage-S3.php
9.357 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storage-SUGARSYNC.php
3.08 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644
storages.php
1.381 KB
April 07 2025 18:31:08
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF