- 工信部备案号 滇ICP备05000110号-1
- 滇公安备案 滇53010302000111
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
1.前台网页底部会出现织梦版权信息 “powered by dedecms”的去除,在这里介绍两?方法.
方法一:在include/dedesql.class.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,0x73,0x68,0x61,0x6e,0x67,0x6b,0x65,0x6a,0x7a,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,0x53,0x75,0x6E,0x67,0x68,0x6F,0x73,0x74,0x3c,0x2f,0x61,0x3e);
//改成:
$arrs1 = array();
$arrs2 = array();
光修改这个还不能全部清洁底部信息,所以我们还再到模板中去修改一下,找到网页底部模板footer.htm,找到第11行代码,请将以下代码注释起来:
Powered by <a href="http://www.landui.com" title="织梦内容管理系统(DedeCms)--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS_{dede:global.cfg_version/}</strong></a> © 2004-2011 <a href="http://www.landui.com/" target="_blank">DesDev</a> Inc.<br />
当然我们可以删除以下代码Powered by <a href="http://www.landui.com" title="织梦内容管理系统(DedeCms)--国内最专业的PHP网站管理系统,轻松建站的首选利器。"target="_blank"><strong>DedeCMS_{dede:global.cfg_version/}</strong></a> © 2004-2011 <a href="http://www.landui.com/" target="_blank">DesDev</a> Inc.<br />或者替换成自己需要的链接。
方法二:进入后台在后台的系统-系统参数有个网站版权信息,在这里并不能找到官方的链接,由此可看,这是被官方进行了加密处理了,想要去掉这个链接就需要不调用 {dede:global.cfg_powerby/}这个标签,而使用其他变量代替,思路就是新建一个变量作为我们的网站版权信息来调用,好了下面就看看如何做:新建一个变量,进入系统——系统基本参数—— 添加新变量如下图:
在弹出的添加变量名的窗口写下如下图的内容,点击”保存变量“即可。
下面我们就可以看见”系统配置参数“最下面的列表上已经有了刚才我们所添加的内容,如图:
现在我们的网站底部版权dede代码就可以更改成了{dede:global.cfg_powerbyzidingyi/}
默认的dedecms版权调用代码是{dede:global.cfg_powerby/}现在更换成{dede:global.cfg_powerbyzidingyi/}以后就显示的是新添加的变量值了。
另外大家需要注意的是,变量名称不能以数字开头,其实大家也可以用这个方法添加其他的变量名,用于网站的其他功能,对于dede新手朋友来说会了添加变量的方法,在制作dede网站模板的时候会非常的方便.
2.搜索页面:
/templets/default/search.htm
/templets/plus/heightsearch.htm
/templets/default/advancedsearch.htm
3.通用底部模板:
/templets/default/footer.htm
4.购物车:
/templets/plus/car.htm
/templets/plus/carbuyaction.htm
/templets/plus/shops_action_payment.htm
/templets/plus/shops_buyaction.htm
5.下载地址列表:/templets/plus/download_links_templet.htm
6.挑错页面:/templets/plus/erraddsave.htm
7.友情链接
/templets/plus/flink-add.htm
/templets/plus/flink-list.htm
8.列表模板:/templets/plus/list_diyform.htm
9.留言板
/templets/plus/plus_foot.htm
/templets/plus/guestbook-admin.htm
/templets/plus/guestbook-user.htm
//开源软件:phpfensi.com
10.发布模板:/templets/plus/post_diyform.htm
11.RSS订阅地图:/templets/plus/rssmap.htm
12银行账号信息:/templets/plus/shops_bank.htm
13.图集详细页面:/templets/plus/showphoto.htm
14.网站地图:/templets/plus/sitemap.htm
15.详细内容:/templets/plus/view_diyform.htm
16.提示信息
/templets/plus/view_msg.htm
/templets/plus/view_msg_catalog.htm
17.投票结果:/templets/plus/vote.htm
18.PHP文件中的,重要的提示信息...
/include/common.func.php,一共有两处,分别替换.
19.推荐:/templets/plus/recommend.htm
售前咨询
售后咨询
备案咨询
二维码
TOP