Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[插件] 卡片中心 2.3 FOR D50 [2006/11/22]

[复制链接]
 楼主| PerfectWorks 发表于 2006-7-24 02:44:34 | 显示全部楼层
原帖由 ssbxj 于 2006-7-24 02:43 发表 我安装成功了,,,但是这个文件我还没有修改 viewthread.php 一改就错

错误信息?
回复

使用道具 举报

ssbxj 发表于 2006-7-24 02:46:09 | 显示全部楼层
原帖由 PerfectWorks 于 2006-7-24 02:44 发表

错误信息?

Parse error: parse error, unexpected '}' in /home/ssbxj/domains/ssbxj.com/public_html/viewthread.php on line 387
回复

使用道具 举报

 楼主| PerfectWorks 发表于 2006-7-24 02:50:25 | 显示全部楼层

回复 #64 ssbxj 的帖子

我给你改吧,viewthread.php发来
回复

使用道具 举报

 楼主| PerfectWorks 发表于 2006-7-24 02:50:42 | 显示全部楼层
要你出错的那个
ps meyu的空间?
回复

使用道具 举报

ssbxj 发表于 2006-7-24 02:54:03 | 显示全部楼层
http://www.02dj.com/1.rar

我不能上传。你下吧
回复

使用道具 举报

 楼主| PerfectWorks 发表于 2006-7-24 02:55:47 | 显示全部楼层
D4哦,D4的修改跟D5有些不同的
回复

使用道具 举报

ssbxj 发表于 2006-7-24 02:55:56 | 显示全部楼层
还有,为什么我要购买卡片他提示
这张卡片库存不足,过几天再来看看吧,请返回
回复

使用道具 举报

ssbxj 发表于 2006-7-24 02:56:22 | 显示全部楼层
原帖由 PerfectWorks 于 2006-7-24 02:55 发表
D4哦,D4的修改跟D5有些不同的


我是D4.1的
回复

使用道具 举报

 楼主| PerfectWorks 发表于 2006-7-24 02:57:20 | 显示全部楼层
改好了

  1. <?php

  2. /*
  3.         [Discuz!] (C)2001-2006 Comsenz Inc.
  4.         This is NOT a freeware, use is subject to license terms

  5.         $RCSfile: viewthread.php,v $
  6.         $Revision: 1.26.2.3 $
  7.         $Date: 2006/03/23 02:45:00 $
  8. */

  9. define('CURSCRIPT', 'viewthread');

  10. require_once './include/common.inc.php';
  11. require_once DISCUZ_ROOT.'./include/forum.func.php';
  12. require_once DISCUZ_ROOT.'./include/discuzcode.func.php';

  13. $discuz_action = 3;

  14. $query = $db->query("SELECT * FROM {$tablepre}threads t WHERE tid='$tid' AND displayorder>='0'");

  15. $lastmod = array();
  16. if(!$thread = $db->fetch_array($query)) {
  17.         showmessage('thread_nonexistence');
  18. } elseif($thread['moderated']) {
  19.         $query = $db->query("SELECT uid AS moduid, username AS modusername, dateline AS moddateline, action AS modaction
  20.                 FROM {$tablepre}threadsmod
  21.                 WHERE tid='$tid' ORDER BY dateline DESC LIMIT 1");
  22.         if($lastmod = $db->fetch_array($query)) {
  23.                 include language('modactions');
  24.                 $lastmod['modusername'] = $lastmod['modusername'] ? $lastmod['modusername'] : 'System';
  25.                 $lastmod['moddateline'] = gmdate("$dateformat $timeformat", $lastmod['moddateline'] + $timeoffset * 3600);
  26.                 $lastmod['modaction'] = $modactioncode[$lastmod['modaction']];
  27.         } else {
  28.                 $db->query("UPDATE {$tablepre}threads SET moderated='0' WHERE tid='$tid'", 'UNBUFFERED');
  29.         }
  30. }

  31. $codecount = 0;
  32. $thread['subjectenc'] = rawurlencode($thread['subject']);

  33. $oldtopics = isset($_DCOOKIE['oldtopics']) ? $_DCOOKIE['oldtopics'] : 'D';
  34. if(strpos($oldtopics, 'D'.$tid.'D') === FALSE) {
  35.         $oldtopics = 'D'.$tid.$oldtopics;
  36.         if(strlen($oldtopics) > 3072) {
  37.                 $oldtopics = preg_replace("((D\d+)+D).*$", "\\1", substr($oldtopics, 0, 3072));
  38.         }
  39.         dsetcookie('oldtopics', $oldtopics, 3600);
  40. }

  41. if($lastvisit < $thread['lastpost'] && (!isset($_DCOOKIE['f'.$fid]) || $thread['lastpost'] > $_DCOOKIE['f'.$fid])) {
  42.         dsetcookie('fid'.$fid, $thread['lastpost'], 3600);
  43. }

  44. $navigation = "&raquo; <a href="forumdisplay.php?fid=$fid".($extra ? '&'.preg_replace("/^(&)*/", '', $extra) : '')."">$forum[name]</a> &raquo; $thread[subject]";
  45. $navtitle = ' - '.strip_tags($forum['name']).' - '.$thread['subject'];
  46. if($forum['type'] == 'sub') {
  47.         $query = $db->query("SELECT fid, name FROM {$tablepre}forums WHERE fid='$forum[fup]'");
  48.         $fup = $db->fetch_array($query);
  49.         $navigation = "&raquo; <a href="forumdisplay.php?fid=$fup[fid]">$fup[name]</a> $navigation";
  50.         $navtitle = ' - '.strip_tags($fup['name']).$navtitle;
  51. }

  52. if($thread['typeid'] && isset($forum['threadtypes']['types'][$thread['typeid']])) {
  53.         $thread['subject'] = ($forum['threadtypes']['listable'] ? '<a href="forumdisplay.php?fid='.$fid.'&filter=type&typeid='.$thread['typeid'].'">['.$forum['threadtypes']['types'][$thread['typeid']].']</a>' : '['.$forum['threadtypes']['types'][$thread['typeid']].']').' '.$thread['subject'];
  54. }

  55. if(empty($forum['allowview'])) {
  56.         if(!$forum['viewperm'] && !$readaccess) {
  57.                 showmessage('group_nopermission', NULL, 'NOPERM');
  58.         } elseif($forum['viewperm'] && !forumperm($forum['viewperm'])) {
  59.                 showmessage('forum_nopermission', NULL, 'NOPERM');
  60.         }
  61. }

  62. if($thread['readperm'] && $thread['readperm'] > $readaccess && !$forum['ismoderator'] && $thread['authorid'] != $discuz_uid) {
  63.         showmessage('thread_nopermission', NULL, 'NOPERM');
  64. }

  65. if($thread['price'] > 0) {
  66.         if($maxchargespan && $timestamp - $thread['dateline'] >= $maxchargespan * 3600) {
  67.                 $db->query("UPDATE {$tablepre}threads SET price='0' WHERE tid='$tid'");
  68.                 $thread['price'] = 0;
  69.         } else {
  70.                 if(!$discuz_uid) {
  71.                         showmessage('group_nopermission', NULL, 'NOPERM');
  72.                 } elseif(!$forum['ismoderator'] && $thread['authorid'] != $discuz_uid) {
  73.                         $query = $db->query("SELECT tid FROM {$tablepre}paymentlog WHERE tid='$tid' AND uid='$discuz_uid'");
  74.                         if(!$db->num_rows($query)) {
  75.                                 require_once DISCUZ_ROOT.'./include/threadpay.inc.php';
  76.                                 exit();
  77.                         }
  78.                 }
  79.         }
  80. }

  81. if($forum['password'] && $forum['password'] != $_DCOOKIE['fidpw'.$fid]) {
  82.         header("Location: {$boardurl}forumdisplay.php?fid=$fid&sid=$sid");
  83.         exit();
  84. }

  85. $raterange = $modratelimit && $adminid == 3 && !$forum['ismoderator'] ? array() : $raterange;

  86. $extra = rawurlencode($extra);
  87. $allowgetattach = !empty($forum['allowgetattach']) || ($allowgetattach && !$forum['getattachperm']) || forumperm($forum['getattachperm']);

  88. if(empty($action) && $tid) {

  89.         if($discuz_uid && $newpm) {
  90.                 require_once DISCUZ_ROOT.'./include/pmprompt.inc.php';
  91.         }

  92.         //get trade thread status (pos. -1)
  93.         $allowposttrade = substr(sprintf('%02b', $forum['allowtrade']), -1, 1);

  94.         //get pay to author status (pos. -2)
  95.         $allowpaytoauthor = substr(sprintf('%02b', $forum['allowtrade']), -2, 1);

  96.         //get qihoo status (pos. -3)
  97.         $searchboxstatus = substr(sprintf('%03b', $qihoo_searchbox), -3, 1);

  98.         $highlightstatus = isset($highlight) && str_replace('+', '', $highlight) ? 1 : 0;
  99.         $maxsigrows = $maxsigrows ? 'style="height: '.$maxsigrows.'em"' : '';

  100.         $page = empty($page) || !ispage($page) ? 1 : $page;
  101.         $start_limit = $numpost = ($page - 1) * $ppp;
  102.         if($start_limit > $thread['replies']) {
  103.                 $start_limit = $numpost = 0;
  104.                 $page = 1;
  105.         }

  106.         $multipage = multi($thread['replies'] + 1, $ppp, $page, "viewthread.php?tid=$tid&extra=$extra".(isset($highlight) ? "&highlight=".rawurlencode($highlight) : ''));

  107.         $polloptions = array();
  108.         if($thread['poll']) {
  109.                 $query = $db->query("SELECT pollopts FROM {$tablepre}polls WHERE tid='$tid'");
  110.                 if(is_array($pollopts = unserialize($db->result($query, 0)))) {
  111.                         $pollopts['voters'] = is_array($pollopts['voters']) ? array_map('stripslashes', $pollopts['voters']) : array();
  112.                         foreach($pollopts['options'] as $option) {
  113.                                 $polloptions[] = array
  114.                                         (
  115.                                         'option'        => dhtmlspecialchars(stripslashes($option[0])),
  116.                                         'votes'                => $option[1],
  117.                                         'width'                => @round($option[1] * 300 / $pollopts['max']) + 2,
  118.                                         'percent'        => @sprintf ("%01.2f", $option[1] * 100 / $pollopts['total'])
  119.                                         );
  120.                         }

  121.                         $allowvote = $allowvote && (empty($thread['closed']) || $alloweditpoll) && !in_array(($discuz_uid ? $discuz_user : $onlineip), $pollopts['voters']);
  122.                         $optiontype = $pollopts['multiple'] ? 'checkbox' : 'radio';
  123.                 } else {
  124.                         $db->query("UPDATE {$tablepre}threads SET poll='0' WHERE tid='$tid'", 'UNBUFFERED');
  125.                 }
  126.         }

  127.         $extcredits_thread = array();
  128.         foreach($extcredits as $key => $value) {
  129.                 if($value['showinthread']) {
  130.                         $extcredits_thread['extcredits'.$key] = array('title' => $value['title'], 'unit' => $value['unit']);
  131.                 }
  132.         }

  133.         $fieldsadd = '';
  134.         if(is_array($_DCACHE['fields_thread'])) {
  135.                 foreach($_DCACHE['fields_thread'] as $field) {
  136.                         $fieldsadd .= ', mf.field_'.$field['fieldid'];
  137.                 }
  138.         }

  139.         $postlist = $attachtags = array();
  140.         $newpostanchor = $postcount = $attachpids = 0;

  141.         $query = $db->query("SELECT p.*, m.uid, m.username, m.groupid, m.regdate, m.lastactivity, m.posts, m.digestposts, m.oltime,
  142.                 m.pageviews, m.credits, m.extcredits1, m.extcredits2, m.extcredits3, m.extcredits4, m.extcredits5, m.extcredits6,
  143.                 m.extcredits7, m.extcredits8, m.email, m.gender, m.showemail, m.invisible, m.avatarshowid, mf.nickname, mf.site,
  144.                 mf.icq, mf.qq, mf.yahoo, mf.msn, mf.taobao, mf.alipay, mf.location, mf.medals, mf.avatar, mf.avatarwidth,
  145.                 mf.avatarheight, mf.sightml AS signature, mf.customstatus/*[ Tool of Card Center(pig) BY PerfectWorks] add 1/2 START*/,m.pigavatar/*[ Tool of Card Center(pig) BY PerfectWorks] add 1/2 END*/ $fieldsadd
  146.                 FROM {$tablepre}posts p
  147.                 LEFT JOIN {$tablepre}members m ON m.uid=p.authorid
  148.                 LEFT JOIN {$tablepre}memberfields mf ON mf.uid=m.uid
  149.                 WHERE p.tid='$tid' AND p.invisible='0' ORDER BY dateline LIMIT $start_limit, $ppp");
  150. //[ Card Center BY PerfectWorks] add 1/2 START
  151. @require_once DISCUZ_ROOT.'./forumdata/cache/cache_card.php';
  152. //[ Card Center BY PerfectWorks] add 2/3 END
  153.         while($post = $db->fetch_array($query)) {
  154. //[ Card Center BY PerfectWorks] add 2/2 START
  155. eval($hooks['card_readcard']);
  156. //[ Card Center BY PerfectWorks] add 2/2 END
  157. //[ Tool of Card Center(postscript) BY PerfectWorks] add 1/1 START
  158. eval($hooks['card_tool_postscript2']);
  159. //[ Tool of Card Center(postscript) BY PerfectWorks] add 1/1 END
  160.                 if(!$newpostanchor && $post['dateline'] > $lastvisit) {
  161.                         $post['newpostanchor'] = '<a name="newpost"></a>';
  162.                         $newpostanchor = 1;
  163.                 } else {
  164.                         $post['newpostanchor'] = '';
  165.                 }
  166.                 $post['lastpostanchor'] = $numpost == $thread['replies'] ? '<a name="lastpost"></a>' : '';
  167.                 $post['number'] = ++$numpost;
  168.                 $post['count'] = $postcount++;

  169.                 $post['thisbg'] = $thisbg = isset($thisbg) && $thisbg == 'altbg1' ? 'altbg2' : 'altbg1';
  170.                 $post['dateline'] = gmdate("$dateformat $timeformat", $post['dateline'] + $timeoffset * 3600);

  171.                 if($post['username']) {

  172.                         $post['groupid'] = getgroupid($post['authorid'], $_DCACHE['usergroups'][$post['groupid']], $post);
  173.                         $post['readaccess'] = $_DCACHE['usergroups'][$post['groupid']]['readaccess'];
  174.                         if($userstatusby == 1 || $_DCACHE['usergroups'][$post['groupid']]['byrank'] === '0') {
  175.                                 $post['authortitle'] = $_DCACHE['usergroups'][$post['groupid']]['grouptitle'];
  176.                                 $post['stars'] = $_DCACHE['usergroups'][$post['groupid']]['stars'];
  177.                         } elseif($userstatusby == 2) {
  178.                                 foreach($_DCACHE['ranks'] as $rank) {
  179.                                         if($post['posts'] > $rank['postshigher']) {
  180.                                                 $post['authortitle'] = $rank['ranktitle'];
  181.                                                 $post['stars'] = $rank['stars'];
  182.                                                 break;
  183.                                         }
  184.                                 }
  185.                         }

  186.                         if(!$allowpaytoauthor) {
  187.                                 $post['alipay'] = '';
  188.                         }

  189.                         $post['taobao'] = addslashes($post['taobao']);
  190.                         $post['authoras'] = !$post['anonymous'] ? ' '.addslashes($post['author']) : '';
  191.                         $post['regdate'] = gmdate($dateformat, $post['regdate'] + $timeoffset * 3600);
  192.                         $post['allowuseblog'] = $_DCACHE['usergroups'][$post['groupid']]['allowuseblog'];

  193.                         if($post['medals']) {
  194.                                 require_once DISCUZ_ROOT.'./forumdata/cache/cache_medals.php';
  195.                                 foreach($post['medals'] = explode("\t", $post['medals']) as $key => $medalid) {
  196.                                         if(isset($_DCACHE['medals'][$medalid])) {
  197.                                                 $post['medals'][$key] = $_DCACHE['medals'][$medalid];
  198.                                         } else {
  199.                                                 unset($post['medals'][$key]);
  200.                                         }
  201.                                 }

  202.                         }

  203.                         $post['avatarshow'] = $avatarshowstatus && ($post['avatarshowid'] || $avatarshowdefault) ? avatarshow($post['avatarshowid'], $post['gender']) : '';
  204.                         if($_DCACHE['usergroups'][$post['groupid']]['groupavatar']) {
  205.                                 $post['avatar'] = '<img src="'.$_DCACHE['usergroups'][$post['groupid']]['groupavatar'].'" border="0">';
  206.                         } elseif($avatarshowstatus != 2 && $_DCACHE['usergroups'][$post['groupid']]['allowavatar'] && $post['avatar']) {
  207.                                 $post['avatar'] = '<img src="'.$post['avatar'].'" width="'.$post['avatarwidth'].'" height="'.$post['avatarheight'].'" border="0">';
  208.                         } else {
  209.                                 $post['avatar'] = '';
  210.                         }
  211. //[ Tool of Card Center(pig) BY PerfectWorks] add 2/2 START
  212. if($post['pigavatar']){
  213. $post['avatarshow'] = '';
  214. $post['avatar'] = '<img src="images/common/pigavatar'.rand(1,15).'.gif">';
  215. }
  216. //[ Tool of Card Center(pig) BY PerfectWorks] add 2/2 END
  217.                 } else {

  218.                         if(!$post['authorid']) {
  219.                                 $post['useip'] = substr($post['useip'], 0, strrpos($post['useip'], '.')).'.x';
  220.                         }

  221.                 }

  222.                 $post['attachments'] = array();
  223.                 if($post['attachment'] && $allowgetattach) {
  224.                         $attachpids .= ",$post[pid]";
  225.                         $post['attachment'] = 0;
  226.                         if(preg_match("/\[attach\](\d+)\[\/attach\]/i", $post['message'])) {
  227.                                 $attachtags[] = $post['pid'];
  228.                         }
  229.                 }

  230.                 $forum['allowbbcode'] = $forum['allowbbcode'] ? ($_DCACHE['usergroups'][$post['groupid']]['allowcusbbcode'] ? 2 : 1) : 0;

  231.                 $post['ratings'] = karmaimg($post['rate'], $post['ratetimes']);
  232.                 $post['message'] = discuzcode($post['message'], $post['smileyoff'], $post['bbcodeoff'], $post['htmlon'], $forum['allowsmilies'], $forum['allowbbcode'], $forum['allowimgcode'], $forum['allowhtml'], ($forum['jammer'] && $post['authorid'] != $discuz_uid ? 1 : 0));
  233.                 $post['signature'] = $post['usesig'] ? $post['signature'] : '';
  234.                 //帖子显示评分记录开始
  235.                 if($post['rate']) {
  236.                         $queryr = $db->query("SELECT * FROM {$tablepre}ratelog WHERE pid='$post[pid]' ORDER BY dateline");
  237.                         if($db->num_rows($queryr)) {
  238.                                 if($post['tid'] == $thread['tid']) {
  239.                                         $post['pft'] = array();
  240.                                         while($log = $db->fetch_array($queryr)) {
  241.                                                 $log['dateline'] = gmdate("$dateformat $timeformat", $log['dateline'] + $timeoffset * 3600);
  242.                                                 $log['score'] = $log['score'] > 0 ? '+'.$log['score'] : $log['score'];
  243.                                                 $log['reason'] = dhtmlspecialchars($log['reason']);
  244.                                                 $post['pft'][] = $log;
  245.                                         }
  246.                                 }
  247.                         }
  248.                 }
  249.                 //帖子显示评分记录结束
  250.                 $postlist[$post['pid']] = $post;

  251.         }

  252.         if($attachpids) {

  253.                 $query = $db->query("SELECT aid, pid, dateline, readperm, filename, description, filetype, attachment, filesize, downloads
  254.                                         FROM {$tablepre}attachments WHERE pid IN ($attachpids) ORDER BY aid");

  255.                 if($db->num_rows($query)) {
  256.                         require_once DISCUZ_ROOT.'./include/attachment.func.php';

  257.                         while($attach = $db->fetch_array($query)) {
  258.                                 $extension = strtolower(fileext($attach['filename']));
  259.                                 $attach['dateline'] = gmdate("$dateformat $timeformat", $attach['dateline'] + $timeoffset * 3600);
  260.                                 $attach['attachicon'] = attachtype($extension."\t".$attach['filetype']);
  261.                                 $attach['attachsize'] = sizecount($attach['filesize']);
  262.                                 $attach['attachimg'] = $attachimgpost && in_array($extension, array('jpg', 'jpeg', 'jpe', 'gif', 'png', 'bmp')) && (!$attach['readperm'] || $readaccess >= $attach['readperm']) ? 1 : 0;
  263.                                 $postlist[$attach['pid']]['attachments'][$attach['aid']] = $attach;
  264.                         }

  265.                         foreach($attachtags as $pid) {
  266.                                 $postlist[$pid]['message'] = preg_replace("/\[attach\](\d+)\[\/attach\]/ie", "attachtag($pid, \\1)", $postlist[$pid]['message']);
  267.                         }
  268.                 } else {
  269.                         $db->query("UPDATE {$tablepre}posts SET attachment='0' WHERE pid IN ($attachpids)", 'UNBUFFERED');
  270.                 }

  271.         }

  272.         if(empty($postlist)) {
  273.                 showmessage('undefined_action', NULL, 'HALTED');
  274.         }

  275.         $relatedthreadlist = array();
  276.         $relatedthreadupdate = FALSE;
  277.         if($qihoo_status && $qihoo_relatedthreads) {
  278.                 $site = site();
  279.                 $relatedkeywords = '';
  280.                 $query = $db->query("SELECT expiration, keywords, relatedthreads FROM {$tablepre}relatedthreads WHERE tid=$tid");
  281.                 $related = $db->fetch_array($query);
  282.                 if($related['expiration'] > $timestamp) {
  283.                         $relatedthreadlist = unserialize($related['relatedthreads']);
  284.                         if($related['keywords']) {
  285.                                 $searchkeywords = rawurlencode(str_replace("\t", ' ', $related['keywords']));
  286.                                 foreach(explode("\t", $related['keywords']) as $keyword) {
  287.                                         $relatedkeywords .= $keyword ? '<a href="search.php?srchtype=qihoo&srchtxt='.rawurlencode($keyword).'&searchsubmit=yes" target="_blank"><span class="bold"><font color=red>'.$keyword.'</font></span></a> ' : '';
  288.                                 }
  289.                         }
  290.                 } else {
  291.                         $relatedthreadupdate = TRUE;
  292.                         $verifykey = md5($authkey.$tid.$thread[subjectenc].$charset.$site);
  293.                 }
  294.         }

  295.         $relatedthreads = array();
  296.         if(!empty($relatedthreadlist)) {
  297.                 if(!isset($_COOKIE['discuz_collapse']) || strpos($_COOKIE['discuz_collapse'], 'relatedthreads') === FALSE) {
  298.                         $relatedthreads['img'] = 'collapsed_no.gif';
  299.                         $relatedthreads['style'] = '';
  300.                 } else {
  301.                         $relatedthreads['img'] = 'collapsed_yes.gif';
  302.                         $relatedthreads['style'] = 'display: none';
  303.                 }
  304.         }

  305.         $visitedforums = $visitedforums ? visitedforums() : '';
  306.         $forumselect = $forumjump ? forumselect() : '';

  307.         $usesigcheck = $discuz_uid && $sigstatus ? 'checked' : '';
  308.         $allowpostreply = ((!$thread['closed'] && !checkautoclose()) || $forum['ismoderator']) && ((!$forum['replyperm'] && $allowreply) || ($forum['replyperm'] && forumperm($forum['replyperm'])) || $forum['allowreply']);
  309.         $allowpost = (!$forum['postperm'] && $allowpost) || ($forum['postperm'] && forumperm($forum['postperm'])) || $forum['allowpost'];

  310.         if($delayviewcount == 1 || $delayviewcount == 3) {
  311.                 $logfile = './forumdata/cache/cache_threadviews.log';
  312.                 if(substr($timestamp, -2) == '00') {
  313.                         require_once DISCUZ_ROOT.'./include/misc.func.php';
  314.                         updateviews('threads', 'tid', 'views', $logfile);
  315.                 }

  316.                 if(@$fp = fopen(DISCUZ_ROOT.$logfile, 'a')) {
  317.                         fwrite($fp, "$tid\n");
  318.                         fclose($fp);
  319.                 } elseif($adminid == 1) {
  320.                         showmessage('view_log_invalid');
  321.                 }
  322.         } else {
  323.                 $db->query("UPDATE {$tablepre}threads SET views=views+1 WHERE tid='$tid'", 'UNBUFFERED');
  324.         }

  325.         include template('viewthread');

  326. } elseif($action == 'printable' && $tid) {

  327.         require_once DISCUZ_ROOT.'./include/printable.inc.php';

  328. }

  329. ?>
复制代码
回复

使用道具 举报

ssbxj 发表于 2006-7-24 03:02:58 | 显示全部楼层
还有,为什么我要购买卡片他提示
这张卡片库存不足,过几天再来看看吧,请返回
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-12-23 06:12 , Processed in 0.046999 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表