Forums

[resolved] image for captcha does not load?? :( (9 posts)

  1. stormshadow
    Member
    Posted 1 year ago #

    wordpress v2.3.2
    Simple CAPTCHA v1.2

    Paste the whole directory into the plugins folder in WordPress and enabled it.

    But still the image for captcha is not there?? :(
    only the Security Code: text box is appearing..

    is there any codes we have to enter manually??

    :(

    http://wordpress.org/extend/plugins/simple-captcha/

  2. srikat
    Member
    Posted 1 year ago #

    don't know about that, but reCAPTCHA plugin works fine for me.

  3. stormshadow
    Member
    Posted 1 year ago #

    recaptcha is jus too much and sometimes is slow ..i just want a simple captcha..already tried 'cryptograph- images not readable' and 'simple captcha - does not work'

    anything else in captcha tools which is just simple and works ?

  4. zorex
    Member
    Posted 1 year ago #

    Make sure you copy the "simple_captcha" directory only into ur "wp-content/plugins" directory.

    The correct path to the image shud be http://yourURL.com/wp-content/plugins/simple_captcha/gdimg.php

    Try execute and see whether the images are loading? If not, check the path of the plugin. You might need to CHMOD the directory to 0755 (*nix)

  5. stormshadow
    Member
    Posted 1 year ago #

    the directory was simple-captcha and not simple_captcha

    since then i renamed it to simple_captcha and activated the plugin it has started to work..

    this simple problem would have been solved if the original filename was itself named correctly.

    i request the author to again zip the files to simple_captcha.1.2.zip to avoid hassles for other users.

    @zorex

    thanks a lot.. tip helped :)

  6. unit
    Member
    Posted 1 year ago #

    It does not help me. Here is a path of source code from the comment page:

    Security Code:<br>
    
            <input name="publicKey" style="width: 90px;" maxlength="6" tabindex="5" class="textfield" type="text">
            </td>
            <td align="left" valign="bottom" width="100">
            <img id="simple_captcha" src="http://192.168.1.100/wp-content/plugins/simple_captcha/gdimg.php?re=0" title="Simple CAPTCHA v1.2 by zorex" alt=""></td>
            <td align="left" valign="bottom">
            <img src="http://192.168.1.100/wp-content/plugins/simple_captcha/captcha_reload.gif" onclick="setTimeout('reloadCaptcha()', 300)" style="cursor: pointer;" title="Request a new image" alt="">

    As a result i see this image

    The directory permission 0755

  7. alexo05
    Member
    Posted 1 year ago #

    Hi all

    I was having this same issue. I think the plugin will have a broken link to the image if your wordpress install *is not* on your root directory *and* you configured your blog to still point to the root directory.

    (For instance, your wp install is in "domain.com/wordpress" but your blog displays at "domain.com")

    The reason is the "bloginfo(url)" call inside the zrx_captcha.inc.php file in the simple_captcha directory. If you feel adventurous, open that file in a text editor (can't edit plugin through WP backend) and replace all instances of "bloginfo(url)" for "bloginfo(wpurl)."

    wpurl points to your install URL instead of your blog URL. This worked for me (see here revistaelite.com).

  8. darknecrofire
    Member
    Posted 1 year ago #

    hi!

    can someone please help me?

    I am not able to Sign up to many sites because I'm not able to see the security image CAPCHA. It is just not loading. Does someone knows how to fix this? I'm using Firefox 3 and Windows XP. Do I have to download something in particular? Please, explain in detail if you have a solution.

    Thanks for help!

  9. oshanaoffice
    Member
    Posted 9 months ago #

    WordPress v2.7
    Simple CAPTCHA 1.4.1b

    Traced captcha image not displaying to the .htaccess file in wp-content directory

    Can anyone provide .htaccess line that would enable image to be displayed?

Topic Closed

This topic has been closed to new replies.

About this Topic