Author: A Niu
ECShop is a B2C independent online store system, which is suitable for enterprises and individuals to quickly build personalized online stores. The system is open source, but it is not free. It is a cross-platform open source program based on PHP language and MYSQL database architecture. The latest version is 2.7.3 0708.
1. First, delete "Supported by ECShop" from the title.
Please note, please don't use Notepad to edit the program. EDITPLUS is recommended. It is compact and easy to use! )
Open the file: includes/lib _ main.php.
search:$ page _ title = $ globals[' _ CFG '][' shop _ title ']。 -'.Supported by ECShop;
instead
$ page _ title = $ GLOBALS[' _ CFG '][' shop _ title '];
2. Remove the copyright information in the footer to prevent copyright information from flying all over the sky.
In the ecshop root directory/themes/currenttemplatename/library/page _ footer.lbi, find the following code and delete it:
& ltA href="/openapi/api.php, change it to the wrong URL!
Such as:/admin/common.php.
$_LANG['cp_home'] = 'ECSHOP Management Center';
$_LANG['copyright'] =' All rights reserved?' 2005-2009 Shanghai Shangpai Network Technology Co., Ltd., all rights reserved';
Other rear doors are modified as follows:
1. Delete Cloud Service Center.
Delete/admin/cloud.php.
Delete the following code in/admin/admin/templates/menu.htm.
Ajax . call(‘cloud . PHP? is _ Ajax = 1 & gt; act=menu_api ','',start_menu_api,' GET ',' JSON ');
Delete the following code in/admin/admin/templates/start.htm.
Ajax . call(‘cloud . PHP? is _ Ajax = 1 & gt; act=cloud_remind ','',cloud_api,' GET ',' JSON ');
Function cloud_close(id)
{
Ajax . call(‘cloud . PHP? is _ Ajax = 1 & gt; act = close _ remind & gtremind_id='+id ' ',cloud_api,' GET ',' JSON ');
}
Delete/languages/zh _ cn/admin/cloud.php.
2. Delete database management-transform data
Delete/admin/convert.php.
Delete/Manage/Template/Transform _ main.htm.
Delete the /languages/zh_cn/convert directory and all files under it.
Delete/languages/zh _ cn/admin/convert.php.
Delete the following code from/admin/includes/Inc _ menu.php.
$ modules[' 13 _ backup '][' convert ']= ' convert . PHP? act = main ';
Delete the following code from/admin/includes/Inc _ priv.php.
$ without[' convert ']= ' convert ';
Delete the following code from/languages/zh _ cn/admin/priv _ action.php.
$ _ LANG[' convert ']= ' convert data ';
3. Delete System Settings-Authorization Certificate
Delete/admin/license.php.
Delete administration/templates/licenses.htm.
Delete the following code in/admin/includes/Inc _ menu.php.
$ modules[' 1 1 _ system '][' shop _ authorized ']= ' license . PHP? act = list _ edit ';
Delete the following code in/languages/zh _ cn/admin/priv _ action.php.
$_LANG['shop_authorized'] =' authorization certificate';
4. Delete the help and about ECSHOP in the upper right corner of the background.
Delete the following code in/admin//admin /admin/templates/top.htm
& lt Li> & ltahref = "/knowledge/used.html? act = about _ us " target = " main-frame " >{ $ lang.about } & lt/a & gt; & lt/ Li>
& lt Li> & ltahref = "JavaScript: web _ address ();" & gt{ $ lang.help } & lt/a & gt; & lt/ Li>
End, complete all modifications.