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
#! /bin/bash trace () { # echo $* >&2 true } wgetfirst=false #wgetfirst=true case "$1" in -sh) postproc=cat shift;; *) postproc=bash;; esac case `basename "$PWD"` in mintty) echo "You seem to be in a mintty config directory:" >&2 echo " $PWD" >&2 echo "For direct emoji deployment, run this script from its subdirectory 'emojis'." >&2 exit;; esac emojisurl0=https://www.unicode.org/emoji/charts/full-emoji-list.html emojisurl1=https://www.unicode.org/emoji/charts/full-emoji-modifiers.html download () { if $wgetfirst then wget -N -t 1 "$1" elif type curl then # prefer curl because it works better behind proxies if [ -f `basename "$1"` ] then curl -RO -z `basename "$1"` "$1" else # avoid "Warning: Illegal date format for -z" curl -RO "$1" fi else wget -N -t 1 "$1" fi || (echo "FILE: $1" >&2 echo "ERROR: download failed, file incomplete" >&2 if [ -f `basename "$1"` ] then # enforce fresh download next time touch -d 1970-01-01 `basename "$1"` fi return 9 ) } case "$1" in ""|-h|--help) echo "Usage: `basename $0` [-d | DIR | .../full-emoji-list.html] [EMOJI_STYLE]..." >&2 echo >&2 echo "This script extracts emojis graphics (.png format) from a downloaded copy of" >&2 echo " $emojisurl0" >&2 echo " $emojisurl1" >&2 echo "for the selected emoji style sets, or (if none selected) all of them:" >&2 echo " google" >&2 echo "and always extracts common emoji graphics." >&2 echo "Other styles are no longer provided at unicode.org:" >&2 echo " [apple facebook windows twitter emojione samsung]" >&2 echo >&2 echo "Options:" >&2 echo " -d Download the chart files" >&2 echo " DIR Expect the chart files in given directory" >&2 echo >&2 echo "Warning: with all styles selected, this may take a while." >&2 echo >&2 if [ `uname` = "Linux" ] && type wslpath 2> /dev/null 1>&2 then echo "Note: for direct deployment from WSL, first go into the common config directory:" >&2 echo ' cd `wslpath "$APPDATA/mintty/emojis"` || cd `wslpath "$APPDATA/wsltty/emojis"`' >&2 else echo "Note: for direct deployment, first go into subdirectory 'emojis' of one of the" >&2 echo "mintty config directories:" >&2 echo ' ~/.mintty' >&2 echo ' ~/.config/mintty' >&2 echo ' $APPDATA/mintty' >&2 echo ' /usr/share/mintty' >&2 fi exit;; -d|--download) if download $emojisurl0 && download $emojisurl1 then emojis0=full-emoji-list.html emojis1=full-emoji-modifiers.html else echo Download failed >&2 exit fi shift;; *.html) emojis1=`dirname "$1"`/full-emoji-modifiers.html if [ -r "$1" -a -r "$emojis1" ] then emojis0="$1" else echo Not readable: "$1" "$emojis1" >&2 exit fi shift;; *) if [ -d "$1" ] then emojis0="$1"/full-emoji-list.html emojis1="$1"/full-emoji-modifiers.html if [ -r "$emojis0" -a -r "$emojis1" ] then true else echo Not readable: "$emojis0" "$emojis1" >&2 exit fi shift else echo Missing file name of full emoji list >&2 exit fi;; esac echo -n "Using " >&2 cat "$emojis0" | sed -e "s,\(.*\),\1," -e t -e d >&2 #cat "$emojis0" | #sed -e "/^<\/tr/ q" -e "s/.*\([^.<]*\).*/\1/" -e t -e d | #pr -t -n | sed -e "s,^,vendor ," -e 7q # 11.0: # vendor 1 Appl # vendor 2 Goog # vendor 3 Twtr # vendor 4 One # vendor 5 FB # vendor 6 Sams # vendor 7 Wind # 12.0: # vendor 1 Appl # vendor 2 Goog # vendor 3 FB # vendor 4 Wind # vendor 5 Twtr # vendor 6 Joy # vendor 7 Sams seli=0 styles=(common) for vendor in `cat "$emojis0" | sed -e "/^<\/tr/ q" -e "s/.*\([^.<]*\).*/\1/" -e t -e d | sed -e 7q` do seli=`expr $seli + 1` case "$vendor" in Appl) st=apple; apple=$seli;; Sample|Goog) st=google; google=$seli;; FB) st=facebook; facebook=$seli;; Wind) st=windows; windows=$seli;; Twtr) st=twitter; twitter=$seli;; One|Joy) st=emojione; emojione=$seli;; Sams) st=samsung; samsung=$seli;; esac styles[$seli]=$st done case "$1" in "") #set - apple google facebook windows twitter emojione samsung set - google ;; esac sel= while case "$1" in apple) seli="$apple";; google) seli="$google";; facebook) seli="$facebook";; windows) seli="$windows";; twitter) seli="$twitter";; joy|emojione) seli="$emojione";; samsung) seli="$samsung";; "") false;; *) echo emoji set "$1" not known; exit;; esac do sel="$sel$seli" mkdir -p "$1" shift done mkdir -p common google export sel echo "Warning: this may take a while on Cygwin" >&2 LC_ALL=C export LC_ALL total=`grep -e "name='\([^']*\)'.*U+" "$emojis0" "$emojis1" | wc -l` export total ( echo "Extracting $total emojis " >&2 echo LC_ALL=C echo export LC_ALL echo total=$total echo sel=$sel echo "styles=(${styles[*]})" cat <<\/EOS n=0 name () { ename=$1 style=0 n=$(( $n + 1 )) p=$(( ${n}00 / $total )) echo "emoji $ename (${p}%)" >&2 } img0 () { echo " common $ename.png" >&2 echo "$1" | base64 -d > common/$ename.png } imgg () { echo " google $ename.png" >&2 echo "$1" | base64 -d > google/$ename.png } img () { style=$(( $style + 1 )) case $sel in *$style*) echo "$1" | base64 -d > ${styles[$style]}/$ename.png;; esac } imgskip () { style=$(( $style + 1 )) case $sel in *$style*) echo " skip ${styles[$style]}/$ename.png" >&2;; esac } /EOS cat "$emojis0" "$emojis1" | sed -e "s/^.*name='\([^']*\)'.*U+.*/name \1/" -e "t name" \ -e "s/.*—.*/imgskip/" -e t \ -e "s@^.*….*src='data:image/png;base64,\([^']*\)'.*src='data:image/png;base64,\([^']*\)'.*@imgg \1\nimg0 \2@" -e t \ -e "s@^.*….*src='data:image/png;base64,\([^']*\)'.*@img0 \1@" -e t \ -e "s@^.*src='data:image/png;base64,\([^']*\)'.*@img \1@" -e t \ -e d \ -e ": name" \ -e "s,_,-,g" ) | $postproc