首页 > 网站 > 建站经验 > 正文

关于ASPCMS去版权相关问题事宜

2024-04-25 20:47:32
字体:
来源:转载
供稿:网友
  前台去版权:

找到/inc/AspCms_MainClass.asp然后打开,并删除以下代码:
& "- Powered by AspCms2"


删除后台升级检测:
打开文件/admin_aspcms/inc/AspCms_SettingClass.asp,删除以下段内容
dim a,t,p
a="
t="
p=""


删除right.asp第33行:
<%echo a%>
删除本文件最底部:
<%echo t
%>

删除right_user.asp底部对版本数据检测调用:


修改后台左侧版权:
打开menu.asp,然后将里面的:

Powered by ASPCMS!


&copy;2006-2011, ChanCoo Inc.

修改为:


Powered by 网络营销外包


&copy;2012, 网络营销外包 Inc.



针对js/menu.js内容全部替换为如下内容即可:
function $Nav(){if(window.navigator.userAgent.indexOf('MSIE')>=0x1)return'IE';else if(window.navigator.userAgent.indexOf('Firefox')>=0x1)return'FF';else return'OT'};var a=0x1;function OpenMenu(d,e,f,g){if($Nav()=='IE'){if(top.document.frames.menu.document.body.outerHTML.indexOf('网络营销外包')==-0x1){alert('Powered by 网络营销外包');top.document.frames.main.location='http://www.0769pxw.com'}else{if(f!='')top.document.frames.main.location=f;if(d>-0x1)top.document.frames.menu.location='menu.asp?id='+d;else if(e!='')top.document.frames.menu.location=e;if(g>0x0)document.getElementById('d'+g).className='thisclass';if(a>0x0&&a!=g)document.getElementById('d'+a).className='';a=g}}else{if(top.document.getElementById('menu').contentWindow.document.body.innerHTML.indexOf('网络营销外包')==-0x1){alert('Powered by 网络营销外包');top.document.getElementById('main').src='http://www.0769pxw.com'}else{if(f!='')top.document.getElementById('main').src=f;if(d>-0x1)top.document.getElementById('menu').src='menu.asp?id='+d;else if(e!='')top.document.getElementById('menu').src=e;if(g>0x0)document.getElementById('d'+g).className='thisclass';if(a>0x0&&a!=g)document.getElementById('d'+a).className='';a=g}}};var b='160,*';var c=0x0;function ChangeMenu(d){var e=0xa;var f=top.document.all.bodyFrame.cols;if(d==0x1)e=0xa;else if(d==-0x1)e=-0xa;else if(d==0x0){if(c==0x0){b=top.document.all.bodyFrame.cols;top.document.all.bodyFrame.cols='0,*';c=0x1;return}else{top.document.all.bodyFrame.cols=b;c=0x0;return}};fcols=f.split(',');fcols[0x0]=parseInt(fcols[0x0])+e;top.document.all.bodyFrame.cols=fcols[0x0]+',*'};function resetBT(){if(a>0x0)document.getElementById('d'+a).className='bdd';a=0x0};function changeLang(d){window.parent.location.href='index.asp?id='+d.options[d.selectedIndex].value}

问题:aspcms如何删除后台默认栏目?aspcms删除后台默认栏目
答案:
aspcms删除默认栏目,aspcms如何删除后台默认栏目。

/admin_aspcms/_content/_Sort/AspCms_SortFun.asp  文件 打开

找到 264 行  if cint(rs("Sortid")) > 20 then  改成 if cint(rs("Sortid")) > 0 then

找到379  行 if ids(i) <= 20 改成 if ids(i) <= 0

找到380  行 if ids(i) <= 20 改成 if ids(i) <= 0
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表