ECShop go to copyright mark Delete Powered by ECShop
Ecshop Tutorial/Ecshop Tutorial Net (www.ecshop119.com) 2013-11-11
Everyone ecshop Shop system users Hello, Welcome to ecshop Tutorial Web Graphics tutorial, today for everyone to explain the hands-on teaching you ecshop to remove the copyright mark Powered by ECShop2.7.4 2.7.3.
Ecshop Tutorial Network Ecshop Video Tutorial also continue to improve and follow up, look forward to everyone's attention! Hope in the Ecshop Road, Ecshop Tutorial network with you all the way!
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 ';
Modify the ' Powered by ECShop ' here
2. Remove the links section
In the background of the link management changes
3. Remove the bottom powered by Ecshop 273
Open Js/common.js
Delete line No. 244: onload = function ()
The No. 244 line function is as follows:
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 (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 (var i = 0; i < link_arr.length; i++)
{
Link_str = Link_arr.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.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.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.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.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.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}
2. Remove version Information "<meta name=" Generator "content=" ECSHOP v2.7.3 "/>"
Open Includes/cls_template Delete the following section
/* Add version information to the header */
$source = preg_replace ('/
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-2009 Shanghai Shang Pi Network Technology Co., Ltd., and all rights reserved. ‘;
Attach a
language/zh_cn/admin/common.php
In the
$_lang[' app_name '] = ' ECSHOP ';
is the title of the background page, replace the ecshop with your own shop name it.
ECShop go to copyright mark Delete Powered by ECShop (GO)