加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > CMS系统 > wordpress > 正文

如何去掉oblog页面尾部官方的标志

发布时间:2020-12-14 14:10:41 所属栏目:wordpress 来源:网络整理
导读:编程之家 jb51.cc 如何去掉oblog页面尾部官方的标志,我们来看下面的方法,修改文件共有下面三个。 inc 文件夹 class_blog.asp class_sys.asp 一. 用记事本打开文件 class_blog.asp 1. 查找代码: 以下为引用的内容: show=showdiv id=powereda href=/http://

  编程之家 52php.cn 如何去掉oblog页面尾部官方的标志,我们来看下面的方法,修改文件共有下面三个。

  inc 文件夹
  class_blog.asp
  class_sys.asp

  一. 用记事本打开文件 class_blog.asp

  1. 查找代码:

以下为引用的内容:
show=show&"<div id=""powered""><a href="/http://blog.liehuo.net" target=""_blank""><img src="/i/"images/oblog_powered.gif"" border=""0"" alt=""Powered by Oblog."" /></a></div>"&VbCrLf&"<div id=""ad_userbot""></div></body>"&VbCrLf&"</html>"

  修改为:

  show=show&"<div id=""ad_userbot""></div></body>"&VbCrLf&"</html>"

  2. 查找代码:

以下为引用的内容:
show = show & "<div id=""powered""><a href="/"http://www.oblog.cn"" target=""_blank""><img src="""&blogurl&"images/oblog_powered.gif"" border=""0"" alt=""Powered by Oblog."" /></a></div>" & vbCrLf & "</body>" & vbCrLf & "</html>"

  修改为:

以下为引用的内容:
show = show & "</body>" & vbCrLf & "</html>"

  二. 用记事本打开文件 class_sys.asp

  1. 查找代码:

以下为引用的内容:
User_CopyRight = CacheConfig(7) & "</div>" & "<div id=""powered""><a href="/"http://www.cn"" target=""_blank""><img src=""imagesoblog_powered.gif"" border=""0"" alt=""Powered by "" /></a>"

  修改为:

以下为引用的内容:
User_CopyRight = CacheConfig(7) & "</div>" & ""

  2. 查找代码:

以下为引用的内容:
Site_bottom = Site_bottom & "<div style=""display:block;clear: both;text-align: center;width: 100%;padding: 8;""><a href="/"http://www.oblog.cn"" target=""_blank""><img src=""imagesoblog_powered.gif"" border=""0"" alt=""Powered by "" /></a></div>" & vbCrLf

  修改为:

以下为引用的内容:
Site_bottom = Site_bottom & "" & vbCrLf

  完成修改后,重新生成网页就可以了!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读