WikiHome RecentChanges WikiNode Preferences chongqed.org

PhpWiki

PhpWiki

PhpWiki is a wiki implemented in the server-side scripting language PHP.

http://phpwiki.sourceforge.net/

Anti-spam features and recommendations

PhpWiki has several anti-spam features as well as page moderation.

By default PhpWiki uses the nofollow link attribute. Using this method is controversial among wiki users and does not prevent spam, it just makes the spam pointless. Use GOOGLE_LINKS_NOFOLLOW = true in config/config.ini to enable this feature, GOOGLE_LINKS_NOFOLLOW = false to disable.

PhpWiki doesn't have ContentBanning, but it does integrate with Spam Assassin. Enable this feature as follows:

  1. cpan Blog::SpamAssassin
  2. copy contrib/babycart to /usr/local/bin/
  3. ENABLE_SPAMASSASSIN = true in config/config.ini

See also general AntiSpamRecommendations.