My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 17
== Apache Module mod_akismet Overview == mod_akismet is Apache module that enables you to detect spam comments before your application handler by [http://akismet.com/ Akismet]'s anti-comment-spam service. It is designed to stand in front of your Apache application handler and allow you to check o...
=Overview= A class to abstract communication with the Akismet service to determine if a submitted comment to your website should be considered spam or not. Specific support for PHP4, but also works in PHP5. ==Documentation== Please view the [ClassDocumentation documentation page] for more infor...
Модуль фильтрует спам с помощью сервиса akismet.com. Пример использования: {{{ $akismet = new Akismet; $akismet->author = $post->name; $akismet->email = $post->email; $akismet->url = $post->site; $akismet->content = $post->comment; $akismet->type = 'comment'; if ($akismet->check_spam(...
=Kohana 中文代码仓库(Kohana Code Depository)= Kohana 中文爱好者为 中文 Kohana 用户创建的一个交流平台,立志把 Kohana 做好本地化工作,目前主要任务是翻译和维护官方的文档。其次同时为开源项目做出贡献。 这个地方主要存放 Kohana 中文爱好者用户公开发布的一些代码文件,比如辅助函数([http://khnfans.cn/docs/general/helpers Helpers]),库([http://khnfans.cn/docs/general/libraries Libraries]),扩展([http://khnfans...
=php-akismet-contact= Written as a method to clear out my inbox. Spammers aggressively submit junk into any form they can find on the web, making most "_Contact Me_" forms useless. This is an attempt to fix that. == Security Measures == * All form fields are checked for newlines or null b...
[http://code.google.com/p/donrails/wiki/Overview 日本語] = goal = Donrails goal is making framework for content management and training materials for making other application with Ruby on Rails. == Donrails's scope of this project == * Develop just enough functionality to make Blog or diary...
Plugins and libraries for the reCAPTCHA API
After looking over the current PHP Akismet API classes (http://askimet.com) I couldn't help but notice they all used fopen() to talk with akismet. Which besides being slow is also disabled on some hosts that have "*safe mode*" on. This class solves that problem by using the fast CURL php extension (...
Akismet plugin checks your comments against the Akismet web service to see if they look like spam or not.
WordMill is a simple web forum which doesn't require registration to post/respond. It is in its very early stages. Basic functionality has only just been completed and the interface is bare and undocumented. Its most innovative feature is the simplification of the standard 5-step web forum pro...
1 2 Next