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
// // Copyright (c) 2019-2025 Ruben Perez Hidalgo (rubenperez038 at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef BOOST_MYSQL_IMPL_ERROR_CATEGORIES_IPP #define BOOST_MYSQL_IMPL_ERROR_CATEGORIES_IPP #pragma once #include #include #include #include #include namespace boost { namespace mysql { namespace detail { inline const char* error_to_string(client_errc error) { switch (error) { case client_errc::incomplete_message: return "An incomplete message was received from the server"; case client_errc::extra_bytes: return "Unexpected extra bytes at the end of a message were received"; case client_errc::sequence_number_mismatch: return "Mismatched sequence numbers"; case client_errc::server_unsupported: return "The server does not support the minimum required capabilities to establish the " "connection"; case client_errc::protocol_value_error: return "An unexpected value was found in a server-received message"; case client_errc::unknown_auth_plugin: return "The user employs an authentication plugin not known to this library"; case client_errc::auth_plugin_requires_ssl: return "The authentication plugin requires the connection to use SSL"; case client_errc::wrong_num_params: return "The number of parameters passed to the prepared statement does not match the " "number of actual parameters"; case client_errc::server_doesnt_support_ssl: return "The connection is configured to require SSL, but the server doesn't allow SSL connections. " "Configure SSL on your server or change your connection to not require SSL"; case client_errc::metadata_check_failed: return "The static interface detected a type mismatch between your declared row type and what the " "server returned. Verify your type definitions."; case client_errc::num_resultsets_mismatch: return "The static interface detected a mismatch between the number of resultsets passed as template " "arguments to static_results/static_execution_state and the number of " "results returned by server"; case client_errc::static_row_parsing_error: return "The static interface encountered an error when parsing a field into a C++ data structure."; case client_errc::row_type_mismatch: return "The StaticRow type passed to read_some_rows does not correspond to the resultset type being " "read"; case client_errc::pool_not_running: return "Getting a connection from a connection_pool was cancelled before the pool was run. Ensure " "that you're calling connection_pool::async_run."; case client_errc::pool_cancelled: return "Getting a connection from a connection_pool failed because the pool was cancelled."; case client_errc::no_connection_available: return "Getting a connection from a connection_pool was cancelled before " "a connection was available."; case client_errc::invalid_encoding: return "A string passed to a formatting function contains a byte sequence that can't be decoded with " "the current character set."; case client_errc::unformattable_value: return "A formatting operation could not format one of its arguments."; case client_errc::format_string_invalid_syntax: return "A format string with invalid syntax was provided to a SQL formatting function."; case client_errc::format_string_invalid_encoding: return "A format string with an invalid byte sequence was provided to a SQL formatting function."; case client_errc::format_string_manual_auto_mix: return "A format string mixes manual (e.g. {0}) and automatic (e.g. {}) indexing."; case client_errc::format_string_invalid_specifier: return "The supplied format specifier is not supported by the type being formatted."; case client_errc::format_arg_not_found: return "A format argument referenced by a format string was not found. Check the number of format " "arguments passed and their names."; case client_errc::unknown_character_set: return "The character set used by the connection is not known by the client. Use set_character_set " "or async_set_character_set before invoking operations that require a known charset."; case client_errc::max_buffer_size_exceeded: return "An operation attempted to read or write a packet larger than the maximum buffer size. " "Try increasing any_connection_params::max_buffer_size."; case client_errc::operation_in_progress: return "Another operation is currently in progress for this connection. Make sure that a single " "connection does not run two asynchronous operations in parallel."; case client_errc::not_connected: return "The requested operation requires an established session. Call async_connect before invoking " "other operations."; case client_errc::engaged_in_multi_function: return "The connection is currently engaged in a multi-function operation." "Finish the current operation by calling async_read_some_rows and async_read_resultset_head " "before " "starting any other operation."; case client_errc::not_engaged_in_multi_function: return "The operation requires the connection to be engaged in a multi-function operation. " "Use async_start_execution to start one."; case client_errc::bad_handshake_packet_type: return "During handshake, the server sent a packet type that is not allowed in the current state " "(protocol violation)."; case client_errc::unknown_openssl_error: return "An OpenSSL function failed and did not provide any extra diagnostics."; default: return ""; } } inline const char* error_to_string(common_server_errc v) { const char* res = detail::common_error_to_string(static_cast(v)); return res ? res : ""; } class client_category final : public boost::system::error_category { public: const char* name() const noexcept final override { return "mysql.client"; } std::string message(int ev) const final override { return error_to_string(static_cast(ev)); } }; class common_server_category final : public boost::system::error_category { public: const char* name() const noexcept final override { return "mysql.common-server"; } std::string message(int ev) const final override { return error_to_string(static_cast(ev)); } }; class mysql_server_category final : public boost::system::error_category { public: const char* name() const noexcept final override { return "mysql.mysql-server"; } std::string message(int ev) const final override { return detail::mysql_error_to_string(ev); } }; class mariadb_server_category final : public boost::system::error_category { public: const char* name() const noexcept final override { return "mysql.mariadb-server"; } std::string message(int ev) const final override { return detail::mariadb_error_to_string(ev); } }; // Optimization, so that static initialization happens only once (reduces C++11 thread-safe initialization // overhead) struct all_categories { client_category client; common_server_category common_server; mysql_server_category mysql_server; mariadb_server_category mariadb_server; static const all_categories& get() noexcept { static all_categories res; return res; } }; } // namespace detail } // namespace mysql } // namespace boost const boost::system::error_category& boost::mysql::get_client_category() noexcept { return detail::all_categories::get().client; } const boost::system::error_category& boost::mysql::get_common_server_category() noexcept { return detail::all_categories::get().common_server; } const boost::system::error_category& boost::mysql::get_mysql_server_category() noexcept { return detail::all_categories::get().mysql_server; } const boost::system::error_category& boost::mysql::get_mariadb_server_category() noexcept { return detail::all_categories::get().mariadb_server; } #endif