ASPcms如何去掉前后台版权

发布时间:2024-06-01 点击:106
找到\inc\aspcms_mainclass.asp然后打开,并删除以下代码: & "- powered by <a href='http://www.aspcms.com' target='_blank'><font color='#5c5c5c'>aspcms2</font></a>"
删除后台升级检测:打开文件\admin_aspcms\inc\aspcms_settingclass.asp,删除以下段内容 dim a,t,pa="<s"&"cript type=""te"&"xt/javascript"" s"&"rc='htt"&"p://up.aspc"&"ms.com/"&"ad/ad"&".a"&"sp'></scr"&"ipt>"t="<s"&"cript type=""te"&"xt/javascript"" s"&"rc='htt"&"p://up.aspc"&"ms.com/"&"version/version"&".asp"&"?ver="&aspcmsversion&"'></scr"&"ipt>"p=""
right.asp删除<echo a%> <echo t%>
删除right_user.asp底部对版本数据检测调用:
<echo a%>
<script type="text/javascript" src='http://up.aspcms.com/version/version.asp?ver=<%=aspcmsversion%>'></script>
修改后台左侧版权:打开menu.asp,然后将里面的:
<p>powered by <a class=txt_c1 href="http://www.aspcms.com/" target=_blank>aspcms!</a></p><p>&copy;2006-2011, <a class=txt_c1 href="http://www.chancoo.com/" target=_blank>chancoo</a> inc.</p>删除
然后把js/menu.js内容全部替换为如下内容即可
function $nav{
if(window.navigator.useragent.indexof("msie")>=1) return 'ie';
else if(window.navigator.useragent.indexof("firefox")>=1) return 'ff';
else return "ot";
}
var preid = 1;
function openmenu(cid,lurl,rurl,bid){
if($nav=='ie'){
if(rurl!='') top.document.frames.main.location = rurl;
if(cid > -1) top.document.frames.menu.location = 'menu.asp?id='+cid;
else if(lurl!='') top.document.frames.menu.location = lurl;
if(bid>0) document.getelementbyid("d"+bid).classname = 'thisclass';
if(preid>0 && preid!=bid) document.getelementbyid("d"+preid).classname = '';
preid = bid;
}else{
if(rurl!='') top.document.getelementbyid("main").src = rurl;
if(cid > -1) top.document.getelementbyid("menu").src = 'menu.asp?id='+cid;
else if(lurl!='') top.document.getelementbyid("menu").src = lurl;
if(bid>0) document.getelementbyid("d"+bid).classname = 'thisclass';
if(preid>0 && preid!=bid) document.getelementbyid("d"+preid).classname = '';
preid = bid;
}
}
var preframew = '160,*';
var framehide = 0;
function changemenu(way){
var addwidth = 10;
var fcol = top.document.all.bodyframe.cols;
if(way==1) addwidth = 10;
else if(way==-1) addwidth = -10;
else if(way==0){
if(framehide == 0){
preframew = top.document.all.bodyframe.cols;
top.document.all.bodyframe.cols = '0,*';
framehide = 1;
return;
}else{
top.document.all.bodyframe.cols = preframew;
framehide = 0;
return;
}
}
fcols = fcol.split(',');
fcols[0] = parseint(fcols[0]) + addwidth;
top.document.all.bodyframe.cols = fcols[0]+',*';
}
function resetbt{
if(preid>0) document.getelementbyid("d"+preid).classname = 'bdd';
preid = 0;
}
function changelang(sel){
window.parent.location.href = "index.asp?id="+sel.options[sel.selectedindex].value;
}
本篇文章来源于源码库(www.aspku.com),转载请注明出处 原文链接:http://www.aspku.com/cms/aspcms/35261.html


使用casperjs怎么实现网页截图
双十一活动 云服务器
价值高的域名有哪些?
云服务器与物理服务器买哪个好
杭州建站公司排名有哪些?该怎么选择靠谱的建站公司
网页开发制作一般需要多长时间能完成?
在线商城建站包括哪些内容?在线商城需要具备哪些功能?
ssl证书必须购买吗?其原理是什么呢?