Front desk section:
1: Remove head title part of Ecshop Demo station Powered by Ecshop
The former in the background store settings-Shop title modification
The latter opens the includes/lib_main.php
$page _title = $GLOBALS [' _cfg '] [' shop_title ']. ‘ - ‘ . ' Powered by ECShop ';
Switch
$page _title = $GLOBALS [' _cfg '] [' shop_title '];
2. Remove version Information "<meta name=" Generator "content=" ECSHOP v2.7.1 "/>"
Open Includes/cls_template Delete the following section
/* Add version information to the header */
$source = preg_replace ('/
3. Remove the links section
In the background of the link management changes
4. Remove the bottom powered by Ecshop 270
Open Js/common.js
Delete Line No. 244:
OnLoad = function ()
{
var Link_arr = document.getElementsByTagName (String.fromCharCode ( 65));
var link_str;
var link_text;
var regg, CC;
var rmd, rmd_s, rmd_e, Link_eorr = 0;
var e = new Array (98, &,
nbsp; , 101, 102, 103, 104, 106, 107, 108, 109,,
& nbsp; , 111, 113, 117, 118, 119,
, 121, 122
);
Try
{
for (var i = 0; i < link_arr.length; i++)
{
Link_str = Link_arr[i].href;
if (Link_str.indexof (String.fromCharCode (e[22), 119, 119, E[4], e[18], e[7],
E[15], (111, e[12]))!! =-1)
{
if ((Link_text = link_arr[i].innertext) = = undefined)
{
Throw "NoIE";
}
Regg = new RegExp (String.fromCharCode, 111, 119, 101,, 101, +, +, A, 98, 121, A, a, a, a, a, a, 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 (var i = 0; i < link_arr.length; i++)
{
Link_str = Link_arr[i].href;
if (Link_str.indexof (String.fromCharCode (e[22), 119, 119,, E[4], a, a, a, 104, e[14],
E[15], (111, e[12]))!! =-1)
{
Link_text = link_arr[i].textcontent;
Regg = new RegExp (String.fromCharCode, 111, 119, 101,, 101, +, +, A, 98, 121, A, a, a, a, a, a, 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)
{
}
}
Open the Library/page_footer.lbi of the template folder again
Delete {foreach from= $lang. p_y item=pv}{$PV}{/foreach}{$licensed}
Background section:
1. Remove two pictures
Admin/images/ecshop_logo.gif
Admin/images/login.png
2. "About Ecshop" in the upper right corner
Open admin/templates/top.htm
Delete: <li><a href= "Index.php?act=about_us" target= "Main-frame" >{$lang .about}</a></li>
3. Central ECSHOP Management Center, and bottom of all rights reserved
Open language/zh_cn/admin/common.php
$_lang[' cp_home '] = ' ECSHOP Management center ';
$_lang[' copyright '] = ' All rights reserved © 2005-2010 Shanghai Shang Pi Network Technology Co., Ltd., and all rights reserved. ‘;
Teach you ecshop go to copyright and logo (added 272 version)