1、去掉powered by ecshop
修改檔案:includes/lib_main.php查詢:$page_title =$globals[』_cfg』][』shop_title』] . 『 - 『 . 『powered byecshop』;將其改為$page_title =$globals[』_cfg』][』shop_title』];
2、去掉頁尾的版權資訊在ecshop根目錄/themes/當前模板名/library/page_footer.lbi中,找到如下**並刪除:powered byecshop
刪掉底部ecshop的logo在ecshop根目錄/themes/當前模板名/library/page_footer.lbi,找到如下**:
4、修改檔案:js/common.js查詢:onload = function()**段,全部刪除
******************************===
移除提交資料到ecshop官方的**
******************************===
1、修改檔案:admin/shop_config.php查詢:$spt .='">';在之後新增一行:$spt= '';
2、修改檔案:admin/templates/index.htm查詢:
刪除之 3
、在mysql資料庫的資料表:shop_config中查詢欄位code值為 certi的記錄,其值為:修改為乙個錯誤的**!如:http://*********x/openapi/api.php
4、修改檔案:admin/templates/top.htm查詢:ajax.call('index.php?is_ajax=1&act=license','',start_sendmail_response, 'get','json');注釋掉
5、修改檔案:admin/templates/menu.htm查詢:注釋掉
6、修改檔案:admin/templates/start.htm查詢:刪除之
7、修改檔案:admin/index.php查詢:$t = newtransport;
$api_comment =$t->request('',$apiget);
$api_str =$api_comment["body"];
echo$api_str;全部注釋掉
ecshop去版權禁止提交資訊到官網完全版
1 去掉powered by ecshop 修改檔案 includes lib main.php 查詢 page title globals cfg shop title powered by ecshop 將其改為 page title globals cfg shop title 2 去掉頁尾的...
ECShop完美去版權
前台部分 1 去掉頭部title部分的ecshop演示站 powered by ecshop 前者 ecshop演示站 在後台商店設定 商店標題修改 後者 powered by ecshop 開啟includes lib main.php page title globals cfg shop ti...
ECSHOP去版權教程
1 去掉powered by ecshop 修改檔案 includes lib main.php 查詢 page title globals cfg shop title powered by ecshop 將其改為 page title globals cfg shop title 2 去掉頁尾的...