Latest Ecshop v2.7.3 version go to copyright full version

Source: Internet
Author: User

This partial article Template Hall collects summary, including Ecshop front desk copyright, Ecshop backstage Copyright, one does not stay, clean, recommended collection

First, remove the page title Powered by ECShop

Open includes/lib_main.php File

Find:

$page _title = $GLOBALS [' _cfg '] [' shop_title ']. ‘ - ‘ . ' Powered by ECShop ';

To be replaced by:

$page _title = $GLOBALS [' _cfg '] [' shop_title '];

Second, remove the bottom running Powered by ecshop

Open Js/common.js, find

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[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)

{

}

}

Delete this piece of code.

Open the Library/page_footer.lbi file again to find and delete:

{foreach from= $lang. P_y ITEM=PV} {$PV} {/foreach} {$licensed}

Third, modify the file code head of the generator tag, there are 2 ways to modify:

Modified files: includes/cls_ecshop.php

Find:

Define (' APPNAME ', ' ECSHOP ');

Modified to:

Define (' APPNAME ', ' Custom website code ');

Modified files: includes/cls_template.php

Find:

/* Add version information to the header */

$source = preg_replace ('/

Comment This piece of code!

Modified to:

/* Add version information to the header

$source = preg_replace ('/

Four, remove the background of two ecshop pictures. You can modify these two images directly:

Admin/images/ecshop_logo.gif

Admin/images/login.png

V. "About Ecshop" in the upper right corner of the backstage

Open admin/templates/top.htm file, find and delete:

<li><a href= "Index.php?act=about_us" target= "Main-frame" >{$lang .about}</a></li>

Six, backstage Central ECSHOP Management Center, and the bottom of the copyright:

Open language/zh_cn/admin/common.php

Find:

$_lang[' cp_home '] = ' ECSHOP Management center ';

$_lang[' copyrights '] = ' copyright 2005-2012 Shanghai Shang Pi Network Technology Co., Ltd., and all rights reserved. ‘;

Replace with:

$_lang[' cp_home '] = ' admin center ';

$_lang[' copyright '] = ' management, it is so simple! ‘;

Vii. where to communicate with the official website address changes and documents!
Open admin/templates/index.htm

Find and Delete:

<frameset rows= "0, 0" framespacing= "0" border= "0" >

<frame src= "http://api.ecshop.com/record.php?mod=login&url={$shop _url}" id= "Hidd-frame" name= "Hidd-frame" Frameborder= "No" scrolling= "no" >

</frameset>

Eight, delete the background of the "cloud reminder"

admin/cloud.php

Find:

$api _arr[' content ']= ' <li class= ' cloud_close ' > '. $message [' 0 ']. ' '. $_lang[' Cloud_no_priv '. ' </li> ";

Replace with:

$api _arr[' content ']= ';

Find:

$api _arr[' content ']= ' <li class= ' cloud_close ' > '. $message [' 0 ']. ' '. $message [' 2 ']. ' </li> ';

Replaced by

$api _arr[' content ']= ';

3, in the MySQL database data sheet: Shop_config to find the field code value of Certi records, the value is: http://service.shopex.cn/openapi/api.php, modified to a wrong URL!

such as: http://www.ecshoptemplate.com/openapi/api.php

4. Modified file: admin/templates/top.htm

Find: Ajax.call (' index.php?is_ajax=1&act=license ', ' ', Start_sendmail_response, ' GET ', ' JSON '); Comment out

5. Modified file: admin/templates/menu.htm

Find:

<script language= "JavaScript" src= "http://api.ecshop.com/menu_ext.php?charset={$charset}&lang={$help _lang } "></script>

Comment out

6, modify the file: Admin/templates/start.htm search;

7. Modified file: admin/index.php

Find:

$t = new Transport;

$api _comment = $t->request (' http://api.ecshop.com/checkver.php ', $apiget);

$api _str = $api _comment["Body"];

echo $api _str;

Comment All Out


This article is from the "Sen Wang" blog, make sure to keep this source http://zhibeiwang.blog.51cto.com/7555525/1827344

Latest Ecshop v2.7.3 version go to copyright full version

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.