国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > 建站經驗 > 正文

shopex去底部版權的辦法

2024-04-25 20:39:00
字體:
來源:轉載
供稿:網友

1.直接將文件復制到

/core/include_v5/smartyplugins/

文件夾下,替換

function.footer.php

function.footer.php代碼:

<?php

/*********************/

/* */

/* Version : 5.1.0 */

/* Author : RM */

/* Comment : 071223 */

/* */

/*********************/

function tpl_function_footer( $params, &$smarty )

{

global $system;

$system =& $system;

$output =& $system->loadModel( "system/frontend" );

$tmpdata = $system->getConf( "im.setting" );

$data = unserialize( $tmpdata );

$theme_dir = $system->base_url( )."themes/".$output->theme;

echo $smarty->_fetch_compile_include( "shop:common/footer.html", array(

"theme_dir" => $theme_dir,

"certtext" => "<a href=/"http://www.miibeian.gov.cn/ /" target=/"blank/">".$system->getConf( "site.certtext" )."</a>",

"mini_cart" => $system->getConf( "site.buy.target" ) == 3,

"preview_theme" => $system->in_preview_theme,

"im_setting" => $data,

"system_url" => $system->base_url( ),

"stateString" => "cron=".urlencode( $system->request['action']['controller'].":".$system->request['action']['method'] )."&p=".urlencode( $system->request['action']['args'][0] )

) );

if ( constant( "SHOP_DEVELOPER" ) )

{

$html .= $system->_debugger['log'];

}

if ( $system->getConf( "shopex.wss.show" ) )

{

$wssjs = $system->getConf( "shopex.wss.js" );

}

if ( $system->getConf( "certificate.channel.status" ) )

{

$channel = $system->getConf( "certificate.channel.service" )."<a href=/"".$system->getConf( "certificate.channel.url" )."/" target=/"_blank/">".$system->getConf( "certificate.channel.name" );

$channel .= "</a>";

}

if ( $system->getConf( "site.shopex_certify" ) == 0 )

{

$ref = $_SERVER['HTTP_HOST'];

$check = md5( $ref."ShopEx@Store" );

$str = urlencode( $system->getConf( "certificate.str" ) );

if ( !$str )

{

$str = urlencode( __( "無" ) );

}

if ( constant( "SAAS_MODE" ) )

{

$versionStr = "";

}

else

{

$versionStr = "v".$system->_app_version;

}

if ( $system->use_gzip )

{

$gzip = "enabled";

}

else

{

$gzip = "disabled";

}

$themeFoot = "<div class=/"themefoot/">".$system->getConf( "system.foot_edit" )."</div>";

$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;/">";

if ( $system->getConf( "certificate.auth_type" ) == "commercial" )

{

$greencard = $system->getConf( "store.greencard" );

if ( !isset( $greencard ) || $greencard )

{

$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>";

}

}

//$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/">";

//$PoweredStr .= "Powered&nbsp;by&nbsp;<b style=/"color:#5c719e/">Shop</b><b style=/"color:#f39000/">Ex</b>";

//$PoweredStr .= "</a>";

//$PoweredStr .= "<span style=/"font-size:9px;/">&nbsp;".$versionStr."</span>";

//$PoweredStr .= "<span style=/"color:#999;display:none/">&nbsp|Gzip ".$gzip."</span>&nbsp;";

if ( $channel )

{

$PoweredStr .= "<br/><span>".$channel."</span>&nbsp;";

}

if ( $system->getConf( "site.certtext" ) )

{

$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>";

}

if ( $wssjs )

{

$PoweredStr .= "<span style=/"display:none/">".$wssjs."</span>";

}

$PoweredStr .= "</div>";

if ( $system->getConf( "site.rsc_rpc" ) && defined( "RSC_RPC" ) && ( $certificate = $system->getConf( "certificate.id" ) ) )

{

$p = array( );

foreach ( $runtime['path'] as $path )

{

$p[] = $path['title'];

}

$pageinfo['path'] = implode( $p, "/" );

$p = "";

foreach ( $pageinfo as $k => $v )

{

$p .= "&_".$k."=".urlencode( $v );

}

$p .= "&_time=".time( );

$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(da

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 漾濞| 富顺县| 五大连池市| 石城县| 荥阳市| 达日县| 内江市| 广灵县| 梧州市| 东明县| 晋江市| 桃江县| 会昌县| 石家庄市| 河间市| 城步| 横峰县| 伊吾县| 唐河县| 迭部县| 公安县| 视频| 峡江县| 绥滨县| 长兴县| 盘山县| 泰兴市| 南京市| 达拉特旗| 平遥县| 泽库县| 郸城县| 松阳县| 蓝田县| 莱芜市| 灵台县| 大厂| 陵川县| 新绛县| 山丹县| 益阳市|