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-2015 Renato Tegon Forti, Antony Polukhin. // Copyright Antony Polukhin, 2016-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_DETAIL_POSIX_PATH_FROM_HANDLE_HPP #define BOOST_DLL_DETAIL_POSIX_PATH_FROM_HANDLE_HPP #include #include #include #include #ifdef BOOST_HAS_PRAGMA_ONCE # pragma once #endif #if BOOST_OS_MACOS || BOOST_OS_IOS # include # include # include // for std::ptrdiff_t namespace boost { namespace dll { namespace detail { inline void* strip_handle(void* handle) noexcept { return reinterpret_cast( (reinterpret_cast(handle) >> 2) << 2 ); } inline boost::dll::fs::path path_from_handle(void* handle, std::error_code &ec) { handle = strip_handle(handle); // Iterate through all images currently in memory // https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man3/dyld.3.html const uint32_t count = _dyld_image_count(); // not thread safe: other thread my [un]load images for (uint32_t i = 0; i <= count; ++i) { // on last iteration `i` is equal to `count` which is out of range, so `_dyld_get_image_name` // will return NULL. `dlopen(NULL, RTLD_LAZY)` call will open the current executable. const char* image_name = _dyld_get_image_name(i); // dlopen/dlclose must not affect `_dyld_image_count()`, because libraries are already loaded and only the internal counter is affected void* probe_handle = dlopen(image_name, RTLD_LAZY); dlclose(probe_handle); // If the handle is the same as what was passed in (modulo mode bits), return this image name if (handle == strip_handle(probe_handle)) { boost::dll::detail::reset_dlerror(); return image_name; } } boost::dll::detail::reset_dlerror(); ec = std::make_error_code( std::errc::bad_file_descriptor ); return boost::dll::fs::path(); } }}} // namespace boost::dll::detail #elif BOOST_OS_ANDROID #include namespace boost { namespace dll { namespace detail { struct soinfo { // if defined(__work_around_b_24465209__), then an array of char[128] goes here. // Unfortunately, __work_around_b_24465209__ is visible only during compilation of Android's linker const void* phdr; size_t phnum; void* entry; void* base; // ... // Ignoring remaning parts of the structure }; inline boost::dll::fs::path path_from_handle(const void* handle, std::error_code &ec) { static const std::size_t work_around_b_24465209__offset = 128; const struct soinfo* si = reinterpret_cast( static_cast(handle) + work_around_b_24465209__offset ); boost::dll::fs::path ret = boost::dll::symbol_location_ptr(si->base, ec); if (ec) { ec.clear(); si = static_cast(handle); return boost::dll::symbol_location_ptr(si->base, ec); } return ret; } }}} // namespace boost::dll::detail #else // #if BOOST_OS_MACOS || BOOST_OS_IOS || BOOST_OS_ANDROID // for dlinfo #include #if BOOST_OS_QNX // QNX's copy of and reside in sys folder # include #elif BOOST_OS_CYGWIN // Cygwin returns the opaque pointer-sized handle of type `HMODULE` on the invoke of `dlopen`, // which cannot be interpreted. As GCC on Cygwin always links to KERNEL32.DLL, we can use the // standard Win32 API `GetModuleFileNameW` to implement `path_from_handle` // // Introduce the Win32 API `GetModuleFileNameW` here extern "C" void GetModuleFileNameW(void*, wchar_t*, unsigned long long); // Introduce the Win32 API `GetLastError` here extern "C" unsigned long long GetLastError(); #else # include // struct link_map #endif namespace boost { namespace dll { namespace detail { #if BOOST_OS_QNX // Android and QNX miss struct link_map. QNX misses ElfW macro, so avoiding it. struct link_map { void *l_addr; // Base address shared object is loaded at char *l_name; // Absolute file name object was found in // ... // Ignoring remaning parts of the structure }; #endif // #if BOOST_OS_QNX inline boost::dll::fs::path path_from_handle(void* handle, std::error_code &ec) { // RTLD_DI_LINKMAP (RTLD_DI_ORIGIN returns only folder and is not suitable for this case) // Obtain the Link_map for the handle that is specified. // The p argument points to a Link_map pointer (Link_map // **p). The actual storage for the Link_map structure is // maintained by ld.so.1. // // Unfortunately we can not use `dlinfo(handle, RTLD_DI_LINKMAP, &link_map) < 0` // because it is not supported on MacOS X 10.3, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, // HP-UX 11, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, Interix 3.5, BeOS. // Fortunately, investigating the sources of open source projects brought the understanding, that // `handle` is just a `struct link_map*` that contains full library name. #if BOOST_OS_CYGWIN // Cygwin doesn't have header unsigned long long buffer_size = 4096; std::vector buffer; do { buffer.resize(buffer_size); GetModuleFileNameW(handle, buffer.data(), buffer.size()); buffer_size *= 2; } while (GetLastError() == 122 /* ERROR_INSUFFICIENT_BUFFER */); if (GetLastError() == 0) { return boost::filesystem::path(buffer.data()); } else { boost::dll::detail::reset_dlerror(); ec = std::make_error_code(std::errc::bad_file_descriptor); return boost::filesystem::path(); } #else const struct link_map* link_map = 0; #if BOOST_OS_BSD_FREE // FreeBSD has it's own logic http://code.metager.de/source/xref/freebsd/libexec/rtld-elf/rtld.c // Fortunately it has the dlinfo call. if (dlinfo(handle, RTLD_DI_LINKMAP, &link_map) < 0) { link_map = 0; } #else link_map = static_cast(handle); #endif if (!link_map) { boost::dll::detail::reset_dlerror(); ec = std::make_error_code( std::errc::bad_file_descriptor ); return boost::dll::fs::path(); } if (!link_map->l_name || *link_map->l_name == '\0') { return program_location_impl(ec); } return boost::dll::fs::path(link_map->l_name); #endif } }}} // namespace boost::dll::detail #endif // #if BOOST_OS_MACOS || BOOST_OS_IOS #endif // BOOST_DLL_DETAIL_POSIX_PATH_FROM_HANDLE_HPP