[]打开文件\app\file\main.php [/][]在`HTTP::force_download_header(base64_decode($_GET['file_name']), filesize($path));`前面一行加入代码` if ($this->user_info['integral'] < 0 AND get_setting('integral_system_enabled') == 'Y' AND !$_GET['id'])[/]
{
H::redirect_msg(AWS_APP::lang()->_t('你的剩余积分已经不足以进行此操作'));
}else{
$a=$this->model('integral')->process($this->user_id, 'NEW_article_file', get_setting('integral_system_config_new_question'), '下载附件'.$val['file_name'], $article_info['attachs']['id']);
`
备注:积分明细会显示相关信息
阅读全文
收起全文