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 2014 Renato Tegon Forti, Antony Polukhin. // Copyright Antony Polukhin, 2015-2025. // // 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_DLL_SHARED_LIBRARY_IMPL_HPP #define BOOST_DLL_SHARED_LIBRARY_IMPL_HPP #include #include #include #include #include #include #include // std::move #include #include // strncmp #if !BOOST_OS_MACOS && !BOOST_OS_IOS && !BOOST_OS_QNX && !BOOST_OS_CYGWIN # include #elif BOOST_OS_QNX // QNX's copy of and reside in sys folder # include #endif #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif namespace boost { namespace dll { namespace detail { class shared_library_impl { public: typedef void* native_handle_t; shared_library_impl() noexcept : handle_(nullptr) {} ~shared_library_impl() noexcept { unload(); } shared_library_impl(shared_library_impl&& sl) noexcept : handle_(sl.handle_) { sl.handle_ = nullptr; } explicit shared_library_impl(native_handle_t handle) noexcept : handle_(handle) {} shared_library_impl & operator=(shared_library_impl&& sl) noexcept { swap(sl); return *this; } static boost::dll::fs::path decorate(const boost::dll::fs::path & sl) { boost::dll::fs::path actual_path = ( std::strncmp(sl.filename().string().c_str(), "lib", 3) ? boost::dll::fs::path((sl.has_parent_path() ? sl.parent_path() / "lib" : "lib").native() + sl.filename().native()) : sl ); actual_path += suffix(); return actual_path; } void load(boost::dll::fs::path sl, load_mode::type portable_mode, std::error_code &ec) { typedef int native_mode_t; native_mode_t native_mode = static_cast(portable_mode); unload(); // Do not allow opening NULL paths. User must use program_location() instead if (sl.empty()) { boost::dll::detail::reset_dlerror(); ec = std::make_error_code( std::errc::bad_file_descriptor ); return; } // Fixing modes if (!(native_mode & load_mode::rtld_now)) { native_mode |= load_mode::rtld_lazy; } if (!(native_mode & load_mode::rtld_global)) { native_mode |= load_mode::rtld_local; } #if BOOST_OS_LINUX || BOOST_OS_ANDROID if (!sl.has_parent_path() && !(native_mode & load_mode::search_system_folders)) { sl = "." / sl; } #else if (!sl.is_absolute() && !(native_mode & load_mode::search_system_folders)) { boost::dll::fs::error_code current_path_ec; boost::dll::fs::path prog_loc = boost::dll::fs::current_path(current_path_ec); if (!current_path_ec) { prog_loc /= sl; sl.swap(prog_loc); } } #endif native_mode = static_cast(native_mode) & ~static_cast(load_mode::search_system_folders); // Trying to open with appended decorations if (!!(native_mode & load_mode::append_decorations)) { native_mode = static_cast(native_mode) & ~static_cast(load_mode::append_decorations); boost::dll::fs::path actual_path = decorate(sl); handle_ = dlopen(actual_path.c_str(), native_mode); if (handle_) { boost::dll::detail::reset_dlerror(); return; } boost::dll::fs::error_code prog_loc_err; boost::dll::fs::path loc = boost::dll::detail::program_location_impl(prog_loc_err); if (boost::dll::fs::exists(actual_path) && !boost::dll::fs::equivalent(sl, loc, prog_loc_err)) { // decorated path exists : current error is not a bad file descriptor and we are not trying to load the executable itself ec = std::make_error_code( std::errc::executable_format_error ); return; } } // Opening by exactly specified path handle_ = dlopen(sl.c_str(), native_mode); if (handle_) { boost::dll::detail::reset_dlerror(); return; } ec = std::make_error_code( std::errc::bad_file_descriptor ); // Maybe user wanted to load the executable itself? Checking... // We assume that usually user wants to load a dynamic library not the executable itself, that's why // we try this only after traditional load fails. boost::dll::fs::error_code prog_loc_err; boost::dll::fs::path loc = boost::dll::detail::program_location_impl(prog_loc_err); if (!prog_loc_err && boost::dll::fs::equivalent(sl, loc, prog_loc_err) && !prog_loc_err) { // As is known the function dlopen() loads the dynamic library file // named by the null-terminated string filename and returns an opaque // "handle" for the dynamic library. If filename is NULL, then the // returned handle is for the main program. ec.clear(); boost::dll::detail::reset_dlerror(); handle_ = dlopen(nullptr, native_mode); if (!handle_) { ec = std::make_error_code( std::errc::bad_file_descriptor ); } } } bool is_loaded() const noexcept { return (handle_ != 0); } void unload() noexcept { if (!is_loaded()) { return; } dlclose(handle_); handle_ = 0; } void swap(shared_library_impl& rhs) noexcept { boost::core::invoke_swap(handle_, rhs.handle_); } boost::dll::fs::path full_module_path(std::error_code &ec) const { return boost::dll::detail::path_from_handle(handle_, ec); } static boost::dll::fs::path suffix() { // https://sourceforge.net/p/predef/wiki/OperatingSystems/ #if BOOST_OS_MACOS || BOOST_OS_IOS return ".dylib"; #else return ".so"; #endif } void* symbol_addr(const char* sb, std::error_code &ec) const noexcept { // dlsym - obtain the address of a symbol from a dlopen object void* const symbol = dlsym(handle_, sb); if (symbol == nullptr) { ec = std::make_error_code( std::errc::invalid_seek ); } // If handle does not refer to a valid object opened by dlopen(), // or if the named symbol cannot be found within any of the objects // associated with handle, dlsym() shall return NULL. // More detailed diagnostic information shall be available through dlerror(). return symbol; } native_handle_t native() const noexcept { return handle_; } private: native_handle_t handle_; }; }}} // boost::dll::detail #endif // BOOST_DLL_SHARED_LIBRARY_IMPL_HPP