Discuz論壇防止廣告機的方法

來源:互聯網
上載者:User
source/include/post/post_newreply.php:在第406行

source/include/post/post_newthread.php:第125行

新增內容:

//如果出驗證碼,則限制發帖長度和內容。

if($seccodecheck){

if(strlen($message) > 40){

showmessage('新註冊使用者文章長度限制為20個漢字以內!');

}elseif(preg_match("/\d{5,}/", $message)){

// 這裡匹配的是數字,主要是QQ和手機號。

showmessage('系統認為你發表的內容為廣告,請重新編輯!');

}elseif(stripos($message, '.net') !== FALSE

|| stripos($message, '.com') !== FALSE

|| stripos($message, '.org') !== FALSE

|| stripos($message, '.cn') !== FALSE

|| stripos($message, '.cc') !== FALSE

|| stripos($message, 'qq') !== FALSE

// 下面這個匹配img標籤是很多廣告機用IMG偽造個簽名然後把廣告加裡面。

|| stripos($message, '[img]') !== FALSE){

showmessage('系統認為你發表的內容為廣告,請重新編輯!');

}

}

我自己的是電影論壇,使用者回複的一般都是謝謝樓主樓主好人之類的東西,其他的論壇可以適當放寬下內容長度限制。

加上了這個修改之後,我的論壇每天的牛皮癬從幾十降到了0。

  • 相關文章

    聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.