I didnt have noticed that reply.
Thanks a lot WORKS FINE AND FOR 2 LANGUAGES I have installed.....
Thanks a lot you are great :clap:
Printable View
when I installed it the contact us page is blank, no template or anything
I ran the debug file and it gave me this error:
Fatal error: Call to a member function close() on a non-object in /includes/classes/captcha.php on line 337 which is
and it displayed the captcha image but the text displays instead of redraw it displays:PHP Code:
$za_dir->close();
BUTTON_IMAGE_CAPTCHA_REDRAW_ALT
TITLE_CAPTCHA TEXT_CAPTCHA
any help would be greatly appreciated
thank you very much :D
Steve
/includes/classes/captcha.php
Find near 337 line
Replace byCode:}
$za_dir->close();
Code:$za_dir->close();
}
Does anyone know if this CAPTCHA mod will work on a store with Zen Cart 1.3.8 and Magic SEO URLs installed?
I'm having the same "Enable this picture" problem as the people who were using Ultilate SEO URLs, but obviously none of the fixes work as they are different mods.
I'd really like to get this CAPTCHA mod to work, I'm getting loads of spam through my Contact US for these days. :(
I like the captcha add-on, but I think the positioning of the various elements could be cleaned up and made a little neater. What I want to do is position the bottom of the redraw button so it's in line with the bottom of the captcha image on my contact form. I was thinking of giving the button a class name or something like that so I could call it up in the stylesheet and create margins but I don't know how to integrate that class name into the php code for the contact form.
Here's the code for the captcha mod in the tpl_contact_us_default.php file:
Does anyone know how I could do this or have any other suggestions?Code:// BOF Captcha
if(is_object($captcha)) {
?>
<br class="clearBoth" />
<?php echo $captcha->img(); ?>
<?php echo $captcha->redraw_button(BUTTON_IMAGE_CAPTCHA_REDRAW, BUTTON_IMAGE_CAPTCHA_REDRAW_ALT); ?>
<br class="clearBoth" />
<label for="captcha"><?php echo TITLE_CAPTCHA; ?></label>
<?php echo $captcha->input_field('captcha', 'id="captcha"') . ' <span class="alert">' . TEXT_CAPTCHA . '</span>'; ?>
<br class="clearBoth" />
<?php
}
// BOF Captcha
:wacko:
I had Captcha working just fine on my site. The image displayed on my sign-up and contact us pages perfectly. However, I just noticed that I am now getting the "enable this picture" text where the image once once. This module seemed to just stop working correctly as I changed none of my files. Where can I begin to troubleshoot this problem?
Chris
Use captcha_debug.php and captcha_test.php for testing.
I got the script installed but cant seem to get the captcha to pop up upon new account creation. I ran the test script so I know it does work. I ran the debug script and all I get is a captcha image on the page and nothing else. What am I doing wrong?
David
I have the same problem with v1.38a, test works. no captcha showing in registration and tell a friend.
http://www.dajiangtech.com/combocity/
any suggestion ?
thanks.