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/dash # this script is 20% faster with dash than with bash ############################################################################# # download function download_noto () { # download noto third-party region flags if [ -d noto-emoji-flags ] then if [ -d noto-emoji-flags/.git ] then (cd noto-emoji-flags; git pull) else echo WARNING: directory noto-emoji-flags already exists but no git config - Exit exit 9 fi else notogit=https://github.com/googlefonts/noto-emoji git clone --depth 1 -n --filter=blob:none $notogit noto-emoji-flags (cd noto-emoji-flags git sparse-checkout set --no-cone third_party/region-flags/png git checkout ) fi (cd noto-emoji-flags; rm -f *.png; ln third_party/region-flags/png/*.png ./) } download_other () { # download Puellanivis’ flag emojis if [ -d puellanivis-flags ] then if [ -d puellanivis-flags/.git ] then (cd puellanivis-flags; git pull) else echo WARNING: directory puellanivis-flags already exists but no git config - Exit exit 9 fi else puelgit=https://github.com/puellanivis/emoji.git git clone --depth 1 $puelgit puellanivis-flags fi (cd puellanivis-flags; rm -f *.png; ln flags/*.png flags/*/*.png ./) } download () { download_noto # drop download of old Google region flags #git clone --depth 1 https://github.com/google/region-flags.git google-region-flags && #ln google-region-flags/png/*.png google-region-flags/ download_other } ############################################################################# # extract emoji files: # pre-deploy them with proper filename, according to codepoint pattern extract () { mkdir -p common for f in `ls *-flags/*.png` do e=${f##*/} e=${e%.png} if [ -n "$BASH_VERSION" ] then e=${e//-} e=${e//\'} #else filter them out by missing case below fi case $e in ??) # 1F1E6 1F1E8 ; RGI_Emoji_Flag_Sequence tagseq=false;; *) # 1F3F4 E0067 E0062 E0065 E006E E0067 E007F; RGI_Emoji_Tag_Sequence; flag: England tagseq=true;; esac if $tagseq then n=1f3f4 else n= fi # speed-up possible by using a common sed script... for l in $( echo "$e" | tr 'A-Z' 'a-z' | sed -e 's,.,& ,g' ) do d=$( printf %d "'$l'" ) if $tagseq then case "$l" in [a-z]|[0-9]) d=$(( $d + 917504 )) n=$n-$( printf %x $d ) ;; #[a-z]) d=$(( $d - 97 + 917601 )) # 'a' -> U+E0061 ... # n=$n-$( printf %x $d ) # ;; #[0-9]) d=$(( $d - 48 + 917552 )) # '0' -> U+E0030 ... # n=$n-$( printf %x $d ) # ;; esac else d=$(( $d - 97 + 127462 )) # U+1F1E6 n=$n-$( printf %x $d ) fi done if $tagseq then n=$n-e007f.png else n=${n#-}.png fi echo "$f -> common/$n" if [ -L "$f" ] then # linking a symbolic link while renaming the target # would yield a dangling link, so copy it cp "$f" "common/$n" else ln "$f" "common/$n" fi done } ############################################################################# # perform download and extraction/deployment case "$1" in ""|-h|--help) echo "Usage: `basename $0` [-d | -e | -de]" >&2 echo >&2 echo "This script retrieves flag emojis from various sources." >&2 echo >&2 echo "Options:" >&2 echo " -d Download flags emojis repositories" >&2 echo " -n Download only Noto flags" >&2 echo " -e Extract emoji files with proper filenames into common/" >&2 echo " -de -d and -e" >&2 echo " -ne -n and -e" >&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;; -n|--download-noto) download_noto ;; -ne|--noto) download_noto extract ;; -d|--download) download ;; -e|--extract) extract ;; -de|--all) download extract ;; esac ############################################################################# # end