还有viewthear.php
<?php
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: [DISCUZ!] Crossday Discuz! Board ::
:: (c) 2001-2005 Comsenz Technology Ltd (www.discuz.com) ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Author: Crossday (tech@discuz.com) Cnteacher (cnteacher@discuz.com) ::
:: Version: 2.5F 2004/10/01 05:15 ::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
//fix: BY pk0909
/*
1 发帖数衡量级别
2 转入最新帖
*/
define('CURRSCRIPT', 'viewthread');
require_once './include/common.php';
require_once DISCUZ_ROOT.'./include/forum.php';
require_once DISCUZ_ROOT.'./include/discuzcode.php';
$discuz_action = 3;
if ($tid && $forum){
$thread = $forum;
}elseif($fid && defined('ViewLastPost')) {
$followforum = '';
foreach($_DCACHE['forums'] as $ffid => $fforum) {
if($fforum['fup'] == $fid && $fforum['type'] == 'sub') {
$followforum .= ','.$ffid;
}
}
$followforumadd = $followforum ? "f.fid in ($fid{$followforum})" : "f.fid=$fid";
$query = $db->query("SELECT f.* $accessadd1 , t.* FROM $table_forums f, $table_threads t $accessadd2 WHERE $followforumadd AND f.fid=t.fid ORDER BY t.lastpost DESC LIMIT 1");
if(!$forum = $db->fetch_array($query)) {
showmessage('thread_nonexistence');
}
$thread = $forum;
$fid = $forum['fid'];
if(@!include DISCUZ_ROOT.'./forumdata/cache/style_'.intval(!empty($forum['styleid']) ? $forum['styleid'] : $styleid).'.php') {
$styleid = $_DCACHE['settings']['styleid'];
$cachelost .= (@include DISCUZ_ROOT.'./forumdata/cache/style_'.$styleid.'.php') ? '' : ' style_'.$styleid;
}
} else {
showmessage('thread_nonexistence');
}
if (defined('ViewLastPost')) {
$page = @ceil(($thread['replies'] + 1) / $ppp);
}
$tid = $thread['tid'];
$codecount = 0;
$oldtopics = $_COOKIE['oldtopics'] ? $_COOKIE['oldtopics'] : "\t";
if(!strstr($oldtopics, "\t$tid\t")) {
$oldtopics .= "$tid\t";
setcookie('oldtopics', $oldtopics, $timestamp + 900, $cookiepath, $cookiedomain);
}
if($forum['type'] == 'forum') {
$navigation .= "» <a href=\"forumdisplay.php?fid=$fid&page=$fpage\"> $forum[name]</a> » $thread[subject]";
$navtitle .= ' - '.strip_tags($forum['name']).' - '.$thread['subject'];
} else {
$query = $db->query("SELECT fid, name, moderator FROM $table_forums WHERE fid='$forum[fup]'");
$fup = $db->fetch_array($query);
$navigation .= "» <a href=\"forumdisplay.php?fid=$fup[fid]\">$fup[name]</a> » <a href=\"forumdisplay.php?fid=$fid&page=$fpage\"> $forum[name]</a> » $thread[subject]";
$navtitle .= ' - '.strip_tags($fup['name']).' - '.strip_tags($forum['name']).' - '.$thread['subject'];
}
$ismoderator = modcheck($discuz_user);
if(!$forum['allowview']) {
if(!$forum['viewperm'] && !$allowview) {
showmessage('group_nopermission', NULL, 'HALTED');
} elseif($forum['viewperm'] && !strstr($forum['viewperm'], "\t$groupid\t")) {
showmessage('forum_nopermission', NULL, 'HALTED');
}
}
if($thread['creditsrequire'] && $thread['creditsrequire'] > $credit && !$ismoderator && ($thread['authorid'] !=$discuz_uid)) {
showmessage('thread_nopermission', NULL, 'HALTED');
}
if($forum['password'] && $forum['password'] != $_COOKIE["fidpw$fid"]) {
header("Location: {$boardurl}forumdisplay.php?fid=$fid&sid=$sid");
exit();
}
if(!$action && $tid) {
if($discuz_uid && $newpm) {
require DISCUZ_ROOT.'./include/pmprompt.php';
}
$highlightstatus = str_replace('+', '', $highlight) ? 1 : 0;
$karmaoptions = '';
if($allowkarma && $maxkarmarate) {
$offset = ceil($maxkarmarate / 6);
for($vote = - $maxkarmarate + $offset; $vote <= $maxkarmarate; $vote += $offset) {
$votenum = $vote > 0 ? '+'.$vote : $vote;
$karmaoptions .= $vote ? "<option value=\"$vote\">$votenum</option>\n" : NULL;
}
}
unset($vote, $votenum, $offset);
$pageMax = ceil(($thread['replies']+1) / $ppp);
$page = intval($page) ? intval($page) : 1;
$page = $page > $pageMax ? $pageMax : $page;
$start_limit = ($page - 1) * $ppp;
$fpage = intval($fpage);
$multipage = multi($thread['replies'] + 1, $ppp, $page, "viewthread.php?tid=$tid&fpage=$fpage&highlight=".rawurlencode($highlight));
$thread[subject] = cutstr($thread[subject],77);
$polloptions = array();
if($thread['poll']) {
$query = $db->query("SELECT pollopts FROM $table_polls WHERE tid='$tid'");
$pollopts = unserialize($db->result($query, 0));
if (is_array($pollopts) && count($pollopts)){
foreach($pollopts['options'] as $option) {
$polloptions[] = array(
'option' => dhtmlspecialchars(stripslashes($option[0])),
'votes' => $option[1],
'width' => @round($option[1] * 300 / $pollopts['max']) + 2,
'percent' => @sprintf ("%01.2f", $option[1] * 100 / $pollopts['total'])
);
}
$allowvote = $allowvote && $discuz_uid && (empty($thread['closed']) || $alloweditpoll) && !in_array($discuz_user, $pollopts['voters']);
$optiontype = $pollopts['multiple'] ? 'checkbox' : 'radio';
}else{
unset ($pollopts);
}
}
//-----------------------------形象
require_once './forumdata/cache/cache_plugins.php';
$imagesset = $_DCACHE['plugins_settings'][virtualimage];
if($imagesset[openalpha]){$alpha = "FILTER: alpha(opacity=\"+WearArray+\")";}
//-----------------------------
$query = $db->query("SELECT * FROM $table_medal where medalid <> '0';");
while($medalist = $db->fetch_array($query)) {
$medalshow[$medalist[medalid]]="<img src=\"$medalist[medalpic]\" title=\"$medalist[medalname]\n$medalist[medalexpl]\">";
}
$altbg1 = ALTBG1;
$altbg2 = ALTBG2;
$postlist = $attachelist = array();
$newpostanchor = $topiccount = $have_attachment = 0;
$postcount = $start_limit;
$post_phpcodecount = -1;
// ----------------------------------------------------------------
// User's Digest Counting 1.51 By Polo!
// Added: m.userdigests,
// ----------------------------------------------------------------
//增加m.adminid字段显示
$post_user_info_sql = 'm.uid, m.username, m.gender, m.groupid, m.adminid, m.regdate, m.lastactivity, m.postnum, m.medals, m.credit, m.userdigests, m.email, m.site, m.icq, m.oicq, m.yahoo, m.msn, m.location, m.avatar, m.avatarwidth, m.avatarheight, m.signature, m.customstatus, m.flowers, m.eggs, m.showemail, m.bank, m.money, m.bankmimi, m.bankstatus, m.hw, m.useimages, m.adminid';
// ----------------------------------------------------------------
$query = $db->query("
SELECT p.*, $post_user_info_sql
FROM $table_posts p
LEFT JOIN $table_members m ON m.uid=p.authorid
WHERE p.tid='$tid' ORDER BY dateline LIMIT $start_limit, $ppp");
while($post = $db->fetch_array($query)) {
if($post['medals']){
$medalid = strtok($post['medals'],",");
$medalout='';
while($medalid){
$medalout.= $medalshow[$medalid];
$medalid = strtok(",");
}
$post['medals'] = $medalout;
}
if(!$newpostanchor && $post['dateline'] > $lastvisit) {
$post['newpostanchor'] = '<a name="newpost"></a>';
$newpostanchor = 1;
} else {
$post['newpostanchor'] = '';
}
$topiccount ++;
$post['postcount'] = $postcount+1;
$post['thisbg'] = ${'altbg'.($postcount++ % 2 + 1)};
$post['dateline'] = gmdate("$dateformat $timeformat", $post['dateline'] + $timeoffset * 3600);
if (!$post[hw]) {
$post[hw]='未婚';
}
if($post['username']) {
if($userstatusby > 0 ){
if($userstatusby == 2 && $post['adminid'] == 0) {
foreach($_DCACHE['ranks'] as $rank) {
if($post['postnum'] > $rank['postshigher']) {
$post['authortitle'] = $rank['ranktitle'];
$post['stars'] = $rank['stars'];
break;
}
}
}else{
$post['authortitle'] = $_DCACHE['usergroups'][$post['groupid']]['grouptitle'];
$post['stars'] = $_DCACHE['usergroups'][$post['groupid']]['stars'];
}
}
$post['regdate'] = gmdate($dateformat, $post['regdate'] + $timeoffset * 3600);
// ----------------------------------------------------------------
// User's Digest Counting 1.51 By Polo!
// Added: Next Line
// ----------------------------------------------------------------
$post['userdigests'] = $post['userdigests'] ? "<a href=\"digest.php?authorid=".$post['authorid']."\">".$post['userdigests']."</a>" : NULL;
// ----------------------------------------------------------------
if($_DCACHE['usergroups'][$post['groupid']]['groupavatar']) {
$post['avatar'] = '<img src="'.$_DCACHE['usergroups'][$post['groupid']]['groupavatar'].'" border="0">';
} elseif($_DCACHE['usergroups'][$post['groupid']]['allowavatar'] && $post['avatar']) {
$post['avatar'] = '<img src="'.$post['avatar'].'" width="'.$post['avatarwidth'].'" height="'.$post['avatarheight'].'" border="0">';
} else {
$post['avatar'] = '';
}
} else {
if(!$post['authorid']) {
$post['useip'] = substr($post['useip'], 0, strrpos($post['useip'], '.')).'.x';
}
$post['postnum'] = $post['credit'] = $post['regdate'] = 'N/A';
}
//------------------------------------------------------------形象
if ($imagesset['orderuse']!='1' && ($post['useimages'] != 1 || $post[gender]==0)){
$post['avatar'] = $post['avatar'];
}else{
if ($post[gender]==1){
$tempequip = '0-0-0-0-0-0-0-0-init-init-0-init-0-init-init-0-0-0-init-0-0-0-0-0-0-0'; //
$sex = "m";
$upid = "init";
}else if ($post[gender]==2){
$tempequip = '0-0-0-0-0-0-0-0-initf-initf-0-initf-0-initf-initf-0-0-0-initf-0-0-0-0-0-0-0'; //女性
$sex = "f";
$upid = "initf";
}
$userwearip = '400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-400-40 0-400-400';//商品
$cookiearray = split('-', $tempequip);
$weararray = split('-', $userwearip);
$imagescookie = $db->query("SELECT * FROM $tablepre"."images_user where userid = '$post[uid]' and dafaultuse = '1' and (suitable = '$sex' or suitable = 't')");
while ($userimages = $db->fetch_array($imagescookie)){
$tempi = $userimages[classid];
$cookiearray[$tempi] = $userimages[picid];
if($imagesset[beold]){
$images_weardate = $userimages[endurance] - (time() - $userimages[lastuse]);
$images_weardate = ceil($images_weardate/8640);
if ($images_weardate <= 0){
$db->query("UPDATE $tablepre"."images_user SET dafaultuse = '3' WHERE userid='$post[uid]' and picid = '$userimages[facepicid]' and classid= '$userimages[classid]' and dafaultuse='1'");
if($userimages[classid] == 8||$userimages[classid]==9||$userimages[classid]==11||$userimages[classid] ==13||$userimages[classid]==14||$userimages[classid]==18){
$userupid = $upid;
}else{
$userupid = "0";
}
$cookiearray[$tempi] = $userupid;
}else{
$weararray[$tempi] = $images_weardate;
}
}else{
$weararray[$tempi] = 100;
}
}
if ($post[gender]==0){
$userimages = "";//形象
}else{$userimages = implode("-", $cookiearray);}
$userwear = implode("-", $weararray);
$post['avatar'] = "
<!-- 形象開始-->
<DIV id=Show{$post['pid']}
style=\"PADDING-RIGHT: 0px; PADDING-LEFT: 0px; LEFT: 0px; PADDING-BOTTOM: 0px; WIDTH: 140px; PADDING-TOP: 0px; POSITION: relative; TOP: 0px; HEIGHT: 226px\"></DIV>
<SCRIPT language=JavaScript>
var currface = \"$userimages\";
if (currface ==\"\") {
currface = \"0\";
}
var currwear = \"$userwear\";
var showArray = currface.split('-');
var WearArray = currwear.split('-');
if (showArray[6] != '0'){
showArray[8] = 0;
showArray[9] = 0;
}
var s=\"\";
for (var i=0; i<26; i++){
if(showArray != '0'){
if((showArray == 'init') || (showArray == 'initf')){
s+=\"<IMG src=images/virtualimage/\"+i+\"/\"+showArray+\".gif style='padding:0;position:absolute;top:0;left:0;width:140;height:226;z-index:\"+i+\";'>\";
}else{
s+=\"<IMG src=images/virtualimage/\"+i+\"/\"+showArray+\".gif style='padding:0;position:absolute;top:0;left:0;width:140;height:226;z-index:\"+i+\";".$alpha." '>\";
}
}
}
s+=\"<IMG src=images/virtualimage/blank.gif style='padding:0;position:absolute;top:0;left:0;width:140;height:226;z-index:50'>\";
if (currface=='0'){
s=\"<IMG src=images/virtualimage/noface.gif style='padding:0;position:absolute;top:0;left:0;width:154;height:94;'>\";
}
Show{$post['pid']}.innerHTML=s;
</SCRIPT>
<!-- 形象結束-->
";
}
//--------------------------------------------------------------
$post['karma'] = '';
if($post['rate'] && $post['ratetimes']) {
$rateimg = $post['rate'] > 0 ? 'agree.gif' : 'disagree.gif';
for($i = 0; $i < round(abs($post['rate']) / $post['ratetimes']); $i++) {
$post['karma'] .= '<img src="'.IMGDIR.'/'.$rateimg.'" align="right">';
}
}
$post['ljl_karma'] = '';
if($post['rate'] && $post['ratetimes']) {
$rateimg = $post['rate'] > 0 ? 'agree.gif' : 'disagree.gif';
for($i = 0; $i < round(abs($post['rate']) / $post['ratetimes']); $i++) {
$post['ljl_karma'] .= ' <img src="'.IMGDIR.'/'.$rateimg.'">';
}
}
if($post['rate']) {
$post['rate'] >0 ? $ljl_sign = '+' : $ljl_sign = NULL;
$post['ljl_karma'] = '<tr><td colspan="3">此贴被 <font color=red>'.$ljl_sign.$post['rate'].'</font> 点积分'.$post['ljl_karma'].'</td></tr>';
$ljlquery = $db->query("SELECT k.*, m.username FROM $table_karmalog k
LEFT JOIN $table_members m ON k.uid = m.uid
WHERE pid='$post[pid]' ORDER BY dateline DESC");
while($lp_karma = $db->fetch_array($ljlquery)) {
$lp_karma['score'] >0 ? $ljl_sign = '+' : $ljl_sign = NULL;
$post['ljl_karma'].='<tr><td>评分者:【<a href=viewpro.php?username='.AddSlashes($lp_karma['username']).'>'.AddSlashes($lp_karma['username']).'</a>】</td><td>分数:<font color=red>'.$ljl_sign.$lp_karma['score'].'</font></td><td> 时间:'.gmdate("$dateformat $timeformat", $lp_karma['dateline'] + ($timeoffset * 3600)).'</td></tr>';
}
$post['ljl_karma'] = '<br><br><center><table border="0" cellspacing="0" cellpadding="1"
bgcolor="#698CC3"><tr><td><table border="0" cellspacing="0" cellpadding="4" bgcolor="#FFFFFF">'.$post['ljl_karma'].'</table></td></tr></table></center>';
}
$post['subject'] = $post['subject'] ? $post['subject'] : NULL;
$post['flower'] = $post['flower']>0 ? "<img border=0 src='images/common/flower.gif' align=absmiddle>×".$post['flower'] : NULL;
$post['egg'] = $post['egg']>0 ? "<img border=0 src='images/common/eggs.gif' align=absmiddle>×".$post['egg'] : NULL;
$post['message'] = postify($post['message'], $post['smileyoff'], $post['bbcodeoff'], $forum['allowsmilies'], $forum['allowhtml'], $forum['allowbbcode'], $forum['allowimgcode']);
if($post['modmessage'] != '') {
$post['mod_message'] = postmod($post['modmessage']);
}
$post['signature'] = $post['usesig'] && $post['signature'] ? postify($post['signature'], 1, 0, 0, 0, $_DCACHE['usergroups'][$post['groupid']]['allowsigbbcode'], $_DCACHE['usergroups'][$post['groupid']]['allowsigimgcode']) : NULL;
if(!$have_attachment && $post['aid']) $have_attachment = 1 ;
$postlist[] = $post;
}
if (empty($postlist)) {
showmessage('undefined_action', NULL, 'HALTED');
}
checkpthreadpay();
if ($have_attachment) {
require_once DISCUZ_ROOT.'./include/attachment.php';
$query = $db->query("select * from $table_attachments where tid='$tid' ORDER BY aid");
while($attach = $db->fetch_array($query)) {
$attach[checkid] = substr(md5($attach['filesize']),0,5);
$extension = strtolower(fileext($attach['filename']));
$attach['attachicon'] = attachtype($extension."\t".$attach['filetype']);
if($attachimgpost && in_array($extension, array('jpg', 'jpeg', 'jpe', 'gif', 'png', 'bmp'))) {
$attach['attachimg'] = 1;
} else {
$attach['attachimg'] = 0;
}
$attach['attachsize'] = sizecount($attach['filesize']);
$attach['dateline'] = $attach['dateline']?gmdate("$dateformat $timeformat", $attach['dateline'] + $timeoffset * 3600): '';
$attachelist["$attach[pid]"][] = $attach;
}
}
$typearray = array('0', '1', '2', '3', '4', '5', '6', '7', '8', '9');
if($thread['badge']) {
$string = sprintf('%02d', $thread['badge']);
$stylestr = sprintf('%03b', $string[0]);
//$thread['badge'] .= $string[1];
} else {
$thread['badge'] = '';
}
$forumselect = $forumjump ? forumselect() : NULL;
$usesigcheck = $signature ? 'checked' : NULL;
$allowpost = (!$forum['postperm'] && $allowpost) || ($forum['postperm'] && strstr($forum['postperm'], "\t$groupid\t")) || $forum['allowpost'];
$allowpostreply = (!$thread['closed'] || $ismoderator) && (!$delayreply || ($delayreply && (($timestamp - $thread[dateline] ) < $delayreply * 86400)) || $ismoderator) && ((!$forum['replyperm'] && $allowpost) || ($forum['replyperm'] && strstr($forum['replyperm'], "\t$groupid\t")) || $forum['allowreply']);
if($delayviewcount) {
$logfile = DISCUZ_ROOT.'./forumdata/viewcount.log';
if(substr($timestamp, -2) == '00') {
require DISCUZ_ROOT.'./include/misc.php';
updateviews();
}
if(@$fp = fopen($logfile, 'a')) {
fwrite($fp, "$tid\n");
fclose($fp);
}elseif($adminid == 1) {
showmessage('view_log_invalid');
}
} else {
$db->query("UPDATE LOW_PRIORITY $table_threads SET views=views+1 WHERE tid='$tid'", 'UNBUFFERED');
}
include template('viewthread');
} elseif($action == 'printable' && $tid) {
if ($thread['pflag']>0){
showmessage('交易帖子,严禁打印!');
}
require DISCUZ_ROOT.'./include/printable.php';
}
function checkpthreadpay(){
global $ispthreadpayed,$postlist,$tid,$thread,$discuz_user,$ismoderator,$db,$table_pthreadpay,$fid,$did,$timestamp,$have_attachment;
@include DISCUZ_ROOT.'./forumdata/cache/cache_plugins.php';
$pthreadpay = $_DCACHE['plugins_settings']['pthreadpay'];
if ( $timestamp - $thread[dateline] < $pthreadpay[sellabate]*86400){
if ( ($postlist[0][postcount]==1) && ($pthreadpay['forumid']=='' || strstr($pthreadpay['forumid'].';', $fid.';') ) ){
if ($thread['pflag']==1){
$isadmininfo=$isinfo=$isnotsell='';
//帖子主人和管理员
if($ismoderator){
$isadmininfo='<a href="plugins.php?p=pthreadpay&tid='.$tid.'&handle=amercement">罚款</a>';
}
if($thread[author ]==$discuz_user){
$isinfo.=' <a href="plugins.php?p=pthreadpay&tid='.$tid.'&handle=sell">修改</a>';
}elseif( $db->result($db->query("SELECT COUNT(id) FROM $table_pthreadpay where username='$discuz_user' AND tid=$tid"),0)==0 ){
//没有购买帖子的人
$isinfo.=' <a href="plugins.php?p=pthreadpay&tid='.$tid.'&handle=buy">购买</a>';
$have_attachment=0;
$isnotsell='<br>======== 以下信息需要付费才能查看 ==========<br>';
}
if ($thread[psellcount]>0){
$isinfo.=' <a href="plugins.php?p=pthreadpay&tid='.$tid.'&handle=showall">购买者</a> ';
}
$BORDERCOLOR=BORDERCOLOR;
$BORDERWIDTH=BORDERWIDTH;
$TABLESPACE=TABLESPACE;
$ALTBG2=ALTBG2;
$remain=$thread[pcount]-$thread[psellcount];
$echoinfo = <<<EOT
<center>
<table cellspacing="0" cellpadding="0" border="0" width="80%">
<tr><td bgcolor="$BORDERCOLOR">
<table border="0" cellspacing="$BORDERWIDTH" cellpadding="$TABLESPACE" width="100%">
<tr><td class="category" align="center" colspan="2" width="100%">交易信息</td></tr>
<tr><td bgcolor="$ALTBG2" align="center" width="80%" valign=top>
剩余:<strong>$remain</strong>
总售:<strong>$thread[pcount]</strong>
售价:<strong>$thread[pmoney]</strong>
已售:<strong>$thread[psellcount]</strong><br>
开售时间:<strong>$thread[pselldate]</strong>
</td><td bgcolor="$ALTBG2" align="left" width="20%" valign=top>
$isinfo
</td>
</td></tr>
<tr><td bgcolor="$ALTBG2" align="left" colspan="2" width="100%" valign=top>
注:发布欺诈信息将处于收入的 <strong>$pthreadpay[amercement]</strong> 倍罚款!并退回买方购买款。 $isadmininfo
</tr>
</table>
</td></tr></table></center>
<br>
EOT;
if($isnotsell==''){
$postlist[0][message]=$echoinfo.$postlist[0][message];
}else{
$postlist[0][message]=$echoinfo.$isnotsell;
}
}elseif($thread['pflag']=='-1'){//处罚帖子
$postlist[0][message]='<center>====== 该帖违反交易规定,已经被处罚! ======</center><br><br>'.$postlist[0][message];
}elseif($thread[author]==$discuz_user){//没有买卖帖子
if ( $timestamp - $thread[dateline] < $pthreadpay[selldate]*60){
$postlist[0][message]='<center>====== <a href="plugins.php?p=pthreadpay&tid='.$tid.'&handle=sell">出售该帖</a> ======</center><br><br>'.$postlist[0][message];
}
} //end pflag
}// end fpage
}//
if ($pthreadpay[adclose]==0){
$adinfoarr=explode('|',$pthreadpay[adcontent]);
$i=0;
while ($i < count($postlist) ) {
$adinfo=$adinfoarr[mt_rand(0,count($adinfoarr)-1)];
if($pthreadpay[adplace]=='top'){
$postlist[$i][message]='<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td align="center">'.$adinfo.'</td></tr><tr><td >'.$postlist[$i][message].'</td></tr></table>';
}elseif($pthreadpay[adplace]=='left'){
$postlist[$i][message]='<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td width="20%" align="left">'.$adinfo.'</td><td width="80%">'.$postlist[$i][message].'</td></tr></table>';
}elseif($pthreadpay[adplace]=='right'){
$postlist[$i][message]='<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td width="80%">'.$postlist[$i][message].'</td><td width="20%" align="right" >'.$adinfo.'</td></tr></table>';
}else{
$postlist[$i][message]='<table cellspacing="0" cellpadding="0" border="0" width="100%"><tr><td>'.$postlist[$i][message].'</td></tr><tr><td align="center">'.$adinfo.'</td></rd></table>';
}
if($pthreadpay[adshowall]==0){
break;
}
$i++;
}//end while
}// end adclose
}
?> |