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
/************************************************************************ * * * mcx.h -- This module defines the 32-Bit Windows MCX APIs * * * * Copyright (c) 1990-1999, Microsoft Corp. All rights reserved. * * * ************************************************************************/ #ifndef _MCX_H_ #define _MCX_H_ #if _MSC_VER > 1000 #pragma once #endif #if _MSC_VER >= 1200 #pragma warning(push) #pragma warning(disable:4820) // padding added after data member #endif typedef struct _MODEMDEVCAPS { DWORD dwActualSize; DWORD dwRequiredSize; DWORD dwDevSpecificOffset; DWORD dwDevSpecificSize; // product and version identification DWORD dwModemProviderVersion; DWORD dwModemManufacturerOffset; DWORD dwModemManufacturerSize; DWORD dwModemModelOffset; DWORD dwModemModelSize; DWORD dwModemVersionOffset; DWORD dwModemVersionSize; // local option capabilities DWORD dwDialOptions; // bitmap of supported values DWORD dwCallSetupFailTimer; // maximum in seconds DWORD dwInactivityTimeout; // maximum in seconds DWORD dwSpeakerVolume; // bitmap of supported values DWORD dwSpeakerMode; // bitmap of supported values DWORD dwModemOptions; // bitmap of supported values DWORD dwMaxDTERate; // maximum value in bit/s DWORD dwMaxDCERate; // maximum value in bit/s // Variable portion for proprietary expansion BYTE abVariablePortion [1]; } MODEMDEVCAPS, *PMODEMDEVCAPS, *LPMODEMDEVCAPS; typedef struct _MODEMSETTINGS { DWORD dwActualSize; DWORD dwRequiredSize; DWORD dwDevSpecificOffset; DWORD dwDevSpecificSize; // static local options (read/write) DWORD dwCallSetupFailTimer; // seconds DWORD dwInactivityTimeout; // seconds DWORD dwSpeakerVolume; // level DWORD dwSpeakerMode; // mode DWORD dwPreferredModemOptions; // bitmap // negotiated options (read only) for current or last call DWORD dwNegotiatedModemOptions; // bitmap DWORD dwNegotiatedDCERate; // bit/s // Variable portion for proprietary expansion BYTE abVariablePortion [1]; } MODEMSETTINGS, *PMODEMSETTINGS, *LPMODEMSETTINGS; // Dial Options #define DIALOPTION_BILLING 0x00000040 // Supports wait for bong "$" #define DIALOPTION_QUIET 0x00000080 // Supports wait for quiet "@" #define DIALOPTION_DIALTONE 0x00000100 // Supports wait for dial tone "W" // SpeakerVolume for MODEMDEVCAPS #define MDMVOLFLAG_LOW 0x00000001 #define MDMVOLFLAG_MEDIUM 0x00000002 #define MDMVOLFLAG_HIGH 0x00000004 // SpeakerVolume for MODEMSETTINGS #define MDMVOL_LOW 0x00000000 #define MDMVOL_MEDIUM 0x00000001 #define MDMVOL_HIGH 0x00000002 // SpeakerMode for MODEMDEVCAPS #define MDMSPKRFLAG_OFF 0x00000001 #define MDMSPKRFLAG_DIAL 0x00000002 #define MDMSPKRFLAG_ON 0x00000004 #define MDMSPKRFLAG_CALLSETUP 0x00000008 // SpeakerMode for MODEMSETTINGS #define MDMSPKR_OFF 0x00000000 #define MDMSPKR_DIAL 0x00000001 #define MDMSPKR_ON 0x00000002 #define MDMSPKR_CALLSETUP 0x00000003 // Modem Options #define MDM_COMPRESSION 0x00000001 #define MDM_ERROR_CONTROL 0x00000002 #define MDM_FORCED_EC 0x00000004 #define MDM_CELLULAR 0x00000008 #define MDM_FLOWCONTROL_HARD 0x00000010 #define MDM_FLOWCONTROL_SOFT 0x00000020 #define MDM_CCITT_OVERRIDE 0x00000040 #define MDM_SPEED_ADJUST 0x00000080 #define MDM_TONE_DIAL 0x00000100 #define MDM_BLIND_DIAL 0x00000200 #define MDM_V23_OVERRIDE 0x00000400 #define MDM_DIAGNOSTICS 0x00000800 //========================================================================= // // // EXTENDED MODEM OPTIONS INFORMATION // // THE following macros define additional bits in dwPreferredModemOptions. // // These bits specify information relevant to making ISDN and GSM // calls, such as which protocol to use. // //========================================================================= #define MDM_MASK_BEARERMODE 0x0000f000 #define MDM_SHIFT_BEARERMODE 12 #define MDM_MASK_PROTOCOLID 0x000f0000 #define MDM_SHIFT_PROTOCOLID 16 #define MDM_MASK_PROTOCOLDATA 0x0ff00000 #define MDM_SHIFT_PROTOCOLDATA 20 // // PROTOCOLINFO is the union of PROTOCOLID and PROTOCOLDATA ... // #define MDM_MASK_PROTOCOLINFO (MDM_MASK_PROTOCOLID|MDM_MASK_PROTOCOLDATA) #define MDM_SHIFT_PROTOCOLINFO MDM_SHIFT_PROTOCOLID // // EXTENDEDINFO is the union of BEARERMODE and PROTOCOLINFO // #define MDM_MASK_EXTENDEDINFO (MDM_MASK_BEARERMODE|MDM_MASK_PROTOCOLINFO) #define MDM_SHIFT_EXTENDEDINFO MDM_SHIFT_BEARERMODE #define MDM_GET_BEARERMODE(_dwOptions) \ (((_dwOptions)&MDM_MASK_BEARERMODE) >> MDM_SHIFT_BEARERMODE) #define MDM_SET_BEARERMODE(_dwOptions,_bm) \ (((_dwOptions) &= ~MDM_MASK_BEARERMODE), \ ((_dwOptions) |= (((_bm)<> MDM_SHIFT_PROTOCOLID) #define MDM_SET_PROTOCOLID(_dwOptions,_prot) \ (((_dwOptions) &= ~MDM_MASK_PROTOCOLID), \ ((_dwOptions) |= (((_prot)<> MDM_SHIFT_PROTOCOLDATA) #define MDM_SET_PROTOCOLDATA(_dwOptions,_pd) \ (((_dwOptions) &= ~MDM_MASK_PROTOCOLDATA), \ ((_dwOptions) |= (((_pd)<= 1200 #pragma warning(pop) #endif #endif /* _MCX_H_ */