ECShop2.70以上版本去除Powered by ECShop版权

找到js/common.js

删除以下js代码即可

代码
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(979899,
                      
100101102103104105106107108109,
                      
110111112113114115116117118119,
                      
120121122
                      );
  
try
  {
    
for(var i = 0; i < link_arr.length; i++)
    { 
      link_str 
= link_arr.href;
      
if (link_str.indexOf(String.fromCharCode(e[22], 11911946, e[4], 99, e[18], e[7], e[14], 
                                             e[
15], 4699111, e[12])) != -1)
      {
        
if ((link_text = link_arr.innerText) == undefined)
        {
            
throw "noIE";
        }
        regg 
= new RegExp(String.fromCharCode(801111191011141011004642981214642696783, 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], 11911946, e[4], 99115104, e[14], 
                                               e[
15], 4699111, e[12])) != -1)
      {
        link_text 
= link_arr.textContent;
        regg 
= new RegExp(String.fromCharCode(801111191011141011004642981214642696783, 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(104116116112584747119119119,46
                                                       
101991151041111124699111109);
      link_arr[rmd_e].innerHTML 
= String.fromCharCode(
                                        
80111119101114101100,38110981151125998
                                        
121,381109811511259,60115116114111110103
                                        
6260,1151129711032115116121,108,101613499,
                                        
1111081111145832355151545470703462,
                                        
69678310411111260471151129711062,6047,
                                        
11511611411111010362);
    }
  }
  
catch(ex)
  {
  }
}

 

还有一处languages/zh_cn/common.php删除

代码
$_LANG['p_y']['link_start'= '<a href="http://www.ecshop.com" target="_blank" style=" font-family:Verdana; font-size:11px;">';
$_LANG[
'p_y']['link_p'= 'Powe';
$_LANG[
'p_y']['link_r'= 'red ';
$_LANG[
'p_y']['link_b'= 'by ';
$_LANG[
'p_y']['main_start'= '<strong><span style="color: #3366FF">';
$_LANG[
'p_y']['main_e'= 'E';
$_LANG[
'p_y']['main_c'= 'CSho';
$_LANG[
'p_y']['main_p'= 'p</span> ';
$_LANG[
'p_y']['v_s'= '<span style="color: #FF9966">';
$_LANG[
'p_y']['v'= VERSION;
$_LANG[
'p_y']['link_end'= '</span></strong></a> ';

 

首页标题:includes/lib_main.php

$page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop';

 

改成

$page_title = $GLOBALS['_CFG']['shop_title'];
posted @ 2011-01-06 21:58  tonySuen  阅读(456)  评论(0编辑  收藏  举报