❶ 企业建站程序ASPCMS2.2.6 如何去掉版权
找到对应部位直接去除
❷ aspcms中版权信息怎么改
在后台系统设置里面修改,保存就行了
❸ cmseasy,也就是易通企业网站系统,好用吗
很好用啊!我的网站都是易通企业网站系统做的,上线2周左右就有收录,网站的样式也非常漂亮。新版程序更好,正在摸索中。
❹ 怎么让下面网页版权代码靠网页最底部且居中
这也不是样式代码啊,这是引用的js,你找到样式文件再改
❺ 求助,关于开源的aspcms的授权问题。
从大的概念说肯定有问题,
但如果你是不用在商业用途,例如你修改后再发布一个版本说是你的版权,那就比较麻烦。
如果只是做做网站,基本没什么大问题,低调点就好。
❻ 推荐一个asp后台新闻管理系统,之前试验了aspcms浮云了(提示3709数据库错误- -)
现在CMS的版权纠纷比较严重,假如你对安全性要求比较高的,我建议你还是选择DEDECMS或者SITEFATCORY,这两个目前在全国市场基本占有垄断的位置,而且功能多的你不能想象。
❼ ASPcms如何去掉前后台版权
应该算是完整的去除了,模版文件可以自己很直观的去除除外。去除方法如下:
找到\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>&;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;
}
❽ ASPCMS使用免费版可以用于企业建站吗
不怕的~可以用的,企业建站 288元(顶级域名+空间+网站源码)
❾ aspcms开发板2.2.5 去除版权
你用了脚本之家所谓的去版权代码,实际上是被脚本之家坑爹了,脚本之家把aspcms的版权改成他自己的了