<?php $content_pay = db_find_one('paylist', array('tid' => $_thread['tid'], 'uid' => $uid, 'type' => 1)); $pay= ($content_pay['tid']);var_dump($pay);?>
<?php if(strpos($_post['message'],'')==false ||$content_pay|| $_thread['uid'] == $uid) { ?> <?php }?>
自己发的帖子
未付费的帖子
已付费的帖子
<?php $content_pay = db_find_one('paylist', array('tid' => $_thread['tid'], 'uid' => $uid, 'type' => 1)); $pay= ($content_pay['tid']);var_dump($pay);?>
<?php if(strpos($_post['message'],'')==false ||$content_pay|| $_thread['uid'] == $uid) { ?> <?php }?>
最后于 2023-1-27
被7232708273编辑
,原因: