Viewing 3 replies - 1 through 3 (of 3 total)
  • yes, i found it still had problems so i changed the links to use the full url via bloginfo(‘url’).

    replace lines 107 – 120 with below:

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

    Bug fixed…

    Just uploaded the new version. The images links are still broken. ?? Did you upload the right files? Also, the fix posted doesn’t work if I refresh the image.

    EDIT

    Ok got it. You also have to change some code on line 49

    from

    ./wp-content/plugins/simple_captcha/gdimg.php?re=

    to

    < ?php bloginfo(‘url’); ? >/wp-content/plugins/simple_captcha/gdimg.php?re=

    without the added spaces between the < and the first ?, as well as the added space between the second ? and the >

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘hi still image is not loading for me’ is closed to new replies.