AntiSpam: Difference between revisions

Jump to navigation Jump to search
48 bytes added ,  22 August 2006
no edit summary
No edit summary
Line 4: Line 4:
防制廣告機器人(WWW Robots, wanderers, spiders)的方法
防制廣告機器人(WWW Robots, wanderers, spiders)的方法
* [<span title="Movable Type" style="cursor:help;Border-bottom-style:dotted;Border-bottom-width:thin;">MT</span>] 避免數秒內同一IP一直張貼迴響[http://www.movabletype.org/docs/mtmanual_configuration.html#item_ThrottleSeconds ThrottleSeconds] (基本防護功能)
* [<span title="Movable Type" style="cursor:help;Border-bottom-style:dotted;Border-bottom-width:thin;">MT</span>] 避免數秒內同一IP一直張貼迴響[http://www.movabletype.org/docs/mtmanual_configuration.html#item_ThrottleSeconds ThrottleSeconds] (基本防護功能)
* MT plugins/extensions: [http://www.jayallen.org/projects/mt-blacklist/ Blacklist], 你可以[http://www.xxc.idv.tw/mt/archives/first/001381.html 轉寄迴響通知信]給[http://www.jayallen.org/comment_spam/submit jayallen]來更新[http://www.jayallen.org/comment_spam/blacklist.txt 黑名單]。[[MovableTypeBlackList|擊殺說明]]
* MT hacks: [http://www.nonplus.net/software/mt/AvoidingDuplicateComments.htm 防止重複迴響](Avoiding Duplicate Comments 3.01) + [http://www.nonplus.net/software/mt/RebuildEntry.htm 重建單篇](Rebuild Entry 2.0) via: [http://www.chieftain.idv.tw/archives/000103.html 酋長]
* MT hacks: [http://www.nonplus.net/software/mt/AvoidingDuplicateComments.htm 防止重複迴響](Avoiding Duplicate Comments 3.01) + [http://www.nonplus.net/software/mt/RebuildEntry.htm 重建單篇](Rebuild Entry 2.0) via: [http://www.chieftain.idv.tw/archives/000103.html 酋長]
* change the filename of comment.cgi 效果不佳,詳見 [http://www.azuremedia.net/tech/history/blog/000926.html 說明] (jimmytp:補上一個假的原檔名這樣才不會被發現)
* change the filename of comment.cgi 效果不佳,詳見 [http://www.azuremedia.net/tech/history/blog/000926.html 說明] (jimmytp:補上一個假的原檔名這樣才不會被發現)
Line 12: Line 11:
* [MT] 修改menu.tmpl 快速消除多筆迴響或通告 [http://wiki.planetoid.info/index.php/Delete_duplicate_comments_or_pings_of_movabletype 說明] 參考: netrunner: [http://www.oui-design.com/netrunner/archives/002148.html MT的垃圾留言对策]
* [MT] 修改menu.tmpl 快速消除多筆迴響或通告 [http://wiki.planetoid.info/index.php/Delete_duplicate_comments_or_pings_of_movabletype 說明] 參考: netrunner: [http://www.oui-design.com/netrunner/archives/002148.html MT的垃圾留言对策]
* [MT] [http://www.elise.com/mt/archives/000246concerning_spam.php Learning Movable Type: Concerning Spam] 2004-08-16
* [MT] [http://www.elise.com/mt/archives/000246concerning_spam.php Learning Movable Type: Concerning Spam] 2004-08-16
=== 黑名單(blacklist) ===
* [MT v3+] plugins/extensions: [http://www.jayallen.org/projects/mt-blacklist/ Blacklist]。[[MovableTypeBlackList|擊殺說明]]
* [http://blacklist.chongqed.org/ The blacklist] maintained by [http://chongqed.org/ chongqed.org]


=== robots.txt設置搜尋引擎bot的漫遊政策 ===
=== robots.txt設置搜尋引擎bot的漫遊政策 ===
優點:在網站根目錄新增一個robots.txt檔案,告訴搜尋引擎等使用者代理程式([[UserAgent|user agent]])不要將你的網站列在索引檔。
優點:在網站根目錄新增一個robots.txt檔案,告訴搜尋引擎等使用者代理程式([[UserAgent|user agent]])不要將你的網站列在索引檔。
 
* Blog: [http://www.oui-blog.com/archives/2005/01/espamae_eie.php Oui-Blog │防治垃圾spam大作戰 正式開始!] 2005-01-02 建議「不再INDEX CGI網站動態網頁,只剩下靜態網頁的部分。」
[http://www.oui-blog.com/archives/2005/01/espamae_eie.php Oui-Blog │防治垃圾spam大作戰 正式開始!] 2005-01-02 建議「不再INDEX CGI網站動態網頁,只剩下靜態網頁的部分。」


  User-agent: *
  User-agent: *
  Disallow: /path/to/mt/
  Disallow: /path/to/mt/
* Wiki: 避免將舊版頁面列入索引範圍 (資料來源: [http://chongqed.org/prevent_spam.html chongqed.org])


缺點:不是每個代理程式都會很禮貌地遵循robots.txt的原則。
缺點:不是每個代理程式都會很禮貌地遵循robots.txt的原則。

Navigation menu