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
/* ---------------------------------------------------------------------------- Microsoft D.T.C (Distributed Transaction Coordinator) Copyright (C) 1995-1999 Microsoft Corporation. All rights reserved. @doc @module DTCHelp.h | contains helper API for loading the DTCHelper DLL ------------------------------------------------------------------------------- @rev 0 | 8th -Sep-1995 | GaganC | Created ----------------------------------------------------------------------------- */ #ifndef __DTCHELP_H__ #define __DTCHELP_H__ #include #pragma region Desktop Family #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) //--------------------------------------------------------- // ALL INCLUDE FILES GO HERE //--------------------------------------------------------- #include //--------------------------------------------------------- // constants / enums / typedefs / defines //--------------------------------------------------------- #ifndef DEFINED_DTC_STATUS typedef enum DTC_STATUS_ { DTC_STATUS_UNKNOWN = 0, // Status not known DTC_STATUS_STARTING = 1, // DTC is starting DTC_STATUS_STARTED = 2, // DTC has started DTC_STATUS_PAUSING = 3, // DTC is being paused DTC_STATUS_PAUSED = 4, // DTC has been paused DTC_STATUS_CONTINUING = 5, // DTC is being continued DTC_STATUS_STOPPING = 6, // DTC is stopping DTC_STATUS_STOPPED = 7, // DTC has stopped DTC_STATUS_E_CANTCONTROL = 8, // DTC cannot be controlled in its present state DTC_STATUS_FAILED = 9 // DTC has failed. } DTC_STATUS; #define DEFINED_DTC_STATUS #endif typedef HRESULT (__cdecl * DTC_GET_TRANSACTION_MANAGER)( /* in */ char * pszHost, /* in */ char * pszTmName, /* in */ REFIID rid, /* in */ DWORD dwReserved1, /* in */ WORD wcbReserved2, /* in */ void FAR * pvReserved2, /*out */ void** ppvObject ) ; typedef HRESULT (__cdecl * DTC_GET_TRANSACTION_MANAGER_EX_A)( /* in */ char * i_pszHost, /* in */ char * i_pszTmName, /* in */ REFIID i_riid, /* in */ DWORD i_grfOptions, /* in */ void * i_pvConfigParams, /* out */ void ** o_ppvObject ); typedef HRESULT (__cdecl * DTC_GET_TRANSACTION_MANAGER_EX_W)( /* in */ WCHAR * i_pwszHost, /* in */ WCHAR * i_pwszTmName, /* in */ REFIID i_riid, /* in */ DWORD i_grfOptions, /* in */ void * i_pvConfigParams, /* out */ void ** o_ppvObject ); typedef HRESULT ( * DTC_INSTALL_CLIENT ) ( LPTSTR i_pszRemoteTmHostName, DWORD i_dwProtocol, DWORD i_dwOverwrite ); #ifndef UNICODE #define DTC_GET_TRANSACTION_MANAGER_EX DTC_GET_TRANSACTION_MANAGER_EX_A #define LoadDtcHelperEx LoadDtcHelperExA #define GetDTCStatus GetDTCStatusA #define StartDTC StartDTCA #define StopDTC StopDTCA #else #define DTC_GET_TRANSACTION_MANAGER_EX DTC_GET_TRANSACTION_MANAGER_EX_W #define LoadDtcHelperEx LoadDtcHelperExW #define GetDTCStatus GetDTCStatusW #define StartDTC StartDTCW #define StopDTC StopDTCW #endif #define DTCINSTALL_E_CLIENT_ALREADY_INSTALLED 0x0000180L #define DTCINSTALL_E_SERVER_ALREADY_INSTALLED 0x0000181L //***** Install overwrite options const DWORD DTC_INSTALL_OVERWRITE_CLIENT = 0x00000001; // first bit from right, controls client overwrite // 1=Overwrite existing client install // 0=dont overwrite existing client install const DWORD DTC_INSTALL_OVERWRITE_SERVER = 0x00000002; // second bit from right, controls server overwrite // 1=Overwrite existing server install // 0=dont overwrite existing server install //--------------------------------------------------------- // Function Prototypes //--------------------------------------------------------- #ifdef __cplusplus extern "C" { #endif DTC_GET_TRANSACTION_MANAGER __cdecl LoadDtcHelper (void); DTC_GET_TRANSACTION_MANAGER_EX_A __cdecl LoadDtcHelperExA (void); DTC_GET_TRANSACTION_MANAGER_EX_W __cdecl LoadDtcHelperExW (void); void __cdecl FreeDtcHelper (void); HMODULE __cdecl GetDtcLocaleResourceHandle(void); // Function: Initialize // This function initialized all the function pointers needed to // carry out other operations supported by this static library. // It is optional to make this call. // Returns - S_OK if all is fine, E_FAIL other wise. // Note: this function is not thread safe HRESULT __cdecl Initialize (void); // Function: Uninitialize // This function unloads the dynamically loaded dlls. // Returns - S_OK if all is fine, E_FAIL other wise. // Note: this function is not thread safe HRESULT __cdecl Uninitialize (void); // Function: GetDTCStatusW // Unicode version of GetDTCStatus - used to get the status of the DTC service. // The wszHostName parameter specifies the node on which to perform the // operation. On Windows 9x this parameter must be either NULL or the local // machine name. // Returns - the appropriate status from the enum DTC_STATUS DTC_STATUS __cdecl GetDTCStatusW (_In_ LPWSTR wszHostName); // Function: GetDTCStatusA // Ansi version of GetDTCStatus - used to get the status of the DTC service // The szHostName parameter specifies the node on which to perform the // operation. On Windows 9x this parameter must be either NULL or the local // machine name. // Returns - the appropriate status from the enum DTC_STATUS DTC_STATUS __cdecl GetDTCStatusA (_In_ LPSTR szHostName); // Function: StartDTCW // Unicode version of StartDTC - used to start the DTC service. // If the service is already started then the following is a no-op // The wszHostName parameter specifies the node on which to perform the // operation. On Windows 9x this parameter must be either NULL or the local // machine name. // Returns - S_OK if all is ok // E_FAIL if the operation failed for some reason. // E_UNEXPECTED if an unexpected error occured. HRESULT __cdecl StartDTCW (_In_ LPWSTR wszHostName); // Function: StartDTCA // Ansi version of StartDTC - used to start the DTC service. // If the service is already started then the following is a no-op // The szHostName parameter specifies the node on which to perform the // operation. On Windows 9x this parameter must be either NULL or the local // machine name. // Returns - S_OK if all is ok // E_FAIL if the operation failed for some reason. // E_UNEXPECTED if an unexpected error occured. HRESULT __cdecl StartDTCA (_In_ LPSTR szHostName); // Function: StopDTCW // Unicode version of StopDTC - used to stop the DTC service. // If the service is already stopped then the following is a no-op // The wszHostName parameter specifies the node on which to perform the // operation. On Windows 9x this parameter must be either NULL or the local // machine name. // Returns - S_OK if all is ok // E_FAIL if the operation failed for some reason. // E_UNEXPECTED if an unexpected error occured. HRESULT __cdecl StopDTCW (_In_ LPWSTR wszHostName); // Function: StopDTCA // Ansi version of StopDTC - used to stop the DTC service. // If the service is already stopped then the following is a no-op // The szHostName parameter specifies the node on which to perform the // operation. On Windows 9x this parameter must be either NULL or the local // machine name. // Returns - S_OK if all is ok // E_FAIL if the operation failed for some reason. // E_UNEXPECTED if an unexpected error occured. HRESULT __cdecl StopDTCA (_In_ LPSTR szHostName); // Function: DtcInstallClient // Installs the client version of DTC. // Parameters: i_pszRemoteTmHostName - the name of the host tm, // i_szProt - the protocol to use in string format // 0x00000001 TCP/IP (1) // 0x00000004 NetBEUI (4) // // i_dwOverwrite - overwrite previous install or not? // DTC_INSTALL_OVERWRITE_CLIENT = 0x00000001; // 0=Overwrite existing client install // 1=dont overwrite existing client install // DTC_INSTALL_OVERWRITE_SERVER = 0x00000002; // 0=Overwrite existing server install // 1=dont overwrite existing server install // Returns - S_OK if all is ok // E_FAIL if the operation failed for some reason // E_UNEXPECTED if an unexpected error occured HRESULT __cdecl DtcInstallClient(_In_ LPTSTR i_pszRemoteTmHostName, DWORD i_dwProtocol, DWORD i_dwOverwrite); #ifdef __cplusplus } #endif //--------------------------------------------------------- // ALL ERRORS GO HERE //--------------------------------------------------------- #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ #pragma endregion #endif // __DTCHELP_H__