<?php
error_reporting(1);
if ( !$_POST['host'] )
{
echo "
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=gb2312' />
<title>爱普达多语言企业网站内容管理系统 V 6.1.4 授权码生成</title>
</head>
<body>
<form action='".$_SERVER['PHP_SELF']."' method=post>
<table width=98% align=center cellspacing=1 cellpadding=3 class=i_table>
<tr>
<td class=head colspan=5><b>爱普达多语言企业网站内容管理系统 V 6.1.4 授权码生成</b></td>
</tr>
<tr class=b>
<td width=30% valign=top>请输入需要授权的域名[不带www],或者IP</td>
<td><input name='host' type='text' value='' size='30' /></td></tr>
</table>
<br><center><input name='submit' type=submit value='提 交'></center>
</form>
</body>
</html>
";
exit( );
}
$authorized_a = "1195044558";
$authorized_b = "1479127740";
$authorized_c = $_POST['host'];
$authorized_d = "delteless";
$authorized_e = "123456";
$authorized_f = "advanced";
$authorized_g = "6.1.2";
//$authorized_m = "6e1e81a75192c48a94b87b61247eab4469bd468adaa166cb79dba3e60b46f905";
$pre = "x01x7fxc2xdfx80xbfxe0xa0xbf";
$zhandian = $authorized_c.$authorized_a.$authorized_b.$authorized_d.$authorized_e.$authorized_f.$authorized_g.$pre;
//exit ($zhandian);
$zhandian = base64_encode( $zhandian );
$zhandian = strrev( $zhandian );
$zhandian = md5( $zhandian );
$doname = md5( md5( md5( $zhandian.$pre ) ) );
$doname .= $zhandian;
echo '<textarea cols="100" rows="15">
<?php
//put this file as /include/license.php
//crack by www.dezend.cc bendy[at]dezend.cc
$authorized_a = "1195044558";
$authorized_b = "1479127740";
$authorized_c = "'.$_POST['host'].'";
$authorized_d = "delteless";
$authorized_e = "123456";
$authorized_f = "advanced";
$authorized_g = "6.1.2";
$authorized_m = "'.$doname.'";
?>
</textarea><BR>
put this file as /include/license.php<BR>
将上面的内容代替include/license.php文件
';
?>
[/code]
页:
1
[2]
