服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > ecshop教程 >

shopex去底部版权的办法

时间:2013-11-17 02:44来源:未知 作者:最模板 点击:
shopex去底部版权的办法

 最模板提供,转载请注明网址!

 

1.直接将文件复制到

\core\include_v5\smartyplugins\

文件夹下,替换

function.footer.php

function.footer.php代码:

 


  1. <?php 
  2. /*********************/ 
  3. /*                   */ 
  4. /*  Version : 5.1.0  */ 
  5. /*  Author  : RM     */ 
  6. /*  Comment : 071223 */ 
  7. /*                   */ 
  8. /*********************/ 
  9.  
  10. function tpl_function_footer( $params, &$smarty ) 
  11.     global $system
  12.                 $system =& $system
  13.                 $output =& $system->loadModel( "system/frontend" ); 
  14.                 $tmpdata = $system->getConf( "im.setting" ); 
  15.                 $data = unserialize( $tmpdata ); 
  16.                 $theme_dir = $system->base_url( )."themes/".$output->theme; 
  17.                 echo $smarty->_fetch_compile_include( "shop:common/footer.html"array
  18.                                 "theme_dir" => $theme_dir
  19.                                 "certtext" => "<a href=\"http://www.miibeian.gov.cn/ \" target=\"blank\">".$system->getConf( "site.certtext" )."</a>"
  20.                                 "mini_cart" => $system->getConf( "site.buy.target" ) == 3, 
  21.                                 "preview_theme" => $system->in_preview_theme, 
  22.                                 "im_setting" => $data
  23.                                 "system_url" => $system->base_url( ), 
  24.                                 "stateString" => "cron=".urlencode( $system->request['action']['controller'].":".$system->request['action']['method'] )."&p=".urlencode( $system->request['action']['args'][0] ) 
  25.                 ) ); 
  26.                 if ( constant( "SHOP_DEVELOPER" ) ) 
  27.                 { 
  28.                                 $html .= $system->_debugger['log']; 
  29.                 } 
  30.                 if ( $system->getConf( "shopex.wss.show" ) ) 
  31.                 { 
  32.                                 $wssjs = $system->getConf( "shopex.wss.js" ); 
  33.                 } 
  34.                 if ( $system->getConf( "certificate.channel.status" ) ) 
  35.                 { 
  36.                                 $channel = $system->getConf( "certificate.channel.service" )."<a href=\"".$system->getConf( "certificate.channel.url" )."\" target=\"_blank\">".$system->getConf( "certificate.channel.name" ); 
  37.                                 $channel .= "</a>"
  38.                 } 
  39.                 if ( $system->getConf( "site.shopex_certify" ) == 0 ) 
  40.                 { 
  41.                                 $ref = $_SERVER['HTTP_HOST']; 
  42.                                 $check = md5( $ref."ShopEx@Store" ); 
  43.                                 $str = urlencode( $system->getConf( "certificate.str" ) ); 
  44.                                 if ( !$str ) 
  45.                                 { 
  46.                                                 $str = urlencode( __( "无" ) ); 
  47.                                 } 
  48.                                 if ( constant( "SAAS_MODE" ) ) 
  49.                                 { 
  50.                                                 $versionStr = ""
  51.                                 } 
  52.                                 else 
  53.                                 { 
  54.                                                 $versionStr = "v".$system->_app_version; 
  55.                                 } 
  56.                                 if ( $system->use_gzip ) 
  57.                                 { 
  58.                                                 $gzip = "enabled"
  59.                                 } 
  60.                                 else 
  61.                                 { 
  62.                                                 $gzip = "disabled"
  63.                                 } 
  64.                                 $themeFoot = "<div class=\"themefoot\">".$system->getConf( "system.foot_edit" )."</div>"
  65.                                 $PoweredStr = "<div style=\"font-family:Verdana;line-height:20px!important;height:auto!important;font-size:11px!important;text-align:center;overflow:none!important;text-indent:0!important;\">"
  66.                                 if ( $system->getConf( "certificate.auth_type" ) == "commercial" ) 
  67.                                 { 
  68.                                                 $greencard = $system->getConf( "store.greencard" ); 
  69.                                                 if ( !isset( $greencard ) || $greencard ) 
  70.                                                 { 
  71.                                                                 $PoweredStr .= "<a href='http://service.shopex.cn/show/certinfo.php?certi_id=".$system->getConf( "certificate.id" )."&url=".rawurlencode( $system->base_url( ) )."' target='_blank'><img src='statics/bottom-authorize.gif'></a><br>"
  72.                                                 } 
  73.                                 } 
  74.                                 //$PoweredStr .= "<a href=\"http://store.shopex.cn/rating/store_detail.php?ref=".$ref."&check=".$check."&str=".$str."\" target=\"_blank\" style=\"color:#666;text-decoration:none;cursor:pointer\">"; 
  75.                                 //$PoweredStr .= "Powered&nbsp;by&nbsp;<b style=\"color:#5c719e\">Shop</b><b style=\"color:#f39000\">Ex</b>"; 
  76.                                 //$PoweredStr .= "</a>"; 
  77.                                 //$PoweredStr .= "<span style=\"font-size:9px;\">&nbsp;".$versionStr."</span>"; 
  78.                                 //$PoweredStr .= "<span style=\"color:#999;display:none\">&nbsp|Gzip ".$gzip."</span>&nbsp;"; 
  79.                                 if ( $channel ) 
  80.                                 { 
  81.                                                 $PoweredStr .= "<br/><span>".$channel."</span>&nbsp;"
  82.                                 } 
  83.                                 if ( $system->getConf( "site.certtext" ) ) 
  84.                                 { 
  85.                                                 $PoweredStr .= "<a href=\"http://www.miibeian.gov.cn/\" target=\"blank\" style=\"color:#666;text-decoration:none;cursor:pointer;display:block;\" class=\"textcenter\">".$system->getConf( "site.certtext" )."</a>"
  86.                                 } 
  87.                                 if ( $wssjs ) 
  88.                                 { 
  89.                                                 $PoweredStr .= "<span style=\"display:none\">".$wssjs."</span>"
  90.                                 } 
  91.                                 $PoweredStr .= "</div>"
  92.                                 if ( $system->getConf( "site.rsc_rpc" ) && defined( "RSC_RPC" ) && ( $certificate = $system->getConf( "certificate.id" ) ) ) 
  93.                                 { 
  94.                                                 $p = array( ); 
  95.                                                 foreach ( $runtime['path'as $path ) 
  96.                                                 { 
  97.                                                                 $p[] = $path['title']; 
  98.                                                 } 
  99.                                                 $pageinfo['path'] = implode( $p"/" ); 
  100.                                                 $p = ""
  101.                                                 foreach ( $pageinfo as $k => $v ) 
  102.                                                 { 
  103.                                                                 $p .= "&_".$k."=".urlencode( $v ); 
  104.                                                 } 
  105.                                                 $p .= "&_time=".time( ); 
  106.                                                 $RSC_RPC_STR = "<script>\r\n            withBroswerStore(function(store){\r\n            \r\n               store.get(\"jsapi\",function(data){\r\n                     \r\n                       var script = document.createElement(\"script\");\r\n                       var _src = \"".RSC_RPC."/jsapi?certi_id=".$certificate.$p."&pt=".urlencode( $smarty->pagedata['request']['action']['controller'] ).":".urlencode( $smarty->pagedata['request']['action']['method'] )."&app=shopex(".$system->_app_version.")&uid=\"+(encodeURIComponent(Cookie.get(\"S[MEMBER]\") || \"\").split(\"-\")[0])+\"&ref=\"+encodeURIComponent(document.referrer)+\"&sz=\"+JSON.encode(window.getSize())+\"&hs=\"+encodeURIComponent(location.hash.slice(1))+\"&rt=\"+\$time();\r\n                      \r\n                       if(data){\r\n                            try{\r\n                               data = JSON.decode(data);\r\n                            }catch(e){}\r\n                              if(\$type(data)==\"object\"){\r\n                                 _src +=\"&\"+Hash.toQueryString(data); \r\n                              }else if(\$type(data)==\"string\"){\r\n                                 _src +=\"&\"+data; \r\n                              }\r\n                          }\r\n                 \r\n                      script.setAttribute(\"src\",_src);\r\n                      document.head.appendChild(script);\r\n                      document.head.removeChild(script);\r\n               \r\n               });\r\n                 \r\n            \r\n            });\r\n            </script>"
  107.                                                 $PoweredStr .= $RSC_RPC_STR
  108.                                 } 
  109.                 } 
  110.                 return $html.$themeFoot.$PoweredStr
  111.  
  112. ?> 

 

 

2.路径:themes\当前模板\block\footer.html

 

在foot.html修改,把<{footer}>给去掉 换成中文的文字

3.还有个办法,直接隐藏 版权

 <div style="width:1px; height:1px; overflow:hidden">   <{footer}></div>

 

(责任编辑:最模板)
顶一下
(1)
33.3%
踩一下
(2)
66.7%
------分隔线----------------------------
栏目列表
热点内容