Exemplo n.º 1
0
 function main()
 {
     $this->comp_levels = array('9' => 'Level 9 (Cao nhất)', '8' => 'Level 8', '7' => 'Level 7', '6' => 'Level 6', '5' => 'Level 5 (Trung bình)', '4' => 'Level 4', '3' => 'Level 3', '2' => 'Level 2', '1' => 'Level 1 (Bình thường)', '0' => 'Không tối ưu hóa ');
     if (function_exists("bzopen")) {
         $this->comp_methods[2] = 'BZip2';
     }
     if (function_exists("gzopen")) {
         $this->comp_methods[1] = 'GZip';
     }
     $this->comp_methods[0] = 'No compression';
     if (count($this->comp_methods) == 1) {
         $this->comp_levels = array('0' => 'No compression');
     }
     $dbs = $this->db_select();
     $this->vars['db_backup'] = $this->fn_select($dbs, $this->SET['last_db_backup']);
     $this->vars['db_restore'] = $this->fn_select($dbs, $this->SET['last_db_restore']);
     $this->vars['comp_levels'] = $this->fn_select($this->comp_levels, $this->SET['comp_level']);
     $this->vars['comp_methods'] = $this->fn_select($this->comp_methods, $this->SET['comp_method']);
     $this->vars['tables'] = $this->SET['tables'];
     $this->vars['files'] = $this->fn_select($this->file_select(), '');
     $buttons = "<INPUT TYPE=submit VALUE=Okie><INPUT TYPE=button VALUE='Tho&aacute;t' onClick=\"location.href = '" . $_SERVER['PHP_SELF'] . "?reload'\">";
     echo tpl_page(tpl_main(), $buttons);
 }
Exemplo n.º 2
0
 function main()
 {
     $this->comp_levels = array('9' => '9 (Maximum)', '8' => '8', '7' => '7', '6' => '6', '5' => '5 (Medium)', '4' => '4', '3' => '3', '2' => '2', '1' => '1 (Minimum)', '0' => 'No compression ');
     if (function_exists("bzopen")) {
         $this->comp_methods[2] = 'BZip2';
     }
     if (function_exists("gzopen")) {
         $this->comp_methods[1] = 'GZip';
     }
     $this->comp_methods[0] = 'No compression';
     if (count($this->comp_methods) == 1) {
         $this->comp_levels = array('0' => 'No compression');
     }
     $dbs = $this->db_select();
     $this->vars['db_backup'] = $this->fn_select($dbs, $this->SET['last_db_backup']);
     $this->vars['db_restore'] = $this->fn_select($dbs, $this->SET['last_db_restore']);
     $this->vars['comp_levels'] = $this->fn_select($this->comp_levels, $this->SET['comp_level']);
     $this->vars['comp_methods'] = $this->fn_select($this->comp_methods, $this->SET['comp_method']);
     $this->vars['tables'] = $this->SET['tables'];
     $this->vars['files'] = $this->fn_select($this->file_select(), '');
     $buttons = "<INPUT TYPE=submit VALUE=Apply><INPUT TYPE=button VALUE='Cancel' onClick=\"location.href = '" . $_SERVER['PHP_SELF'] . "?reload'\">";
     echo tpl_page(tpl_main(), $buttons);
 }
Exemplo n.º 3
0
Arquivo: dumper.php Projeto: skotin/EW
 function main()
 {
     $this->comp_levels = array('9' => '9 (максимальная)', '8' => '8', '7' => '7', '6' => '6', '5' => '5 (средняя)', '4' => '4', '3' => '3', '2' => '2', '1' => '1 (минимальная)', '0' => 'Без сжатия');
     if (function_exists("bzopen")) {
         $this->comp_methods[2] = 'BZip2';
     }
     if (function_exists("gzopen")) {
         $this->comp_methods[1] = 'GZip';
     }
     $this->comp_methods[0] = 'Без сжатия';
     if (count($this->comp_methods) == 1) {
         $this->comp_levels = array('0' => 'Без сжатия');
     }
     $dbs = $this->db_select();
     $this->vars['db_backup'] = $this->fn_select($dbs, $this->SET['last_db_backup']);
     $this->vars['db_restore'] = $this->fn_select($dbs, $this->SET['last_db_restore']);
     $this->vars['comp_levels'] = $this->fn_select($this->comp_levels, $this->SET['comp_level']);
     $this->vars['comp_methods'] = $this->fn_select($this->comp_methods, $this->SET['comp_method']);
     $this->vars['tables'] = $this->SET['tables'];
     $this->vars['files'] = $this->fn_select($this->file_select(), '');
     $buttons = "<INPUT TYPE=submit VALUE=Применить><INPUT TYPE=button VALUE=Выход onClick=\"location.href = 'dumper.php?reload'\">";
     echo tpl_page(tpl_main(), $buttons);
 }
Exemplo n.º 4
0
 function main()
 {
     $this->comp_levels = array('9' => TEXT_DUMPER_MAX, '8' => '8', '7' => '7', '6' => '6', '5' => TEXT_DUMPER_MED, '4' => '4', '3' => '3', '2' => '2', '1' => TEXT_DUMPER_MIN, '0' => TEXT_DUMPER_NO);
     //		if (function_exists("bzopen")) {
     //		    $this->comp_methods[2] = 'BZip2';
     //		}
     if (function_exists("gzopen")) {
         $this->comp_methods[1] = 'GZip';
     }
     $this->comp_methods[0] = TEXT_DUMPER_NO;
     if (count($this->comp_methods) == 1) {
         $this->comp_levels = array('0' => TEXT_DUMPER_NO);
     }
     $dbs = $this->db_select();
     $this->vars['db_backup'] = $this->fn_select($dbs, $this->SET['last_db_backup']);
     $this->vars['db_restore'] = $this->fn_select($dbs, $this->SET['last_db_restore']);
     $this->vars['comp_levels'] = $this->fn_select($this->comp_levels, $this->SET['comp_level']);
     $this->vars['comp_methods'] = $this->fn_select($this->comp_methods, $this->SET['comp_method']);
     $this->vars['tables'] = $this->SET['tables'];
     $this->vars['files'] = $this->fn_select($this->file_select(), '');
     $buttons = "<span class=button><button type=submit value=" . TEXT_DUMPER_SUBMIT . ">" . TEXT_DUMPER_SUBMIT . "</button></span>";
     echo tpl_page(tpl_main(), $buttons);
 }