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
/*++ BUILD Version: 0001 // Increment this if a change has global effects Copyright (c) 1995-1999, Microsoft Corporation Module Name: wownt16.h Abstract: Procedure declarations for functions in WOW32.DLL callable by 3rd-party 16-bit thunking code. --*/ #ifndef _WOWNT16_ #define _WOWNT16_ #if defined(_MSC_VER) #if _MSC_VER > 1000 #pragma once #endif #endif #ifdef __cplusplus extern "C" { #endif // // 16:16 -> 0:32 Pointer translation. // // GetVDMPointer32W will convert the passed in 16-bit address // to the equivalent 32-bit flat pointer. The upper 16 bits // of the address are treated according to the value passed in // fMode: if fMode = 1, then the hiword of vp is used as a // protected mode selector. Otherwise it is used as a real mode // segment value. // The lower 16 bits are treated as the offset. // // The return value is 0 if the selector is invalid. // // NOTE: Limit checking is not performed in the retail build // of Windows NT. It is performed in the checked (debug) build // of WOW32.DLL, which will cause 0 to be returned when the // limit is exceeded by the supplied offset. // DWORD FAR PASCAL GetVDMPointer32W(LPVOID vp, UINT fMode); // // Win32 module management. // // The following routines accept parameters that correspond directly // to the respective Win32 API function calls that they invoke. Refer // to the Win32 reference documentation for more detail. DWORD FAR PASCAL LoadLibraryEx32W(LPCSTR lpszLibFile, DWORD hFile, DWORD dwFlags); DWORD FAR PASCAL GetProcAddress32W(DWORD hModule, LPCSTR lpszProc); DWORD FAR PASCAL FreeLibrary32W(DWORD hLibModule); // // Generic Thunk Routine: // // CallProc32W // // Transitions to 32 bits and calls specified routine // // This routine can pass a variable number of arguments, up to 32, to the // target 32-bit routine. These arguments are given to CallProc32W following // the 3 required parameters. // // DWORD cParams - Number of optional DWORD parameters (0-32) // // LPVOID fAddressConvert - Bit Field, for 16:16 address Convertion. The // optional parameters can be automatically converted // from a 16:16 address format to flat by specifying // a 1 bit in the corresponding position in this mask. // eg (bit 1 means convert parameter 1 from 16:16 // to flat address before calling routine) // // DWORD lpProcAddress - 32 bit native address to call (use LoadLibraryEx32W // and GetProcAddress32W to get this address). // // Returns: // What ever the API returned on 32 bit side in AX:DX // // Error Returns: // AX = 0, more than 32 parameters. // // // The function prototype must be declared by the application source code // in the following format: // // DWORD FAR PASCAL CallProc32W( DWORD p1, ... , DWORD lpProcAddress, // DWORD fAddressConvert, DWORD cParams); // // where the value in cParams must match the actual number of optional // parameters (p1-pn) given AND the "DWORD p1, ..." must be replaced by // the correct number of parameters being passed. For example, passing 3 // parameter would simply require the removal of the ... and it insertion of // "DWORD p2, DWORD p3" instead. The fAddressConvert parameter uses bit 1 // for the last parameter (p3 in our example), with bit 2 for the next to last, // etc. // // Generic Thunk Routine: // // CallProcEx32W // // Transitions to 32 bits and calls specified routine // // Similar to the CallProc32W function, the CallProcEx32W is an equivalent // function that is C calling convention and allows easier and more flexible // prototyping. See the prototype below. The fAddressConvert parameter uses // bit 1 for the 1st parameter, bit 2 for the 2nd parameter, etc. // // Both CallProc32W and CallProcEx32W accept a flag OR'd with the parameter // count to indicate the calling convention of the function in 32 bits. // For example, to call a cdecl function in 32-bits with 1 parameter, it would // look like this: // // dwResult = CallProcEx32W( CPEX_DEST_CDECL | 1, 0, dwfn32, p1 ); // DWORD FAR CDECL CallProcEx32W( DWORD, DWORD, DWORD, ... ); #define CPEX_DEST_STDCALL 0x00000000L #define CPEX_DEST_CDECL 0x80000000L #ifdef __cplusplus } #endif #endif /* !_WOWNT16_ */