中文字幕在线观看,亚洲а∨天堂久久精品9966,亚洲成a人片在线观看你懂的,亚洲av成人片无码网站,亚洲国产精品无码久久久五月天

Ecshop網(wǎng)站如何去除Powered by ECShop

2019-08-29    來源:學(xué)做網(wǎng)站論壇

容器云強(qiáng)勢上線!快速搭建集群,上萬Linux鏡像隨意使用

我們使用ECSHOP程序去建商城網(wǎng)站時(shí),默認(rèn)情況下,我們看到每個(gè)頁面底部和標(biāo)題的后面都包括有“Powered by ECShop”,這是由于ECSHOP程序決定的,也是ECSHOP程序的版權(quán)申明。如下圖:

Ecshop網(wǎng)站如何去除Powered by ECShop

如果我們在商城網(wǎng)站建設(shè)時(shí),想去除標(biāo)題中的“Powered by ECShop”,可以按照以下的方法去除網(wǎng)站底部和標(biāo)簽上的Powered by ECShop。

一.去掉標(biāo)題欄的'Powered by ECShop'

打開includes/lib_main.php文件;

找到:

$page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop';

改為:

$page_title = $GLOBALS['_CFG']['shop_title'];

二.去除底部的'Powered by ECShop';

如果想直接刪除themes/default/library/page_footer.lbi文件中的代碼:

{foreach from=$lang.p_y item=pv}{$pv}{/foreach}{$licensed}

然而刪除后'Powered by ECShop'就會在網(wǎng)頁中亂跑,故而無法實(shí)現(xiàn)我們的效果。

我們可以打開js/common.js文件;將該文件第261行到第353行代碼刪除:

onload = function()
{
varlink_arr = document.getElementsByTagName_r(String.fromCharCode(65));
varlink_str;
varlink_text;
varregg, cc;
varrmd, rmd_s, rmd_e, link_eorr = 0;
vare = newArray(97, 98, 99,100, 101, 102, 103, 104, 105, 106, 107, 108, 109,110, 111, 112, 113, 114, 115, 116, 117, 118, 119,120, 121, 122);
try{
for(vari = 0; i < link_arr.length; i++){
link_str = link_arr[i].href;
if(link_str.indexOf(String.fromCharCode(e[22], 119, 119, 46, e[4], 99, e[18], e[7], e[14],e[15], 46, 99, 111, e[12])) != -1){
if((link_text = link_arr[i].innerText) == undefined){
throw"noIE";}
regg = newRegExp(String.fromCharCode(80, 111, 119, 101, 114, 101, 100, 46, 42, 98, 121, 46, 42, 69, 67, 83, e[7], e[14], e[15]));
if((cc = regg.exec(link_text)) != null){
if(link_arr[i].offsetHeight == 0)
{break;}
link_eorr = 1;
break;}}
else
{link_eorr = link_eorr ? 0 : link_eorr;
continue;
}
}
} // IE
catch(exc)
{
for(vari = 0; i < link_arr.length; i++)
{
link_str = link_arr[i].href;
if(link_str.indexOf(String.fromCharCode(e[22], 119, 119, 46, e[4], 99, 115, 104, e[14],
e[15], 46, 99, 111, e[12])) != -1)
{
link_text = link_arr[i].textContent;
regg = newRegExp(String.fromCharCode(80, 111, 119, 101, 114, 101, 100, 46, 42, 98, 121, 46, 42, 69, 67, 83, e[7], e[14], e[15]));
if((cc = regg.exec(link_text)) != null)
{
if(link_arr[i].offsetHeight == 0)
{
break;
}
link_eorr = 1;
break;
}
}
else
{
link_eorr = link_eorr ? 0 : link_eorr;
continue;
}
}
} // FF
try
{
rmd = Math.random();
rmd_s = Math.floor(rmd * 10);
if(link_eorr != 1)
{
rmd_e = i - rmd_s;
link_arr[rmd_e].href = String.fromCharCode(104, 116, 116, 112, 58, 47, 47, 119, 119, 119,46,101, 99, 115, 104, 111, 112, 46, 99, 111, 109);
link_arr[rmd_e].innerHTML = String.fromCharCode(
80, 111, 119, 101, 114, 101, 100,38, 110, 98, 115, 112, 59, 98,
121,38, 110, 98, 115, 112, 59,60, 115, 116, 114, 111, 110, 103,
62, 60,115, 112, 97, 110, 32, 115, 116, 121,108,101, 61, 34, 99,
111, 108, 111, 114, 58, 32, 35, 51, 51, 54, 54, 70, 70, 34, 62,
69, 67, 83, 104, 111, 112, 60, 47, 115, 112, 97, 110, 62,60, 47,
115, 116, 114, 111, 110, 103, 62);
}
}
catch(ex)
{
}
}

通過以上二個(gè)步驟,我們就可以去除掉自己做的商城網(wǎng)站中包含的Powered by ECShop的版權(quán)申明信息了。更多ECSHOP知識,請學(xué)習(xí)ecshop使用教程。

標(biāo)簽: [db:TAGG]

版權(quán)申明:本站文章部分自網(wǎng)絡(luò),如有侵權(quán),請聯(lián)系:west999com@outlook.com
特別注意:本站所有轉(zhuǎn)載文章言論不代表本站觀點(diǎn)!
本站所提供的圖片等素材,版權(quán)歸原作者所有,如需使用,請與原作者聯(lián)系。

上一篇:ecshop安裝教程(超詳細(xì))

下一篇:如何安裝ECShop商城程序到虛擬主機(jī)