Descripción
For test how it work simply install it and try to make a new comment in blog (or bbpress plugin if you have installed) with email (or ip address – maybe you can try with some proxy server) present in “stopforumspam” database.
Important: It use (and require) file_get_contents() to work.
Author
- Salvatore Noschese (DarkWolf): http://www.darkwolf.it/
Instalación
- Upload
wp-stop-forum-spam
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Preguntas frecuentes
How it work this plugin?
It check email and/or ipaddress guest comments in “Stop Forum Spam” database via file_get_contents() and, if found, terminate with wp_die and error log json!
Cause an error with file_get_contents i can’t install… How i can fix?
You need to configure your web server (“php.ini”) and enable file_get_contents support (ask support to your web host if you can’t see/edit your “php.ini”).
Is there an API usage limit with Stop Forum Spam?
Yes > API queries from “Stop Forum Spam” server are currently limited to 20.000 (comments guest) per day. For this reason this plugin is not intended for subdomain/shared community!
How i can test if it work?
Go in “stopforumspam”, copy one email present in database (see in homepage) and try – from guest! – to make a new comment.
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce "WP Stop Forum Spam" a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
0.2
- Fix fatal error if not bbpress!
0.1
- First release