| 
金錢35022 威望83462 貢獻值73833 推廣值355 性別男在線時間26235 小時最後登錄2025-10-31主題15394精華8閱讀權限200註冊時間2010-8-5帖子23704
 
   
 推廣值355 貢獻值73833 金錢35022 威望83462 主題15394
 
                                  | 
| 在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']);
                }
                
        }*/
 | 
 | 
| 自我免責聲明:※此貼僅供網路線路測試及學術交流 不得燒錄販售,請勿作商業上之用途!檔案下載測試完檔案,請立即刪除
 ※請勿公開販賣.以免以身觸法.如作為其它用途,皆與本論壇及作者無關!!
 ※若滿意者請購買正版並尊重智慧財產權
 ※如果此帖發表之內容涉及侵權,而損及您的利益,請立即通知版我刪除文章
 |