Microsoft Public Affiliate Program (JP)(マイクロソフトアフィリエイトプログラム)

スパム対策

コメントのスパム対策をなかよしこよしさんを参考にやってみました。
Comment Listing Template
Comment Preview Template
Commment Error Template
Individual Entry Archive

<label for="spamprotect">スパム対策の為チェックしてください→</label><input type="checkbox" id="spamprotect" name="spamprotect" style="width:1.2em;border:none;
background:transparent;" /><br />
を追加。/MT/lib/MT/App/Comments.pmに
#Spam protection added by chrome
if (!$q->param('spamprotect')) {
return $app->handle_error($app->translate("Please check the 'Spam Protection' checkbox."));
}
を追加しました。うまく動くかな。