1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
relation = $relation; $this->templateModel = $templateModel; } /** * Outputs appropriate checked statement for checkbox. * * @param string $str option name */ private function checkboxCheck($str): bool { return isset($GLOBALS['cfg']['Export'][$str]) && $GLOBALS['cfg']['Export'][$str]; } /** * Prints Html For Export Selection Options * * @param string $tmpSelect Tmp selected method of export * * @return array */ public function getDatabasesForSelectOptions($tmpSelect = '') { /** @var array|string|null $dbSelect */ $dbSelect = $_POST['db_select'] ?? null; // Check if the selected databases are defined in $_POST // (from clicking Back button on /export page) if (isset($dbSelect) && is_string($dbSelect)) { $dbSelect = urldecode($dbSelect); $dbSelect = explode(',', $dbSelect); } $databases = []; foreach ($GLOBALS['dblist']->databases as $currentDb) { if (Utilities::isSystemSchema($currentDb, true)) { continue; } $isSelected = false; if (isset($dbSelect) && is_array($dbSelect)) { if (in_array($currentDb, $dbSelect)) { $isSelected = true; } } elseif (! empty($tmpSelect)) { if (mb_strpos(' ' . $tmpSelect, '|' . $currentDb . '|')) { $isSelected = true; } } else { $isSelected = true; } $databases[] = [ 'name' => $currentDb, 'is_selected' => $isSelected, ]; } return $databases; } /** * @param string $exportType export type: server|database|table * @param string $db selected DB * @param string $table selected table * @param string $sqlQuery SQL query * @param int|string $numTables number of tables * @param int|string $unlimNumRows unlimited number of rows * @param ExportPlugin[] $exportList * * @return array */ public function getOptions( $exportType, $db, $table, $sqlQuery, $numTables, $unlimNumRows, array $exportList ) { global $cfg; $exportTemplatesFeature = $this->relation->getRelationParameters()->exportTemplatesFeature; $templates = []; if ($exportTemplatesFeature !== null) { $templates = $this->templateModel->getAll( $exportTemplatesFeature->database, $exportTemplatesFeature->exportTemplates, $GLOBALS['cfg']['Server']['user'], $exportType ); $templates = is_array($templates) ? $templates : []; } $default = isset($_GET['what']) ? (string) $_GET['what'] : Plugins::getDefault('Export', 'format'); $dropdown = Plugins::getChoice($exportList, $default); $tableObject = new Table($table, $db); $rows = []; if (strlen($table) > 0 && empty($numTables) && ! $tableObject->isMerge() && $exportType !== 'raw') { $rows = [ 'allrows' => $_POST['allrows'] ?? null, 'limit_to' => $_POST['limit_to'] ?? null, 'limit_from' => $_POST['limit_from'] ?? null, 'unlim_num_rows' => $unlimNumRows, 'number_of_rows' => $tableObject->countRecords(), ]; } $hasAliases = isset($_SESSION['tmpval']['aliases']) && ! Core::emptyRecursive($_SESSION['tmpval']['aliases']); $aliases = $_SESSION['tmpval']['aliases'] ?? []; unset($_SESSION['tmpval']['aliases']); $filenameTemplate = $this->getFileNameTemplate($exportType, $_POST['filename_template'] ?? null); $isEncodingSupported = Encoding::isSupported(); $selectedCompression = $_POST['compression'] ?? $cfg['Export']['compression'] ?? 'none'; if (isset($cfg['Export']['as_separate_files']) && $cfg['Export']['as_separate_files']) { $selectedCompression = 'zip'; } $hiddenInputs = [ 'db' => $db, 'table' => $table, 'export_type' => $exportType, 'export_method' => $_POST['export_method'] ?? $cfg['Export']['method'] ?? 'quick', 'template_id' => $_POST['template_id'] ?? '', ]; if (! empty($GLOBALS['single_table'])) { $hiddenInputs['single_table'] = true; } if (! empty($sqlQuery)) { $hiddenInputs['sql_query'] = $sqlQuery; } return [ 'export_type' => $exportType, 'db' => $db, 'table' => $table, 'templates' => [ 'is_enabled' => $exportTemplatesFeature !== null, 'templates' => $templates, 'selected' => $_POST['template_id'] ?? null, ], 'sql_query' => $sqlQuery, 'hidden_inputs' => $hiddenInputs, 'export_method' => $_POST['quick_or_custom'] ?? $cfg['Export']['method'] ?? '', 'plugins_choice' => $dropdown, 'options' => Plugins::getOptions('Export', $exportList), 'can_convert_kanji' => Encoding::canConvertKanji(), 'exec_time_limit' => $cfg['ExecTimeLimit'], 'rows' => $rows, 'has_save_dir' => isset($cfg['SaveDir']) && ! empty($cfg['SaveDir']), 'save_dir' => Util::userDir((string) ($cfg['SaveDir'] ?? '')), 'export_is_checked' => $this->checkboxCheck('quick_export_onserver'), 'export_overwrite_is_checked' => $this->checkboxCheck('quick_export_onserver_overwrite'), 'has_aliases' => $hasAliases, 'aliases' => $aliases, 'is_checked_lock_tables' => $this->checkboxCheck('lock_tables'), 'is_checked_asfile' => $this->checkboxCheck('asfile'), 'is_checked_as_separate_files' => $this->checkboxCheck('as_separate_files'), 'is_checked_export' => $this->checkboxCheck('onserver'), 'is_checked_export_overwrite' => $this->checkboxCheck('onserver_overwrite'), 'is_checked_remember_file_template' => $this->checkboxCheck('remember_file_template'), 'repopulate' => isset($_POST['repopulate']), 'lock_tables' => isset($_POST['lock_tables']), 'is_encoding_supported' => $isEncodingSupported, 'encodings' => $isEncodingSupported ? Encoding::listEncodings() : [], 'export_charset' => $cfg['Export']['charset'], 'export_asfile' => $cfg['Export']['asfile'], 'has_zip' => $cfg['ZipDump'] && function_exists('gzcompress'), 'has_gzip' => $cfg['GZipDump'] && function_exists('gzencode'), 'selected_compression' => $selectedCompression, 'filename_template' => $filenameTemplate, ]; } private function getFileNameTemplate(string $exportType, ?string $filename = null): string { global $cfg, $config; if ($filename !== null) { return $filename; } if ($exportType === 'database') { return (string) $config->getUserValue('pma_db_filename_template', $cfg['Export']['file_template_database']); } if ($exportType === 'table') { return (string) $config->getUserValue('pma_table_filename_template', $cfg['Export']['file_template_table']); } return (string) $config->getUserValue('pma_server_filename_template', $cfg['Export']['file_template_server']); } }