以下代码属于二开范围!代码放到/application/home/controller/View.php

位置如下或者可以CTRL+F搜索关键词:查询下载所需等级值。红色框为添加代码!

此处需要购买老式的评论插件https://www.eyoucms.com/mall/plus/8559.html

易优cms在下载页面需要评论后即可下载PHP二开代码(图1)

//评论后即可下载

// 查询信息

$file_plun = Db::name('weapp_comment')

                    ->alias('a')

                    ->field()

                    ->join('__ARCHIVES__ b', 'a.aid = b.aid', 'LEFT')

                    ->where(['a.aid' => $result['aid'], 'a.users_id' => $users['users_id']])

                    ->find();

if (empty($file_plun)) {

$msg = '请点击下方评论后即可下载!当前状态未评论!<a href="#ey_comment">我要评论<a>'.$domain;

                    $this->error($msg);

                    exit;

                }

/*--end*/

新的评论插件只需改下数据库名称

此处购买新评论地址:https://www.eyoucms.com/mall/plus/10372.html

//评论后即可下载

// 查询信息

$file_plun = Db::name('weapp_discuss')// 此处名称改下即可

                    ->alias('a')

                    ->field()

                    ->join('__ARCHIVES__ b', 'a.aid = b.aid', 'LEFT')

                    ->where(['a.aid' => $result['aid'], 'a.users_id' => $users['users_id']])

                    ->find();

if (empty($file_plun)) {

$msg = '请点击下方评论后即可下载!当前状态未评论!';

                    $this->error($msg);

                    exit;

                }

                /*--end*/

易优cms在下载页面需要评论后即可下载PHP二开代码(图2)


感谢群大佬分享,本文转载于:https://www.8umb.com/xinwendongtai/2777.html