去评论
dz插件网

discuz模板中执行php代码示例

xiao9469
2022/11/06 17:54:53
  1. <!--{eval}--><!--function tpl_hide_credits_hidden($creditsrequire) {        global $_G;--><!--{/eval}--><!--{block return}--><div class="locked"><!--{if $_G[uid]}-->{$_G[username]}<!--{else}-->{lang guest}<!--{/if}-->{lang post_hide_credits_hidden}</div><!--{/block}--><!--{eval}--><!--        return $return;}function tpl_hide_credits($creditsrequire, $message) {--><!--{/eval}--><!--{block return}--><div class="locked">{lang post_hide_credits}</div>$message<br /><br /><!--{/block}--><!--{eval}--><!--        return $return;}function tpl_codedisp($code) {        $randomid = 'code_'.random(3);--><!--{/eval}--><!--{block return}--><div class="blockcode"><div id="$randomid"><ol><li>$code</ol></div><em onclick="copycode($('$randomid'));">{lang discuzcode_copyclipboard}</em></div><!--{/block}--><!--{eval}--><!--        return $return;}function tpl_quote() {--><!--{/eval}--><!--{block return}--><div class="quote"><blockquote>\\1</blockquote></div><!--{/block}--><!--{eval}--><!--        return $return;}function tpl_free() {--><!--{/eval}--><!--{block return}--><div class="quote"><blockquote>\\1</blockquote></div><!--{/block}--><!--{eval}--><!--        return $return;}function tpl_hide_reply() {        global $_G;--><!--{/eval}--><!--{block return}--><div class="showhide"><h4>{lang post_hide}</h4>\\1</div><!--{/block}--><!--{eval}--><!--        return $return;}function tpl_hide_reply_hidden() {        global $_G;--><!--{/eval}--><!--{block return}--><div class="locked"><!--{if $_G[uid]}-->{$_G[username]}<!--{else}-->{lang guest}<!--{/if}-->{lang post_hide_reply_hidden}</div><!--{/block}--><!--{eval}--><!--        return $return;}function attachlist($attach) {        global $_G;        $attach['refcheck'] = (!$attach['remote'] && $_G['setting']['attachrefcheck']) || ($attach['remote'] && ($_G['setting']['ftp']['hideurl'] || ($attach['isimage'] && $_G['setting']['attachimgpost'] && strtolower(substr($_G['setting']['ftp']['attachurl'], 0, 3)) == 'ftp')));        $aidencode = packaids($attach);        $widthcode = attachwidth($attach['width']);        $is_archive = $_G['forum_thread']['is_archived'] ? "&fid=".$_G['fid']."&archiveid=".$_G[forum_thread][archiveid] : '';        $pluginhook = !empty($_G['setting']['pluginhooks']['viewthread_attach_extra'][$attach[aid]]) ? $_G['setting']['pluginhooks']['viewthread_attach_extra'][$attach[aid]] : '';--><!--{/eval}-->