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
setText('Microsoft Word 2000'); $exportPluginProperties->setExtension('doc'); $exportPluginProperties->setMimeType('application/vnd.ms-word'); $exportPluginProperties->setForceFile(true); $exportPluginProperties->setOptionsText(__('Options')); // create the root group that will be the options field for // $exportPluginProperties // this will be shown as "Format specific options" $exportSpecificOptions = new OptionsPropertyRootGroup('Format Specific Options'); // what to dump (structure/data/both) $dumpWhat = new OptionsPropertyMainGroup( 'dump_what', __('Dump table') ); // create primary items and add them to the group $leaf = new RadioPropertyItem('structure_or_data'); $leaf->setValues( [ 'structure' => __('structure'), 'data' => __('data'), 'structure_and_data' => __('structure and data'), ] ); $dumpWhat->addProperty($leaf); // add the main group to the root group $exportSpecificOptions->addProperty($dumpWhat); // data options main group $dataOptions = new OptionsPropertyMainGroup( 'dump_what', __('Data dump options') ); $dataOptions->setForce('structure'); // create primary items and add them to the group $leaf = new TextPropertyItem( 'null', __('Replace NULL with:') ); $dataOptions->addProperty($leaf); $leaf = new BoolPropertyItem( 'columns', __('Put columns names in the first row') ); $dataOptions->addProperty($leaf); // add the main group to the root group $exportSpecificOptions->addProperty($dataOptions); // set the options for the export plugin property item $exportPluginProperties->setOptions($exportSpecificOptions); return $exportPluginProperties; } /** * Outputs export header */ public function exportHeader(): bool { global $charset; return $this->export->outputHandler( ' ' ); } /** * Outputs export footer */ public function exportFooter(): bool { return $this->export->outputHandler(''); } /** * Outputs database header * * @param string $db Database name * @param string $dbAlias Aliases of db */ public function exportDBHeader($db, $dbAlias = ''): bool { if (empty($dbAlias)) { $dbAlias = $db; } return $this->export->outputHandler( '

' . __('Database') . ' ' . htmlspecialchars($dbAlias) . '

' ); } /** * Outputs database footer * * @param string $db Database name */ public function exportDBFooter($db): bool { return true; } /** * Outputs CREATE DATABASE statement * * @param string $db Database name * @param string $exportType 'server', 'database', 'table' * @param string $dbAlias Aliases of db */ public function exportDBCreate($db, $exportType, $dbAlias = ''): bool { return true; } /** * Outputs the content of a table in HTML-Word format * * @param string $db database name * @param string $table table name * @param string $crlf the end of line sequence * @param string $errorUrl the url to go back in case of error * @param string $sqlQuery SQL query for obtaining data * @param array $aliases Aliases of db/table/columns */ public function exportData( $db, $table, $crlf, $errorUrl, $sqlQuery, array $aliases = [] ): bool { global $what, $dbi; $db_alias = $db; $table_alias = $table; $this->initAlias($aliases, $db_alias, $table_alias); if ( ! $this->export->outputHandler( '

' . __('Dumping data for table') . ' ' . htmlspecialchars($table_alias) . '

' ) ) { return false; } if (! $this->export->outputHandler('')) { return false; } // Gets the data from the database $result = $dbi->query($sqlQuery, DatabaseInterface::CONNECT_USER, DatabaseInterface::QUERY_UNBUFFERED); $fields_cnt = $result->numFields(); // If required, get fields name at the first line if (isset($GLOBALS['htmlword_columns'])) { $schema_insert = ''; foreach ($result->getFieldNames() as $col_as) { if (! empty($aliases[$db]['tables'][$table]['columns'][$col_as])) { $col_as = $aliases[$db]['tables'][$table]['columns'][$col_as]; } $col_as = stripslashes($col_as); $schema_insert .= ''; } $schema_insert .= ''; if (! $this->export->outputHandler($schema_insert)) { return false; } } // Format the data while ($row = $result->fetchRow()) { $schema_insert = ''; for ($j = 0; $j < $fields_cnt; $j++) { if (! isset($row[$j])) { $value = $GLOBALS[$what . '_null']; } elseif ($row[$j] == '0' || $row[$j] != '') { $value = $row[$j]; } else { $value = ''; } $schema_insert .= ''; } $schema_insert .= ''; if (! $this->export->outputHandler($schema_insert)) { return false; } } return $this->export->outputHandler('
'); } /** * Returns a stand-in CREATE definition to resolve view dependencies * * @param string $db the database name * @param string $view the view name * @param string $crlf the end of line sequence * @param array $aliases Aliases of db/table/columns * * @return string resulting definition */ public function getTableDefStandIn($db, $view, $crlf, $aliases = []) { global $dbi; $schema_insert = '' . '' . '' . '' . '' . '' . ''; /** * Get the unique keys in the view */ $unique_keys = []; $keys = $dbi->getTableIndexes($db, $view); foreach ($keys as $key) { if ($key['Non_unique'] != 0) { continue; } $unique_keys[] = $key['Column_name']; } $columns = $dbi->getColumns($db, $view); foreach ($columns as $column) { $col_as = $column['Field']; if (! empty($aliases[$db]['tables'][$view]['columns'][$col_as])) { $col_as = $aliases[$db]['tables'][$view]['columns'][$col_as]; } $schema_insert .= $this->formatOneColumnDefinition($column, $unique_keys, $col_as); $schema_insert .= ''; } $schema_insert .= '
'; return $schema_insert; } /** * Returns $table's CREATE definition * * @param string $db the database name * @param string $table the table name * @param bool $do_relation whether to include relation comments * @param bool $do_comments whether to include the pmadb-style column * comments as comments in the structure; * this is deprecated but the parameter is * left here because /export calls * PMA_exportStructure() also for other * export types which use this parameter * @param bool $do_mime whether to include mime comments * at the end * @param bool $view whether we're handling a view * @param array $aliases Aliases of db/table/columns * * @return string resulting schema */ public function getTableDef( $db, $table, $do_relation, $do_comments, $do_mime, $view = false, array $aliases = [] ) { global $dbi; $relationParameters = $this->relation->getRelationParameters(); $schema_insert = ''; /** * Gets fields properties */ $dbi->selectDb($db); // Check if we can use Relations [$res_rel, $have_rel] = $this->relation->getRelationsAndStatus( $do_relation && $relationParameters->relationFeature !== null, $db, $table ); /** * Displays the table structure */ $schema_insert .= ''; $schema_insert .= ''; $schema_insert .= ''; $schema_insert .= ''; $schema_insert .= ''; $schema_insert .= ''; if ($do_relation && $have_rel) { $schema_insert .= ''; } if ($do_comments) { $schema_insert .= ''; $comments = $this->relation->getComments($db, $table); } if ($do_mime && $relationParameters->browserTransformationFeature !== null) { $schema_insert .= ''; $mime_map = $this->transformations->getMime($db, $table, true); } $schema_insert .= ''; $columns = $dbi->getColumns($db, $table); /** * Get the unique keys in the table */ $unique_keys = []; $keys = $dbi->getTableIndexes($db, $table); foreach ($keys as $key) { if ($key['Non_unique'] != 0) { continue; } $unique_keys[] = $key['Column_name']; } foreach ($columns as $column) { $col_as = $column['Field']; if (! empty($aliases[$db]['tables'][$table]['columns'][$col_as])) { $col_as = $aliases[$db]['tables'][$table]['columns'][$col_as]; } $schema_insert .= $this->formatOneColumnDefinition($column, $unique_keys, $col_as); $field_name = $column['Field']; if ($do_relation && $have_rel) { $schema_insert .= ''; } if ($do_comments && $relationParameters->columnCommentsFeature !== null) { $schema_insert .= ''; } if ($do_mime && $relationParameters->browserTransformationFeature !== null) { $schema_insert .= ''; } $schema_insert .= ''; } $schema_insert .= '
' . htmlspecialchars( $this->getRelationString( $res_rel, $field_name, $db, $aliases ) ) . '' . (isset($comments[$field_name]) ? htmlspecialchars($comments[$field_name]) : '') . '' . (isset($mime_map[$field_name]) ? htmlspecialchars( str_replace('_', '/', $mime_map[$field_name]['mimetype']) ) : '') . '
'; return $schema_insert; } /** * Outputs triggers * * @param string $db database name * @param string $table table name * * @return string Formatted triggers list */ protected function getTriggers($db, $table) { global $dbi; $dump = ''; $dump .= ''; $dump .= ''; $dump .= ''; $dump .= ''; $dump .= ''; $dump .= ''; $triggers = $dbi->getTriggers($db, $table); foreach ($triggers as $trigger) { $dump .= ''; $dump .= '' . '' . '' . '' . ''; } $dump .= '
'; return $dump; } /** * Outputs table's structure * * @param string $db database name * @param string $table table name * @param string $crlf the end of line sequence * @param string $errorUrl the url to go back in case of error * @param string $exportMode 'create_table', 'triggers', 'create_view', * 'stand_in' * @param string $exportType 'server', 'database', 'table' * @param bool $do_relation whether to include relation comments * @param bool $do_comments whether to include the pmadb-style column * comments as comments in the structure; * this is deprecated but the parameter is * left here because /export calls * PMA_exportStructure() also for other * export types which use this parameter * @param bool $do_mime whether to include mime comments * @param bool $dates whether to include creation/update/check dates * @param array $aliases Aliases of db/table/columns */ public function exportStructure( $db, $table, $crlf, $errorUrl, $exportMode, $exportType, $do_relation = false, $do_comments = false, $do_mime = false, $dates = false, array $aliases = [] ): bool { global $dbi; $db_alias = $db; $table_alias = $table; $this->initAlias($aliases, $db_alias, $table_alias); $dump = ''; switch ($exportMode) { case 'create_table': $dump .= '

' . __('Table structure for table') . ' ' . htmlspecialchars($table_alias) . '

'; $dump .= $this->getTableDef($db, $table, $do_relation, $do_comments, $do_mime, false, $aliases); break; case 'triggers': $dump = ''; $triggers = $dbi->getTriggers($db, $table); if ($triggers) { $dump .= '

' . __('Triggers') . ' ' . htmlspecialchars($table_alias) . '

'; $dump .= $this->getTriggers($db, $table); } break; case 'create_view': $dump .= '

' . __('Structure for view') . ' ' . htmlspecialchars($table_alias) . '

'; $dump .= $this->getTableDef($db, $table, $do_relation, $do_comments, $do_mime, true, $aliases); break; case 'stand_in': $dump .= '

' . __('Stand-in structure for view') . ' ' . htmlspecialchars($table_alias) . '

'; // export a stand-in definition to resolve view dependencies $dump .= $this->getTableDefStandIn($db, $table, $crlf, $aliases); } return $this->export->outputHandler($dump); } /** * Formats the definition for one column * * @param array $column info about this column * @param array $unique_keys unique keys of the table * @param string $col_alias Column Alias * * @return string Formatted column definition */ protected function formatOneColumnDefinition( array $column, array $unique_keys, $col_alias = '' ) { if (empty($col_alias)) { $col_alias = $column['Field']; } $definition = ''; $extracted_columnspec = Util::extractColumnSpec($column['Type']); $type = htmlspecialchars($extracted_columnspec['print_type']); if (empty($type)) { $type = ' '; } if (! isset($column['Default'])) { if ($column['Null'] !== 'NO') { $column['Default'] = 'NULL'; } } $fmt_pre = ''; $fmt_post = ''; if (in_array($column['Field'], $unique_keys)) { $fmt_pre = '' . $fmt_pre; $fmt_post .= ''; } if ($column['Key'] === 'PRI') { $fmt_pre = '' . $fmt_pre; $fmt_post .= ''; } $definition .= '' . $fmt_pre . htmlspecialchars($col_alias) . $fmt_post . ''; $definition .= '' . htmlspecialchars($type) . ''; $definition .= '' . ($column['Null'] == '' || $column['Null'] === 'NO' ? __('No') : __('Yes')) . ''; $definition .= '' . htmlspecialchars($column['Default'] ?? '') . ''; return $definition; } }