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
PK烗\ SSKBDocumentation.phpnuW+Aurl = $url; if ($anchor !== null) { $this->anchor = $anchor; } } /** * Get the url * * @return string */ public function getUrl(): string { return $this->url; } /** * Get the anchor * * @return string|null */ public function getAnchor(): ?string { return $this->anchor; } /** * Used for json_encode function * This can seem useless, do not remove it. * * @return array */ public function jsonSerialize(): array { $outObj = []; $outObj['url'] = $this->url; if ($this->anchor !== null) { $outObj['anchor'] = $this->anchor; } return $outObj; } } PK烗\@ KBEntry.phpnuW+Aname = $name; if ($type !== null) { $this->type = $type; } if ($dynamic !== null) { $this->dynamic = $dynamic; } } /** * Get the variable name * * @return string */ public function getName(): string { return $this->name; } /** * Is the variable dynamic * * @return bool|null */ public function isDynamic(): ?bool { return $this->dynamic; } /** * Get the variable type * * @return string|null */ public function getType(): ?string { return $this->type; } /** * Variable has documentations * * @return bool */ public function hasDocumentations(): bool { if ($this->docs === null) { return false; } else { return count($this->docs) > 0; } } /** * Get all documentations * * @return KBDocumentation[] */ public function getDocumentations(): array { return $this->docs; } /** * Add documentation link * * @param string $url The URL * @param string|null $anchor The anchor * @return KBDocumentation */ public function addDocumentation(string $url, ?string $anchor = null): KBDocumentation { $this->url = $url; if ($this->docs === null) { $this->docs = []; } $kbd = new KBDocumentation($url, $anchor); $this->docs[] = $kbd; return $kbd; } /** * Used for json_encode function * This can seem useless, do not remove it. * * @return array */ public function jsonSerialize(): array { $outObj = []; $outObj['name'] = $this->name; if ($this->type !== null) { $outObj['type'] = $this->type; } if ($this->dynamic !== null) { $outObj['dynamic'] = $this->dynamic; } if ($this->docs !== null) { $outObj['docs'] = $this->docs; } return $outObj; } } PK烗\ ͂KBException.phpnuW+Aa)) { foreach ($kbEntries->a as $kbEntry) { if ($type === Search::ANY) { return Search::$data->urls[$kbEntry->u] . '#' . $kbEntry->a; } elseif ($type === Search::MYSQL) { if ($kbEntry->t === Search::MYSQL) { return Search::$data->urls[$kbEntry->u] . '#' . $kbEntry->a; } } elseif ($type === Search::MARIADB) { if ($kbEntry->t === Search::MARIADB) { return Search::$data->urls[$kbEntry->u] . '#' . $kbEntry->a; } } } } throw new KBException($name . ' does not exist for this type of documentation !'); } /** * Get a variable * * @param string $name Name of variable * @return stdClass * @throws KBException */ public static function getVariable(string $name): stdClass { self::loadData(); if (isset(Search::$data->vars->{$name})) { return Search::$data->vars->{$name}; } else { throw new KBException($name . ' does not exist !'); } } /** * get the type of the variable * * @param string $name Name of variable * @return string * @throws KBException */ public static function getVariableType(string $name): string { self::loadData(); $kbEntry = self::getVariable($name); if (isset($kbEntry->t)) { return Search::$data->varTypes->{$kbEntry->t}; } else { throw new KBException($name . ' does have a known type !'); } } /** * Return the list of static variables * * @return array */ public static function getStaticVariables(): array { return self::getVariablesWithDynamic(false); } /** * Return the list of dynamic variables * * @return array */ public static function getDynamicVariables(): array { return self::getVariablesWithDynamic(true); } /** * Return the list of variables having dynamic = $dynamic * * @param bool $dynamic dynamic=true/dynamic=false * @return array */ public static function getVariablesWithDynamic(bool $dynamic): array { self::loadData(); $staticVars = []; foreach (Search::$data->vars as $name => $var) { if (isset($var->d)) { if ($var->d === $dynamic) { $staticVars[] = $name; } } } return $staticVars; } } PK烗\-+)) SlimData.phpnuW+A */ private $types = ['MYSQL' => 1, 'MARIADB' => 2]; /** * Types of variables * * @var array */ private $varTypes = [ 'string' => 1, 'boolean' => 2, 'integer' => 3, 'numeric' => 4, 'enumeration' => 5, 'set' => 6, 'directory name' => 7, 'file name' => 8, 'byte' => 9, ]; /** * Create a slimData object * * @param float|null $version The version * @param array|null $types The types of documentations * @param array|null $varTypes The types of variables */ public function __construct( ?float $version = null, ?array $types = null, ?array $varTypes = null ) { if ($version !== null) { $this->version = $version; } if ($types !== null) { $this->types = $types; } if ($varTypes !== null) { $this->varTypes = $varTypes; } } /** * Add a variable * * @param string $name The name * @param string|null $type The type * @param bool|null $dynamic Is dynamic * @return KBEntry The newly created KBEntry */ public function addVariable(string $name, ?string $type, ?bool $dynamic): KBEntry { $kbe = new KBEntry($name, $type, $dynamic); $this->vars[] = $kbe; return $kbe; } /** * Used for json_encode function * This can seem useless, do not remove it. * * @phpstan-ignore-next-line * @return array */ public function jsonSerialize(): array { $outObj = []; if (count($this->vars) > 0) { $vars = new stdClass(); foreach ($this->vars as $var) { $variable = new stdClass(); $variable->d = $var->isDynamic(); if ($variable->d === null) { unset($variable->d); } if ($var->getType() !== null) { if (isset($this->varTypes[$var->getType()]) === false) { $this->varTypes[$var->getType()] = count($this->varTypes) + 1; } $variable->t = $this->varTypes[$var->getType()]; } if ($var->hasDocumentations()) { $variable->a = []; foreach ($var->getDocumentations() as $kbd) { $entry = new stdClass(); $entry->a = $kbd->getAnchor(); if ($entry->a === null) { unset($entry->a); } if (preg_match('!^(https|http)://mariadb.com!', $kbd->getUrl())) { $entry->t = $this->types['MARIADB']; } elseif (preg_match('!^(https|http)://dev.mysql.com!', $kbd->getUrl())) { $entry->t = $this->types['MYSQL']; } if (isset($entry->t)) {// If has no valid type, skip. //Do not allow other urls. $keyIndex = array_search($kbd->getUrl(), $this->urls); if ($keyIndex === false) { $this->urls[] = $kbd->getUrl(); } $keyIndex = array_search($kbd->getUrl(), $this->urls); $entry->u = $keyIndex; $variable->a[] = $entry; } } } $vars->{$var->getName()} = $variable; } $outObj['vars'] = $vars; } $outObj['version'] = $this->version; if (count($this->vars) > 0) { $outObj['types'] = array_flip($this->types); $outObj['varTypes'] = array_flip($this->varTypes); $outObj['urls'] = $this->urls; } return $outObj; } } PK烗\ SSKBDocumentation.phpnuW+APK烗\@ KBEntry.phpnuW+APK烗\ ͂KBException.phpnuW+APK烗\k p {Search.phpnuW+APK烗\-+)) _&SlimData.phpnuW+APK8