<code id='181CC87F87'></code><style id='181CC87F87'></style>
    • <acronym id='181CC87F87'></acronym>
      <center id='181CC87F87'><center id='181CC87F87'><tfoot id='181CC87F87'></tfoot></center><abbr id='181CC87F87'><dir id='181CC87F87'><tfoot id='181CC87F87'></tfoot><noframes id='181CC87F87'>

    • <optgroup id='181CC87F87'><strike id='181CC87F87'><sup id='181CC87F87'></sup></strike><code id='181CC87F87'></code></optgroup>
        1. <b id='181CC87F87'><label id='181CC87F87'><select id='181CC87F87'><dt id='181CC87F87'><span id='181CC87F87'></span></dt></select></label></b><u id='181CC87F87'></u>
          <i id='181CC87F87'><strike id='181CC87F87'><tt id='181CC87F87'><pre id='181CC87F87'></pre></tt></strike></i>

          当前位置:首页 > 去掉织梦cm华体育app官网登录s底部的pg问鼎注册地址Powered by DedeCms >

          去掉织梦cm华体育app官网登录s底部的pg问鼎注册地址Powered by DedeCms

          来源 玩物丧志网
          2025-06-21 13:46:59

          在用dedecms建站时,在网站的底部(如下图1)会看到一个Power by DedeCms超链接的版权信息,可以在底部信息留个powered by dedecms 不带超链接。打开首页,通过ftp传送d华体育app官网登录g>pg问鼎注册地址edesql.class.php到本地打开,

          可以把{dede:global.cfg_powerby/}删除即可。这是dedecms系统默认指向织梦cms官方网站的链接。当然也可以通过网站华体育app官网登录根目录下修改includepg问鼎注册地址/dedesql.class.php的文件。

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

          去掉织梦cms底部的Powered by DedeCms-图片1

          去掉织梦cms底部的Powered by DedeCms-图片2

          去掉织梦cms底部的Powered by DedeCms-图片3

          如果你觉得实在影响美观或者怕导出权重,找到如下代码注释掉或直接删除都可以。这个链接是模板footer.htm里调用标签{dede:global.cfg_powerby/}加上的(如下图2)。