导入plug_tic.txt
把文件放到相应的文件夹中
用 ALTER TABLE `cdb_members` ADD `tic` int(10) unsigned NOT NULL default '0';复制代码 来资料库升级
viewthread.php 找 } else { showmessage('thread_nonexistence'); }复制代码 下面加 //======================================================================================== 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); if($thread['digest'] && $time<0){ showmessage('你的通票已过期。','plugins.php?p=tic'); } //========================================================================================复制代码
plug_tic.rar
2005-5-11 07:24 上传
点击文件名下载附件
5.06 KB, 下载次数: 244
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2025-8-23 15:32 , Processed in 0.159280 second(s), 17 queries , Gzip On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.