• RSS订阅 加入收藏  设为首页
站长杂谈

手把手教你去掉网站下方power by .....

时间:2013/6/17 20:44:03   作者:小利子   来源:正势利   阅读:2060   评论:8
内容摘要:打开inc/md5.asp 删除代码其中一行代码:execute(Replace(MD5toEnc32(MD5CodeStr),""",")"))然后打开inc/function.asp在最下面把以下代码:Function CopyRightWeb() respons...
打开inc/md5.asp 删除代码其中一行代码:execute(Replace(MD5toEnc32(MD5CodeStr),""",")"))
然后打开inc/function.asp在最下面把以下代码:
Function CopyRightWeb()
 response.write(_
 "<div class='bottomCopyright'>"&_
  "<div>Powered by <a href='http://www.oneti.cn' target='_blank' title='OTCMS V"& OT_VERSION &" build "& OT_UPDATETIME &"'>OTCMS V"& OT_VERSION &"</a></div>"&_
 "</div>"&_
 "")
 ' 非商业会员,禁止删除或改动该区域内容,违者必究! 网钛工作室(www.zhengshili.com
End Function
替换成以下代码:
Function CopyRightWeb()
 If SYS_isStati=1 Then statiCodeStr=SYS_statiCode Else statiCodeStr=""
 If SYS_TCP<>"" Then ICPstr = "<a href='http://www.miibeian.gov.cn/' target='_blank'>"& SYS_TCP &"</a>"
 response.write(_
 "<div class='bottomLine'></div>"&_
 "<!-- <div class='bottomVersion'>"&_
 "</div> -->"&_
 "<div class='bottomCopyright'>"&_
  ""& SYS_copyright & ICPstr & statiCodeStr &_
"<div><span><script></script></span></div><div></div>"&_
 "</div>"&_
 "")
End Function
搞定!
正势利www.zhengshili.com

标签:blank target 工作室 power title 

逝者如斯,不舍昼夜作者QQ及微信:49922779 点击这里给我发消息

相关评论
QQ交流群:120100441    QQ客服:49922779 闽ICP备01008686号