只需一步,快速开始
導入plug_tic.txt
把文件放到相應的文件夾中
用sql.txt來資料庫升級
viewthread.php 找 } else { showmessage('thread_nonexistence'); }[/code] 下面加 //======================================= if ($thread['digest'] && !$discuz_user){ showmessage('請登錄','logging.php'); } $query = $db->query("SELECT tic FROM $table_members WHERE username='$discuz_user'"); $ifmt = $db->fetch_array($query); $dqbegintime = $timestamp; $time=floor(($ifmt[tic]-$dqbegintime)/86400); $query = $db->query("SELECT authorid FROM $table_posts WHERE tid='$tid'"); $orig = $db->fetch_array($query); if($orig['authorid']<>$discuz_uid){ if($thread['digest'] && $time<0 ){ showmessage('你的通票已過期。','plugins.php?p=tic'); }} //============================================复制代码
您需要 登录 才可以下载或查看,没有账号?立即注册
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-11-22 02:29 , Processed in 0.031329 second(s), 3 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.