Ecshop去掉 power by ecshop的方法
 在做ecshop的时候,碰到了版权问题。具体怎样解决? 如何去掉Powered by Ecshop 2.7.0 ?
1、去掉标题上Powered by ECShop的字样方法如下:
    打开根目录下的includes/lib_main.php文件,到
$page_title = $GLOBALS['_CFG']['shop_title'] . ' - ' . 'Powered by ECShop';
将其改为
$page_title = $GLOBALS['_CFG']['shop_title'];
或改为
$page_title = $GLOBALS['_CFG']['shop_title']. ' - ' . '任何你喜欢的文字';
 
2、修改底部”Powered by ”
ecshop根目录/themes/当前模板名/library/page_footer.lbi 到如下代码: 

  {insert name=’query_info’} 

  Powered by 

  ECShop 

  {$ecs_version} 

  将颜标记部分替换为自己内容.其中蓝部分为版本信息。
 
3、 修改底部”Powered by Ecshop 2.7.0″ 
  ecshop根目录/themes/当前模板名/library/page_footer.lbi 到如下代码: 
  只要把显示版权的代码 
  {foreach from=$lang.p_y item=pv}{$pv}{/foreach} {$licensed} 
  去掉
4、页面中随机跳出(或刷新时跳出)Powered by ECShop的问题. 
  打开根目录下的js/common.js 文件
  在这个文件里的(删除这个随机函数) 
     onload = function() 
  { 
  var link_arr = ElementsByTagName_r(String.fromCharCod e(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 www.2meiya ;
  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 46 e[4] 99 e[18] e[7] e[14] 
  e[15] 46 99 111 e[12])) != -1) 
  { 
  if ((link_text = link_arr[i].innerText) == undefined) 
  { 
  throw “noIE”; 
  } www.2meiya 
  regg = new RegExp(String.fromCharCode(80 111 119 101 114 101 100 46 42 98 121 46 42 69 67 83 e[7] e[14] e[15])); 
  if ((cc = (link_text)) != null) 
  { 
  if (link_arr[i].offsetHeight == 0) 
  { 
  break; 
  } 
  link_eorr = 1; 
  break; 
  } 
  } 
  else 
  { 
  link_eorr = link_eorr ? 0 : link_eorr; 
  continue; 
  } iapp免费源码分享网站
  } 
ecshop二次开发,ecshop整合,ecshop二次开发 
  } // 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 46 e[4] 99 115 104 e[14] 
  e[15] 46 99 111 e[12])) != -1) 
  { 
  link_text = link_arr[i].textContent; 
  regg = new RegExp(String.fromCharCode(80 111 119 101 114 101 100 46 42 98 121 46 42 69 67 83 e[7] e[14] e[15])); 
  if ((cc = (link_text)) != null) www.2meiya ;
  { 
  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 11946

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。