温馨提醒
如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢
本文最后更新于2024年1月1日,已超过 180天没有更新
方法说明:
帝国cms二次开发回复后可见功能方法是参考修改的官方的loginjs.php文件,在需要显示地方粘贴下方的“内容页模板代码”,然后新建一个PHP判断文件,粘贴“index.php”内的代码,完成。
内容页模板代码:
<h3>文件下载:</h3> <script type="text/javascript"> document.write('<script src="/e/extend/down/?classid=[!--classid--]&id=[!--id--]&d=<?php echo $navinfor[stb] ?>&t='+Math.random()+'"><'+'/script>'); </script> <noscript><div class="reply-to-read"><i class="far fa-comment-dots"></i> 温馨提示:你很可能禁用了Java scrip,我们无法正常为你服务,真心抱歉!</div></noscript>
回复后可index.php代码:
<?php require("../../class/connect.php"); if(!defined('InEmpireCMS')) { exit(); } eCheckCloseMods('member');//关闭模块 $myuserid=(int)getcvar('mluserid'); $r=array(); $mhavelogin=0; if($myuserid) { include("../../class/db_sql.php"); include("../../member/class/user.php"); $link=db_connect(); $empire=new mysqlquery(); $mhavelogin=1; //数据 $myusername=RepPostVar(getcvar('mlusername')); $myrnd=RepPostVar(getcvar('mlrnd')); $qcklgr=qCheckLoginAuthstr(); if(!$qcklgr['islogin']) { EmptyEcmsCookie(); $mhavelogin=0; } else { $r=$empire->fetch1("select ".eReturnSelectMemberF('userid,username,checked')." from ".eReturnMemberTable()." where ".egetmf('userid')."='$myuserid' and ".egetmf('rnd')."='$myrnd' limit 1"); if(empty($r[userid])||$r[checked]==0) { EmptyEcmsCookie(); $mhavelogin=0; } } } if($mhavelogin==1) { $down=''; $id=(int)$_GET['id']; $classid=(int)$_GET['classid']; $stb=(int)$_GET['d']; $r_pl=$empire->fetch1("select userid,classid,id,saytime from {$dbtbpre}enewspl_1 where classid='$classid' and id='$id' and userid='$r[userid]' and saytime>UNIX_TIMESTAMP()-12*3600 order by saytime desc limit 1"); if(empty($r_pl[userid])) { $down="<div class='reply-to-read'><p><i class='far fa-comment-dots'></i> ".$myusername." 会员: 你输入用户名 ".$myusername." 和登录密码<a href='#respond' title='评论本文'>「评论本文」</a>,即可获得下载地址(资源有限,地址12小时内有效)。请不要回复无意义内容!</p></div>"; } else{ $down="<div class='reply-to-read'><p><i class='far fa-comment-dots'></i> ".$myusername." 会员: 你刚刚获得下载地址 <a href='https://www.wentong.org/e/extend/down/go2dow.php?classid=".$classid."&id=".$id."&d=".$stb."&g=9'>/go2dow.php?g=9</a>(12小时内有效,过期请重新评论获取)。请不要回复无意义内容!</p></div>"; } ?> document.writeln("<?=$down?>"); <?php db_close(); $empire=null; } else { ?> document.writeln("<div class='reply-to-read'><p><i class='far fa-comment-dots'></i> 温馨提示: 隐藏内容需要输入「用户名、密码」<a href='#respond' title='评论本文'>「评论本文」</a>后查看。</p><p>未注册的,请<a href='/e/member/register/' title='会员注册'>「注册」</a>。请不要回复无意义内容!</p></div>"); <?php } ?>
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论0+