删除和修改织梦dede系统广告
1、删掉后台登陆页面广告


4、同样在login.htm中找到如下代码删除:<div>Powered by<a href=”http://www.dedecms.com” title=”DedeCMS官网”><strong>DedeCMS<?php echo $cfg_version; ?></strong></a>© 2004-2011 <a href=”http://www.desdev.cn” target=”_blank”>DesDev</a> Inc.</div> </div>

6、主要去掉的部分为:赞助商链接,开发团队,商业授权查询,首先,打开/dede/index_body.php,在文件最末尾处找到如下代码:<?phpexit;} else if ($dopost==’showauth’){include(‘templets/index_body_showauth.htm’);exit; } else if ($dopost==’showad’) {include(‘templets/index_body_showad.htm’);exit; } ?>修改为:<?phpexit;}?>然后,删除/dede/templets/index_body_showauth.htm 和 /dede/templets/index_body_showad.htm 文件即可。

7、删除赞助商链接
