The copyright message "Power by DedeCms" at the bottom of the dream weaving DedeCMS website is not in the footer.htm template file, so many people don't know how to remove it. Here's how to remove it.

stay include/dedesql.class.php Line 588 found in the file:

$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);

Change to:

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

The copyright information at the bottom of the website will not be displayed.

As an aside, it is not recommended to remove the program without affecting the website. After all, the program is developed by others, and the copyright of dream weaving is respected, and everyone can decide freely.

Post reply

Can't comment until