.

Spam Karma 2简称SK2,WordPress反垃圾留言插件——不要跟SK-II搞混了。= = b

我现在用Dreamhost的主机,Akismet可以激活,已经足矣了。SK2一整版页的设置虽然不需要太多改动,但看着也很晕,而且听说还会误伤正常留言。所以这次只讲安装,至于好不好用大家自己去体验吧!

首先点这里,找到下面这些内容。

2. Requirements  配置要求

WordPress: SK2 requires at least WP 1.5.1 (or up). It is compatible with all versions of WordPress up to the latest release (2.1).

SK2要求WP至少达到1.5.1(或更高)。它适合于这之上的所有WP版本。

mySQL: 4.0 or up is strongly recommended (some important functionalities might not work otherwise).

强烈建议MySQL达到4.0,否则一些重要的功能可能不能使用。

3. Installation  安装

Install is the easiest ever:  安装再简单不过了:

  1. download the archive  下载文件
  2. unzip and drop the whole SK2 folder, as is, in your plugins directory.  将解压得到的SK2文件夹整个上传到WP的plugins目录
  3. Enable the plugin in the WP Admin >> Plugins section.  登录WP后台,在插件栏中激活它
  4. Browse to WP Admin >> Manage >> Spam Karma 2.  在WP的管理界面可以看到SK2了

(Note: if you are upgrading from a previous install, simply overwrite the older files with the new ones in the instructions above)

(提示:如果你只是对之前安装的版本进行升级,只需要将新的文件覆盖旧的文件就可以了。)

6. Other Languages  让SK2说你的语言

猛击这里

Languages Available列表中找到Chinese(Simplified),点击下载sk2-zh_CN.mo文件。

Drop it in the plugins folder (that is: the .mo file should be at the same level as the ’sk2′ folder). 将它上传到WP的plugins目录下(也就是说.mo文件必须与sk2文件夹在同一位置上)

 

Make sure you have the correct language set up in your wp-config.php file. 确保在你的wp-config.php上进行了正确的语言设置。就是wp-config.php上有define (‘WPLANG’, ‘zh_CN’)这一行。