Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
jillcripps
I think I see an issue - my 'create_account' page is titled 'login' for some reason (when you go to log-in from nav bar). I have tried replicating and changing info in files to login (adding another set of files) and placing them but still not working, now I also see the login page is https and the create_account http...
Not sure what I can do here, not being a zen cart whiz...If I do a test on the login page and click submit, then it takes me to create_account and tells me I have entered code incorrectly and then I can input it, all the info is on that page...
So, I need to get the info on the login page or change the log-in page to direct to the create_account page (but then do I lose the SSL)....? Curioser...
www.ew-trading.com
From your Admin page, click on Configuration, Layout Settings, and set 'Use split-login page' to True. Click Login, select Create Account, and at the bottom of the page, you should/will see the Captcha form. Create Account Captcha cannot be seen unless the Split-Login setting is used, though not mentioned in the original installation instructions.
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
Joseph_Greely
From your Admin page, click on Configuration, Layout Settings, and set 'Use split-login page' to True. Click Login, select Create Account, and at the bottom of the page, you should/will see the Captcha form. Create Account Captcha cannot be seen unless the Split-Login setting is used, though not mentioned in the original installation instructions.
I'm having the exact problem with my Captcha working on the Contact page but not showing up on the Reg page. I tried what you said above and set the split page to TRUE and still no Captcha. The reg page also looks no different with that set to TRUE. When I first installed this module there was no change to the Customer Details page. Shouldn't it have added something to turn on/off this particular Captcha? There is a part on there to activate Captcha but I think it's for the other module I also couldn't get to work. Also note when I install the update patch it doesn't install all says one file couldn't be replaced because it already exists. Could that be a problem?
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
OnlySeaDoo
I'm having the exact problem with my Captcha working on the Contact page but not showing up on the Reg page. I tried what you said above and set the split page to TRUE and still no Captcha. The reg page also looks no different with that set to TRUE. When I first installed this module there was no change to the Customer Details page. Shouldn't it have added something to turn on/off this particular Captcha? There is a part on there to activate Captcha but I think it's for the other module I also couldn't get to work. Also note when I install the update patch it doesn't install all says one file couldn't be replaced because it already exists. Could that be a problem?
We need more info from you.
First, what are your settings for Captcha in Admin? (Configuration, CAPTCHA validation) Are they all set to TRUE, or, are some set to FALSE? If any are set to FALSE, they are turned off, and need to be turned on, by setting to TRUE.
If still not working, what version of Zen-Cart do you have in use, exact version of CAPTCHA and Author(since there are several), PHP, MySQL, and all other Add-ons(listed with version number and date, or update date of version).
Last, but also most importantly, re-check all the code that you put in place for CAPTCHA and verify that your not missing any commas, or ";". The reason I say that, is that missing the ";" or a comma when coding a new Add-on, has usually been the primary reason something doesn't work, not always, but usually.
So, Check the settings in you Admin for CAPTCHA, re-check your coding for any missing comma's, or ";", and if still not working properly, let us have the information on software and add-ons requested above, so that we can try to address the issue for you. For I have been unable to duplicate your problem, except for causes already mentioned, so far.
Re: CAPTCHA Anti-Robot Mod
A real shame that this captcha does not work, fresh install of zen cart 1.50, uploaded files and tried to install sql but fails everytime.
Is there any other captchas available for 1.50??
Re: CAPTCHA Anti-Robot Mod
crazy, another fresh install with bare 1.50 zen cart and no matter what I do the sql patch will not install, error everytime!
Maybe it is better to downgrade zen cart and use another captcha :no:
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
Jay76
A real shame that this captcha does not work, fresh install of zen cart 1.50, uploaded files and tried to install sql but fails everytime.
Is there any other captchas available for 1.50??
Quote:
Originally Posted by
Jay76
crazy, another fresh install with bare 1.50 zen cart and no matter what I do the sql patch will not install, error everytime!
Maybe it is better to downgrade zen cart and use another captcha :no:
You know what would help??? If you both posted what the error is you are getting instead of just saying "it's broken"..
Just sayin'..:yes:
Re: CAPTCHA Anti-Robot Mod
When installing the sql patch through admin, the following error message shows up.
Quote:
WARNING: An Error occurred, please refresh the page and try again.
This is probably the error previous posters are talking about.
Per the ReadMe file, verified that these are correct
Quote:
# Add-Ons already or, made changes to this table, you will need to set those numbers to what the next setting would be for them, in Sequential Order
Tina
Re: CAPTCHA Anti-Robot Mod
1.3.8a, been working fine since the beginning (not to rub it in)
Is there any way to remove zeroes and o's from the random generation?
Customers are getting frustrated (customer service too) on this one.
Re: CAPTCHA Anti-Robot Mod
Quote:
Originally Posted by
sbbemn
Is there any way to remove zeroes and o's from the random generation?
Anyone who needs to change the font, I succeeded by using the reference to a .gdf font file. This then prompted me to up the size of the image too, which was nice
PHP Code:
//Add randomly generated string in black to the image
$font = imageloadfont('./atommicclock.gdf');
ImageString($image, $font, 40, 10, $pass, $black);
Re: CAPTCHA Anti-Robot Mod
Should the bottom of eg
tpl_contact_us_default.php
be
?>
</form>
</div>
instead of
?>
</div>