打开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