Description
This plugin gives you the ability to add CAPTCHA protection to your comment, registration, login, and/or lost password forms. CAPTCHA protection can also be added to any post or page using a shortcode provided by the plugin.
The image appearance can be easily customized to match your site’s look and feel from the WordPress Settings menu.
Securimage-WP also has the ability to stream secure, high-quality, dynamic audio CAPTCHAs to visitors using HTML5 audio or Flash.
This plugin is a great replacement for the SI CAPTCHA Anti-Spam plugin that was recently removed from the plugins directory which also used the Securimage library for it’s CAPTCHA images.
Features
- Protect comment, registration, login, or lost password forms
- Shortcode support
- Customize code-length, image dimensions, colors and distortion factors from a menu
- Word or math based CAPTCHA images and audio
- Add a custom signature to your images
- Stream audio using HTML5 (compatible with mobile) with optional Flash fallback
- Easily add CSS classes and styles to the CAPTCHA inputs
- Select the sequence of the CAPTCHA inputs to match your site layout
- Allows pingbacks and trackbacks, and replies from administration panel
- NO COOKIES. Does not use cookies or and does not store user information (EU GDPR compliant)
- Works with BuddyPress
- Contact Form 7 Integration – Add Securimage to your CF7 forms with the [securimage_wp] tag
- Formidable Forms integration – Add Securimage with a single click
- Supports multiple captchas on a single post or page
Requirements:
- WordPress 4.0 or greater
- Requires PHP 5.3+ with GD and FreeType
About This Plugin:
This plugin was developed by Drew Phillips, the developer of Securimage PHP CAPTCHA.
Securimage-WP is the official Securimage CAPTCHA plugin for WordPress. Securimage is a free, open-source CAPTCHA written in PHP and completely hosted on your website.
If you find either of these things useful, please consider donating. Thank you for using this plugin!
Screenshots
Installation
Installation of Securimage-WP is simple.
- From the
Plugins
menu, selectAdd New
and thenUpload
. Select the .zip file containing Securimage-WP. Alternatively, you can upload thesecurimage-wp
directory to your/wp-content/plugins
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Customize the CAPTCHA options from
Securimage-WP
under the WordPressSettings
menu.
Installing Audio Files:
When first installing Securimage-WP, no audio files are included so audio functionality is disabled.
To install audio files, follow these steps from your WordPress admin dashboard:
- Go to
Settings
>>Securimage WP
- Scroll to
Audio CAPTCHA Options
>>Installed Languages
- Install the desired language pack
- For added security, go to
Audio CAPTCHA Options
>>Noise Files
and click Install. - (Optional) Set the path to LAME for converting WAV to MP3 for quicker streaming and improved browser support.
FAQ
- What are the requirements?
-
Securimage-WP requires
PHP 5.3+
,GD2
,FreeType
, andWordPress 4.0+
.
If you install Securimage-WP, there is a test script that will tell you whether or not your system meets the requirements. - The CAPTCHA image appears broken
-
From the Securimage-WP settings menu, enable the
Debug Image Errors
option, save the settings, and then click the link labeledView Image Directly
. Ideally, this will reveal any error messages that may be causing the image generation to fail. Try to troubleshoot the error, or contact us for assistance. - Can I display a CAPTCHA somewhere other than the comment or registration forms?
-
Yes, since version 3.6.1 you can display a captcha using the shortcode
[siwp_show_captcha]
anywhere on your WordPress site.To validate the user’s input, call the function siwp_check_captcha. Note: To validate from a WordPress page, you will need a plugin like Exec-PHP installed, or your PHP form processor needs to hook into WordPress (typically by including wp-load.php from your PHP script).
See here for an example WordPress page with a simple form and captcha with validation.
- I enabled the captcha on my comment form, registration page, login form, or lost password form but no captcha image appears
-
Securimage-WP relies on some standard function hooks for displaying the CAPTCHA. If the image doesn’t appear on your site’s forms, it may be due to those templates not implementing the proper hooks.
To fix this, you can either edit your templates to include the proper hooks, or if the site uses a custom registration page, use the
[siwp_show_captcha]
shortcode on your registration form.For the comment form, the proper hook needed is
<?php do_action( 'comment_form', $post_id ); ?>
For the registration form, the proper hook needed is
<?php do_action( 'register_form' ); ?>
The calls to these actions should go in the template where you want the CAPTCHA image to appear.
- How to install audio files for CAPTCHA audio
-
Automatic installation of audio files may not work for a number of reasons (e.g. directories not writable by the server, http wrapper not enabled for fopen/file_get_contents, low memory limits) but this does not mean audio files cannot be used.
If automatic installation is not available, audio files can be downloaded from https://www.phpcaptcha.org/download and manually placed in the Securimage-WP plugin directory.
To install audio files, extract the contents of the language pack you wish to use to the
wp-content/plugins/securimage-wp/lib
directory preserving the directory structure from the audio package (so the resulting directories arelib/audio/en
,lib/audio/de
,lib/audio/fr
etc). - Audio FAQ/General Info
-
Since version 3.6.4 HTML5 audio is used for better browser support without the need for plugins. Consider the following when using HTML5 audio streaming:
- Audio files are generated in WAV format which is supported by all browsers except Internet Explorer
- To support Internet Explorer 9+ using HTML5 audio, audio files can be streamed in MP3 format if the LAME MP3 encoder is installed on the system
- To support older browsers without HTML5 audio capability, optional Flash fallback can be used
- If LAME is not available, browsers that don’t support WAV or HTML5 audio, Flash fallback will be used, or if disabled, the audio button will be hidden
- If possible, install LAME for MP3 output since the resulting audio files are smaller and will use less bandwidth (average 30-60 KB versus 200-300 KB for WAV files)
- HTML5 audio playback requires Javascript to be enabled. If Javascript is disabled the audio button links to an audio download
- To install LAME on Windows, download the LAME bundle from RareWares (http://www.rarewares.org/mp3-lame-bundle.php)
- To install LAME on Linux, either compile from source or install using your package manager (e.g. Debian/Ubuntu: apt-get install lame; CentOS: yum install lame)
- Securimage-WP needs to know where LAME is installed on your system which is configured from the Securimage-WP settings menu
- The refresh button does not work
-
Javascript must be enabled for the refresh buttons to work. Make sure Javascript is enabled or check for errors that may prevent it from functioning.
- I noticed the image refresh by itself when I was looking at my comment form
-
CAPTCHA codes have expiration times in order to reduce the amount of time spammers have to break the CAPTCHA. The default time is 15 minutes. After this time lapses, the CAPTCHA refreshes since it is no longer valid. You can customize this setting in the options menu.
Reviews
Contributors & Developers
“Securimage-WP” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Securimage-WP” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.6.16-WP
- Same as 3.6.15
3.6.15-WP
- Upgrade Securimage library (nextgen-4.0-custom)
- Don’t serve images from .php files in plugins; serve from plugin hook through WP (for comptaibility with security plugins)
- Remove most inline JS; moved to securimage-wp.js
- Gracefully fail when installing in WPMU (not yet supported)
- Don’t enqueue styles and scripts unless captcha will be displayed
3.6.14-WP
- Add text domain to all translation function calls
- Add German translation (Thanks to Tim Reeves, author of TinyMCE Custom Styles)
- Switch to using authenticate filter from wp_authenticate for protecting login forms
- Improve captcha handling with WP 4.4.0+ with lostpassword_post hook
- Improvements to checking captcha on comment forms
- Add stat to track form submissions missing CAPTCHA input
3.6.13-WP
- Eliminate warnings checking for lame binary when open_basedir restriction is in effect
- Fix potential warnings when re-activating plugin and duplicate indexes for created column when re-activiting plugin
- Remove additional javascript anti-bot check
- Test up to 4.9
3.6.12-WP
- Fix plugin URL functions to use plugins_url() for proper https urls
3.6.11-WP
- Skipped
3.6.10-WP
- Fix warning in securimage-wp.php – can’t use return value in write context
3.6.9-WP
- Upgrade Securimage library to 4.0
- Switch over to Securimage WordPress storage adapter for database access
- Test with WordPress 4.7 and 4.8-alpha
3.6.7-WP
- Add Contact Form 7 integration. Easily add Securimage-WP to your CF7 forms
- Add Formidable forms integration. Easily add Securimage-WP to Formidable Forms
- Fix messages emitted from PHP 5.3 strict standards
- Fix errors with wp_enqueue_script and wp_enqueue_style calls
- WordPress 4.4 fix – enqueue audio script on login page if audio enabled
3.6.6-WP
- Fix audio streaming on iOS devices; upgrade Securimage library to 3.6.2
3.6.5-WP
- Fix tabindex on audio play button so it is excluded
- Add Spanish and Chilean Spanish language to available audio languages
3.6.4-WP
- HTML5 audio support
- Ability to stream audio as MP3 (requires LAME encoder, see FAQ)
3.6.3-WP
- Compatibility with BuddyPress registration form
- Disable audio by default and remove audio files from distribution
- Automatic language pack installation from plugin options page
3.6.2-WP
- Add options to protect login and lost password forms
- Add plugin stats (number of captchas displayed, passed, and failed)
- Cleanup/improve options page
3.6.1-WP
- Add
[siwp_show_captcha]
shortcode for displaying a captcha in any WordPress post or page
3.6-WP
- Add option to protect site registration form
- WordPress 4.2 compatibility
3.5.4-WP
- Confirm compatibilty with WordPress 4.1.1
- Upgrade Securimage code to 3.5.4
3.5.1-WP
- Fix potential XSS vulnerability in siwp_test.php
- Upgrade Securimage library to latest version
3.2-WP
- Initial release of WordPress plugin