Z-BLOG屏蔽敏感關鍵字功能的代碼
下面是ZBLOG的屏蔽評論中敏感關鍵字的程序代碼,主要用于替換文章評論中的敏感或非法的關鍵字。只需要修改一個文件c_system_event.asp,將其中的objComment.Content=Request.Form("inpArticle")修改為objComment.Content=WordFilter(Request.Form("inpArticle&quo
Public @ 2010-06-16 15:44:56