教你去掉dedecms首页下面的Power by DedeCms

时间:2015-9-3    作者:晨曦    分类:


php1.jpg

直接定位到include/dedesql.classs.php文件中的第588行:

这行是:

$arrs1 = array(0x63,0x66,0x67,0x5f,0x70,0x6f,0x77,0x65,0x72,0x62,0x79);

$arrs2 = array(0x20,0x3c,0x61,0x20,0x68,0x72,0x65,0x66,0x3d,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,

0x77,0x77,0x77,0x2e,0x64,0x65,0x64,0x65,0x63,0x6d,0x73,0x2e,0x63,0x6f,0x6d,0x20,0x74,0x61,0x72,

0x67,0x65,0x74,0x3d,0x27,0x5f,0x62,0x6c,0x61,0x6e,0x6b,0x27,0x3e,0x50,0x6f,0x77,0x65,0x72,0x20,

0x62,0x79,0x20,0x44,0x65,0x64,0x65,0x43,0x6d,0x73,0x3c,0x2f,0x61,0x3e);



把这段改成下面的代码:

$arrs1 = array();
$arrs2 = array();

保存上传即可

最近弄了个织梦站这很实用,但首页版权还是给人留着吧,你懂得

评论:

AA 2018-09-13 06:33
WOW just what I was looking for. Came here by searching for 晨曦的记忆