- 金錢
- 11962
- 威望
- 72241
- 貢獻值
- 65174
- 推廣值
- 355
- 性別
- 男
- 在線時間
- 26235 小時
- 最後登錄
- 2024-10-30
- 主題
- 11787
- 精華
- 9
- 閱讀權限
- 200
- 註冊時間
- 2010-8-5
- 帖子
- 20079
- 推廣值
- 355
- 貢獻值
- 65174
- 金錢
- 11962
- 威望
- 72241
- 主題
- 11787
|
在source\module\forum\forum_attachment.php找到以下代碼:
- if(!$ispaid && !$forum['allowgetattach']) {
- if(!$forum['getattachperm'] && !$allowgetattach) {
- showmessage('getattachperm_none_nopermission', NULL, array(), array('login' => 1));
- } elseif(($forum['getattachperm'] && !forumperm($forum['getattachperm'])) || ($forum['viewperm'] && !forumperm($forum['viewperm']))) {
- showmessagenoperm('getattachperm', $forum['fid']);
- }
-
- }
複製代碼
取代成以下代碼:
- /*if(!$ispaid && !$forum['allowgetattach']) {
- if(!$forum['getattachperm'] && !$allowgetattach) {
- showmessage('getattachperm_none_nopermission', NULL, array(), array('login' => 1));
- } elseif(($forum['getattachperm'] && !forumperm($forum['getattachperm'])) || ($forum['viewperm'] && !forumperm($forum['viewperm']))) {
- showmessagenoperm('getattachperm', $forum['fid']);
- }
-
- }*/
複製代碼
|
|
自我免責聲明:
※此貼僅供網路線路測試及學術交流 不得燒錄販售,請勿作商業上之用途!檔案下載測試完檔案,請立即刪除
※請勿公開販賣.以免以身觸法.如作為其它用途,皆與本論壇及作者無關!!
※若滿意者請購買正版並尊重智慧財產權
※如果此帖發表之內容涉及侵權,而損及您的利益,請立即通知版我刪除文章
|