Owner: CEO
Type: WPMU Plugin
Created: 2007-11-16 13:45:59
Last Modified: 2007-11-20 15:03:37
wpmu-random-captcha-released-2.0.rar (1486 download(s))
wpmu-random-captcha-released-1.0.rar (82 download(s))
Stop a lot of spambots from polluting your site by making visitors identify some random text displayed as an image before signup blog. The latest version add captcha image on signup and login page. See example at http://blogates.com
The plugins will automatic add on your wpmu signup page and login. No option to select. ![]()
it's not work! not show image code just show text "visual verification"
pls, see this . i have it not yet. and already past plugin to mu-plugins. but why it not work , help me please . src="http://img213.imageshack.us/img213/8048/gdpicaf3.png" border="0" alt="Image Hosted by ImageShack.us"/>
Hi there. There is a minor trouble with the plugin: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/home/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69 Warning: Cannot modify header information - headers already sent by (output started at /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php:69) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 149 The quick fix for me was changing line: if( file_exists( $abspath . "wp-config.php" ) ) { to become: if( @file_exists( $abspath . "wp-config.php" ) ) { in the file mu-plugins/wpmu-random-captcha-released-2.0.php line 69. HTH
Hi there. There is a minor trouble with the plugin: Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69 Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/home/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69 Warning: Cannot modify header information - headers already sent by (output started at /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php:69) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 149 The quick fix for me was changing line: if( file_exists( $abspath . "wp-config.php" ) ) { to become: if( @file_exists( $abspath . "wp-config.php" ) ) { in the file mu-plugins/wpmu-random-captcha-released-2.0.php line 69. HTH
Sorrty, seems like newlines weren't converted to the BR's... I've converted them for better readability, previous post can be deleted.
Hi there.
There is a minor trouble with the plugin:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/home/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php:69) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 149
The quick fix for me was changing line:
if( file_exists( $abspath . "wp-config.php" ) ) {
to become:
if( @file_exists( $abspath . "wp-config.php" ) ) {
in the file mu-plugins/wpmu-random-captcha-released-2.0.php line 69.
HTH
Sorrty, seems like newlines weren't converted to the BR's... I've converted them for better readability, previous post can be deleted.
Hi there.
There is a minor trouble with the plugin:
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69
Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/home/wp-config.php) is not within the allowed path(s): (/home/xxxxxxxx:/var/tmp:/usr/home/xxxxxxxx:/tmp) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 69
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php:69) in /usr/home/xxxxxxxx/public_html/wp-content/mu-plugins/wpmu-random-captcha-released-2.0.php on line 149
The quick fix for me was changing line:
if( file_exists( $abspath . "wp-config.php" ) ) {
to become:
if( @file_exists( $abspath . "wp-config.php" ) ) {
in the file mu-plugins/wpmu-random-captcha-released-2.0.php line 69.
HTH
Works OK for me. I did get a fatal error as I tried to activate the plugin, something about redeclaring random_text() function, so I went in to the plugin file and renamed random_text() to random_text1() and it activated OK and is working on my site.
Works OK for me. I did get a fatal error as I tried to activate the plugin, something about redeclaring random_text() function, so I went in to the plugin file and renamed random_text() to random_text1() and it activated OK and is working on my site.
This plug-in is not compatible to new version WPMU? If enter wrong number into verifications that there is here it: Fatal error: Cannot use object of type WP_Error as array in .../wpmu-random-captcha-released-2.0.php on line 224
Not working with WPMU 1.3.1. There is no image show up even my host is GD supported.
You must be registered and logged in to post comments. Not registered? Click here to get your free account!