Ok, I am making SOME progress with the "Enable This Picture" error that you get when using Ultimate SEO's.
Right now, I am simply working with the captcha_test.php until I get it to work totally correct.
If you edit the captcha_test.php, do the following:
FIND:
Code:
$this->img_href = zen_href_link('captcha_img.php', zen_session_name() . '=' . zen_session_id(), 'SSL', false, false, true);
REPLACE WITH:
Code:
$this->img_href = original_zen_href_link('captcha_img.php', zen_session_name() . '=' . zen_session_id(), 'SSL', false, false, true);
That will make the image appear! However, now it doesn't matter what code I type in, I am still getting an INVALID error. I will continue to poke around but if you can assist, just let me know what you find out.
Bookmarks