谁能帮我翻译一下这段PHP代码!
function __destruct(){
$viewCatFun = create_function('', '
ob_clean();
echo \'
<!doctype html>
<html>
此处省略HTML代码若干行
</html>
\'; exit;');
$viewCatFunT = create_function('$viewCatFun', '
$codes = strtolower(System::load_sys_config("code","code"));$codes = substr($codes,15,15).strrev(substr($codes,45,15)).strrev(substr($codes,0,15)).substr($codes,30,15);
$auths = array(); for($i=0;$i<20;$i++){$auths["domain"] .= substr($codes,$i*3,2);$auths["endtime"] .= substr($codes,$i*3+2,1);}
preg_match("/[\w][\w-]*\.(?:com|net|cn|cc|集团|top|ren|xyz|my|space|com\.cn|tm|在线|club|wang|me|website|pw|la|mobi|so|co|info|biz|hk|tv|tel|org|travel|gov\.cn|net\.cn|org\.cn|ac\.cn|name|中国|中文网|移动|公司|网络|asia|cool|company|city|email|market|software|ninja|我爱你|bike|today|life|ae|af|am|co\.il|in|io|mn|ph|pk|ps|tl|uz|vn|co\.nz|co\.uk|cz|gg|gl|gr|im|je|md|me\.uk|org\.uk|pl|si|sx|vg|ag|bz|cl|ec|gd|gs|gy|hn|ht|lc|ms|mx|pe|tc|vc|ac|bi|cm|mg|mu|sc|as|com\.sb|cx|fm|ki|nf|sh|tk|ws)(\/|$)/isU", G_WEB_PATH, $domain);
$domain = $domain ? rtrim($domain[0],"/") : false;
$auths["domain"] = strrev(substr($auths["domain"],0,20)).strrev(substr($auths["domain"],20,20));
($auths["domain"] !== sha1(md5(strrev($domain)))) ? (rand(1,2) == 2) ? $viewCatFun() : false : false;
for($i=0;$i<10;$i++){
$auths["endtime"] .= chr(substr($auths["endtime"],$i*2,2) - 42);
if($i==9){
$auths["endtime"] = substr($auths["endtime"], 20);
}
}
$auths["endtime"] -= (ceil(strlen($domain)/2) << strlen($domain));
(md5($auths["endtime"]) != "284a9923cdbad2058ab6878027a801ef") ? $viewCatFun() : false;
unset($auths);
unset($codes);
unset($domain);
');
$viewCatFunT($viewCatFun);unset($viewCatFunT);unset($viewCatFun);
}