function attachinpost($attach, $post) { global $_G; $firstpost = $post['first']; $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] : ''; $attachthumb = getimgthumbname($attach['attachment']); $musiccode = getstatus($post[status], 7) && fileext($attach['attachment']) == 'mp3' ? (browserversion('ie') > 8 || browserversion('safari') ? '<audio controls="controls"><source src="'.$attach['url'].$attach['attachment'].'"></audio>' : parseaudio($attach['url'].$attach['attachment'], 400)) : ''; $guestviewthumb = !empty($_G['setting']['guestviewthumb']['flag']) && !$_G['uid']; if($guestviewthumb) { $guestviewthumbcss = guestviewthumbstyle(); } ?><?php $__STATICURL = STATICURL;$return = <<<EOF <ignore_js_op> EOF; if($attach['attachimg'] && $_G['setting']['showimages'] && (((!$attach['price'] || $attach['payed']) && ($_G['group']['allowgetimage'] || $_G['uid'] == $attach['uid'])) || (($guestviewthumb)))) { if(!IS_ROBOT) { if($guestviewthumb) { $thumbpath = helper_attach::attachpreurl().'image/'.helper_attach::makethumbpath($attach['aid'], $_G['setting']['guestviewthumb']['width'], $_G['setting']['guestviewthumb']['height']); $makefile = 'forum.php?mod=image&aid='.$attach['aid'].'&size='.$_G['setting']['guestviewthumb']['width'].'x'.$_G['setting']['guestviewthumb']['height'].'&key='.dsign($attach['aid'].'|'.$_G['setting']['guestviewthumb']['width'].'|'.$_G['setting']['guestviewthumb']['height']).'&type=1'; $return .= <<<EOF {$guestviewthumbcss} <div class="guestviewthumb"> <div style="margin: 0 auto;"> <img id="aimg_{$attach['aid']}" class="guestviewthumb_cur" aid="{$attach['aid']}" src="{$__STATICURL}image/common/none.gif" onclick="showWindow('login', 'member.php?mod=logging&action=login'+'&referer='+encodeURIComponent(location))" onerror="javascript:if(this.getAttribute('makefile')){this.src=this.getAttribute('makefile'); this.removeAttribute('makefile');}" file="{$thumbpath}" makefile="{$makefile}" inpost="1" alt="{$attach['imgalt']}" title="{$attach['imgalt']}"/> <br> <a href="member.php?mod=logging&action=login" onclick="showWindow('login', this.href+'&referer='+encodeURIComponent(location));">登录/注册后可看大图</a> </div> </div> EOF; } else { if($_G['setting']['thumbstatus'] && $attach['thumb']) { $return .= <<<EOF <img EOF; if($attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']) { $return .= <<<EOF class="attprice" EOF; } $return .= <<<EOF style="cursor:pointer" id="aimg_{$attach['aid']}" aid="{$attach['aid']}" src="{$__STATICURL}image/common/none.gif" onclick="zoom(this, this.getAttribute('zoomfile'), 0, 0, '{$_G['setting']['showexif']}')" zoomfile=" EOF; if($attach['refcheck']) { $return .= <<<EOF forum.php?mod=attachment{$is_archive}&aid={$aidencode}&noupdate=yes¬humb=yes EOF; } else { $return .= <<<EOF {$attach['url']}{$attach['attachment']} EOF; } $return .= <<<EOF " file=" EOF; if($attach['refcheck']) { $return .= <<<EOF forum.php?mod=attachment{$is_archive}&aid={$aidencode} EOF; } else { $return .= <<<EOF {$attach['url']}{$attachthumb} EOF; } $return .= <<<EOF " inpost="1" EOF; if($_GET['from'] != 'preview') { $return .= <<<EOF onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" EOF; } $return .= <<<EOF /> EOF; } else { $return .= <<<EOF <img EOF; if($attach['price'] && $_G['forum_attachmentdown'] && $_G['uid'] != $attach['uid']) { $return .= <<<EOF class="attprice" EOF; } $return .= <<<EOF id="aimg_{$attach['aid']}" aid="{$attach['aid']}" src="{$__STATICURL}image/common/none.gif" zoomfile=" EOF; if($attach['refcheck']) { $return .= <<<EOF forum.php?mod=attachment{$is_archive}&aid={$aidencode}&noupdate=yes¬humb=yes EOF; } else { $return .= <<<EOF {$attach['url']}{$attach['attachment']} EOF; } $return .= <<<EOF " file=" EOF; if($attach['refcheck']) { $return .= <<<EOF forum.php?mod=attachment{$is_archive}&aid={$aidencode}&noupdate=yes EOF; } else { $return .= <<<EOF {$attach['url']}{$attach['attachment']} EOF; } $return .= <<<EOF " {$widthcode} id="aimg_{$attach['aid']}" inpost="1" EOF; if($_GET['from'] != 'preview') { $return .= <<<EOF onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" EOF; } $return .= <<<EOF /> EOF; } } $return .= <<<EOF <div class="tip tip_4 aimg_tip" id="aimg_{$attach['aid']}_menu" style="position: absolute; display: none" disautofocus="true"> <div class="xs0"> <p><strong>{$attach['filename']}</strong> <em class="xg1">({$attach['attachsize']}, 下载次数: {$attach['downloads']})</em></p> <p> <a href="forum.php?mod=attachment{$is_archive}&aid={$aidencode}&nothumb=yes" target="_blank">下载附件</a> EOF; if(helper_access::check_module('album')) { $return .= <<<EOF <a href="javascript:;" onclick="showWindow(this.id, this.getAttribute('url'), 'get', 0);" id="savephoto_{$attach['aid']}" url="home.php?mod=spacecp&ac=album&op=saveforumphoto&aid={$attach['aid']}&handlekey=savephoto_{$attach['aid']}">保存到相册</a> EOF; } if($firstpost && $_G['fid'] && $_G['forum']['picstyle'] && ($_G['forum']['ismoderator'] || $_G['uid'] == $attach['uid'])) { $return .= <<<EOF <a href="forum.php?mod=ajax&action=setthreadcover&aid={$attach['aid']}&fid={$_G['fid']}" onclick="showWindow('setcover{$attach['aid']}', this.href)">设为封面</a> EOF; } $return .= <<<EOF </p> EOF; if($attach['description']) { $return .= <<<EOF <p>{$attach['description']}</p> EOF; } $return .= <<<EOF <p class="xg1 y">{$attach['dateline']} 上传</p> EOF; } else { if($attach['description']) { $return .= <<<EOF <p>{$attach['description']}</p> EOF; } $return .= <<<EOF <img src=" EOF; if($attach['refcheck']) { $return .= <<<EOF forum.php?mod=attachment{$is_archive}&aid={$aidencode}&noupdate=yes EOF; } else { $return .= <<<EOF {$attach['url']}{$attach['attachment']} EOF; } $return .= <<<EOF " alt="{$attach['imgalt']}" title="{$attach['imgalt']}" /> EOF; } } else { if($musiccode) { $return .= <<<EOF <div>{$musiccode}</div> EOF; } $return .= <<<EOF {$attach['attachicon']} <span style="white-space: nowrap" id="attach_{$attach['aid']}" EOF; if($_GET['from'] != 'preview') { $return .= <<<EOF onmouseover="showMenu({'ctrlid':this.id,'pos':'12'})" EOF; } $return .= <<<EOF > EOF; if(!$attach['price'] || $attach['payed']) { $return .= <<<EOF <a href="forum.php?mod=attachment{$is_archive}&aid={$aidencode}" target="_blank">{$attach['filename']}</a> EOF; } else { $return .= <<<EOF <a href="forum.php?mod=misc&action=attachpay&aid={$attach['aid']}&tid={$attach['tid']}" onclick="showWindow('attachpay', this.href)">{$attach['filename']}</a> EOF; } $return .= <<<EOF <em class="xg1">({$attach['attachsize']}, 下载次数: {$attach['downloads']} EOF; if($attach['price']) { $return .= <<<EOF , 售价: {$attach['price']} {$_G['setting']['extcredits'][$_G['setting']['creditstransextra']['1']]['unit']}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra']['1']]['title']} EOF; } $return .= <<<EOF )</em> </span> <div class="tip tip_4" id="attach_{$attach['aid']}_menu" style="position: absolute; display: none" disautofocus="true"> <div class="tip_c xs0"> <div class="y">{$attach['dateline']} 上传</div> 点击文件名下载附件 EOF; if($attach['description']) { $return .= <<<EOF <br />{$attach['description']} EOF; } if($attach['readperm']) { $return .= <<<EOF <br />阅读权限: {$attach['readperm']} EOF; } } if(!IS_ROBOT && !$guestviewthumb) { if($attach['price']) { $return .= <<<EOF <br />售价: {$attach['price']} {$_G['setting']['extcredits'][$_G['setting']['creditstransextra']['1']]['unit']}{$_G['setting']['extcredits'][$_G['setting']['creditstransextra']['1']]['title']} <a href="forum.php?mod=misc&action=viewattachpayments&aid={$attach['aid']}" onclick="showWindow('attachpay', this.href)" target="_blank">[记录]</a> EOF; if(!$attach['payed']) { $return .= <<<EOF [<a href="forum.php?mod=misc&action=attachpay&aid={$attach['aid']}&tid={$attach['tid']}" onclick="showWindow('attachpay', this.href)" target="_blank">购买</a>] EOF; } } if(!$attach['attachimg'] && $_G['getattachcredits']) { $return .= <<<EOF <br />下载积分: {$_G['getattachcredits']} EOF; } $return .= <<<EOF </div> <div class="tip_horn"></div> </div> EOF; if($musiccode) { $return .= <<<EOF <br /> EOF; } } $return .= <<<EOF </ignore_js_op> EOF; ?><?php return $return; }
* This is NOT a freeware, use is subject to license terms * * $Id: forum_image.php 32531 2013-02-06 10:15:19Z zhangguosheng $ */ if (!defined('IN_DISCUZ') || empty($_GET['aid']) || empty($_GET['size']) || empty($_GET['key'])) { header('location: ' . $_G['siteurl'] . 'static/image/common/none.gif'); exit; } $nocache = !empty($_GET['nocache']) ? 1 : 0; $daid = intval($_GET['aid']); $type = !empty($_GET['type']) ? $_GET['type'] : 'fixwr'; list($w, $h) = explode('x', $_GET['size']); $dw = intval($w); $dh = intval($h); $thumbfile = 'image/' . helper_attach::makethumbpath($daid, $dw, $dh); $attachurl = helper_attach::attachpreurl(); if (!$nocache) { if (file_exists($_G['setting']['attachdir'] . $thumbfile)) { dheader('location: ' . $attachurl . $thumbfile); } } define('NOROBOT', TRUE); $id = !empty($_GET['atid']) ? $_GET['atid'] : $daid; if (dsign($id . '|' . $dw . '|' . $dh) != $_GET['key']) { dheader('location: ' . $_G['siteurl'] . 'static/image/common/none.gif'); } if ($attach = C::t('forum_attachment_n')->fetch('aid:' . $daid, $daid, array(1, -1))) { if (!$dw && !$dh && $attach['tid'] != $id) { dheader('location: ' . $_G['siteurl'] . 'static/image/common/none.gif'); } dheader('Expires: ' . gmdate('D, d M Y H:i:s', TIMESTAMP + 3600) . ' GMT');