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
#ifndef BOOST_HASH2_MURMUR3_HPP_INCLUDED #define BOOST_HASH2_MURMUR3_HPP_INCLUDED // Copyright 2017, 2018 Peter Dimov. // Distributed under the Boost Software License, Version 1.0. // https://www.boost.org/LICENSE_1_0.txt // // MurmurHash3, https://github.com/aappleby/smhasher/wiki/MurmurHash3 #include #include #include #include #include #include #include #include namespace boost { namespace hash2 { class murmur3_32 { private: std::uint32_t h_; unsigned char buffer_[ 4 ]; std::size_t m_; // == n_ % 4 std::size_t n_; private: static const std::uint32_t c1 = 0xcc9e2d51u; static const std::uint32_t c2 = 0x1b873593u; private: static BOOST_FORCEINLINE void mix( std::uint32_t & h, std::uint32_t k ) { k *= c1; k = detail::rotl( k, 15 ); k *= c2; h ^= k; h = detail::rotl( h, 13 ); h = h * 5 + 0xe6546b64; } void update_( unsigned char const * p, std::size_t m ) { std::uint32_t h = h_; for( std::size_t i = 0; i < m; ++i, p += 4 ) { std::uint32_t k = detail::read32le( p ); mix( h, k ); } h_ = h; } public: typedef std::uint32_t result_type; typedef std::uint32_t size_type; explicit murmur3_32( std::uint64_t seed = 0 ): m_( 0 ), n_( 0 ) { h_ = static_cast( seed ); std::uint32_t k = static_cast( seed >> 32 ); if( k != 0 ) { mix( h_, k ); } } murmur3_32( unsigned char const * p, std::size_t n ): m_( 0 ), n_( 0 ) { if( n == 0 ) { h_ = 0; } else if( n <= 4 ) { unsigned char q[ 4 ] = {}; std::memcpy( q, p, n ); h_ = detail::read32le( q ); } else { h_ = detail::read32le( p ); p += 4; n -= 4; update( p, n ); result(); } } void update( void const * pv, std::size_t n ) { unsigned char const* p = static_cast( pv ); BOOST_ASSERT( m_ == n_ % 4 ); if( n == 0 ) return; n_ += n; if( m_ > 0 ) { std::size_t k = 4 - m_; if( n < k ) { k = n; } std::memcpy( buffer_ + m_, p, k ); p += k; n -= k; m_ += k; if( m_ < 4 ) return; BOOST_ASSERT( m_ == 4 ); update_( buffer_, 1 ); m_ = 0; } BOOST_ASSERT( m_ == 0 ); { std::size_t k = n / 4; update_( p, k ); p += 4 * k; n -= 4 * k; } BOOST_ASSERT( n < 4 ); if( n > 0 ) { std::memcpy( buffer_, p, n ); m_ = n; } BOOST_ASSERT( m_ == n_ % 4 ); } std::uint32_t result() { BOOST_ASSERT( m_ == n_ % 4 ); // std::memset( buffer_ + m_, 0, 4 - m_ ); // std::uint32_t k = detail::read32le( buffer_ ); std::uint32_t k = 0; switch( m_ ) { case 1: k = buffer_[0]; break; case 2: k = buffer_[0] + (buffer_[1] << 8); break; case 3: k = buffer_[0] + (buffer_[1] << 8) + (buffer_[2] << 16); break; } k *= c1; k = detail::rotl( k, 15 ); k *= c2; std::uint32_t h = h_; h ^= k; h ^= static_cast( n_ ); h ^= h >> 16; h *= 0x85ebca6b; h ^= h >> 13; h *= 0xc2b2ae35; h ^= h >> 16; n_ += 4 - m_; m_ = 0; // clear buffered plaintext std::memset( buffer_, 0, 4 ); return h; } }; class murmur3_128 { private: std::uint64_t h1_, h2_; unsigned char buffer_[ 16 ]; std::size_t m_; // == n_ % 16 std::size_t n_; private: static const std::uint64_t c1 = 0x87c37b91114253d5ull; static const std::uint64_t c2 = 0x4cf5ad432745937full; private: void update_( unsigned char const * p, std::size_t k ) { std::uint64_t h1 = h1_, h2 = h2_; for( std::size_t i = 0; i < k; ++i, p += 16 ) { std::uint64_t k1 = detail::read64le( p + 0 ); std::uint64_t k2 = detail::read64le( p + 8 ); k1 *= c1; k1 = detail::rotl( k1, 31 ); k1 *= c2; h1 ^= k1; h1 = detail::rotl( h1, 27 ); h1 += h2; h1 = h1 * 5 + 0x52dce729; k2 *= c2; k2 = detail::rotl( k2, 33 ); k2 *= c1; h2 ^= k2; h2 = detail::rotl( h2, 31 ); h2 += h1; h2 = h2 * 5 + 0x38495ab5; } h1_ = h1; h2_ = h2; } static std::uint64_t fmix( std::uint64_t k ) { k ^= k >> 33; k *= 0xff51afd7ed558ccdull; k ^= k >> 33; k *= 0xc4ceb9fe1a85ec53ull; k ^= k >> 33; return k; } public: typedef std::array result_type; typedef std::uint64_t size_type; explicit murmur3_128( std::uint64_t seed = 0 ): m_( 0 ), n_( 0 ) { h1_ = seed; h2_ = seed; } murmur3_128( std::uint64_t seed1, std::uint64_t seed2 ): m_( 0 ), n_( 0 ) { h1_ = seed1; h2_ = seed2; } murmur3_128( unsigned char const * p, std::size_t n ): m_( 0 ), n_( 0 ) { if( n == 0 ) { h1_ = h2_ = 0; } else if( n <= 8 ) { unsigned char q[ 8 ] = {}; std::memcpy( q, p, n ); h1_ = h2_ = detail::read64le( q ); } else if( n <= 16 ) { unsigned char q[ 18 ] = {}; std::memcpy( q, p, n ); h1_ = detail::read64le( q + 0 ); h2_ = detail::read64le( q + 8 ); } else { h1_ = detail::read64le( p + 0 ); h2_ = detail::read64le( p + 8 ); p += 16; n -= 16; update( p, n ); result(); } } void update( void const * pv, std::size_t n ) { unsigned char const* p = static_cast( pv ); BOOST_ASSERT( m_ == n_ % 16 ); if( n == 0 ) return; n_ += n; if( m_ > 0 ) { std::size_t k = 16 - m_; if( n < k ) { k = n; } std::memcpy( buffer_ + m_, p, k ); p += k; n -= k; m_ += k; if( m_ < 16 ) return; BOOST_ASSERT( m_ == 16 ); update_( buffer_, 1 ); m_ = 0; } BOOST_ASSERT( m_ == 0 ); { std::size_t k = n / 16; update_( p, k ); p += 16 * k; n -= 16 * k; } BOOST_ASSERT( n < 16 ); if( n > 0 ) { std::memcpy( buffer_, p, n ); m_ = n; } BOOST_ASSERT( m_ == n_ % 16 ); } result_type result() { BOOST_ASSERT( m_ == n_ % 16 ); std::memset( buffer_ + m_, 0, 16 - m_ ); std::uint64_t h1 = h1_, h2 = h2_; std::uint64_t k1 = detail::read64le( buffer_ + 0 ); std::uint64_t k2 = detail::read64le( buffer_ + 8 ); k1 *= c1; k1 = detail::rotl( k1, 31 ); k1 *= c2; h1 ^= k1; k2 *= c2; k2 = detail::rotl( k2, 33 ); k2 *= c1; h2 ^= k2; h1 ^= n_; h2 ^= n_; h1 += h2; h2 += h1; h1 = fmix( h1 ); h2 = fmix( h2 ); h1 += h2; h2 += h1; n_ += 16 - m_; m_ = 0; // clear buffered plaintext std::memset( buffer_, 0, 16 ); result_type r; detail::write64le( &r[ 0 ], h1 ); detail::write64le( &r[ 8 ], h2 ); return r; } }; } // namespace hash2 } // namespace boost #endif // #ifndef BOOST_HASH2_MURMUR3_HPP_INCLUDED