Re: Captcha using TTF & GD
Quote:
Originally Posted by
Nixak
Hi, great mod :clap: .... but I think I have the same problem as nigelt74. I have had to remove the captcha on the registration page because it causes the login page to not appear the screen just goes blank.
Hi Nixak
I am not sure we are getting the same error, my login screen appears fine everything shows up as it should apart from the captcha image, where the captcha image should show up I get "Enable this picture" and of course it's impossible to register if you can't see the image ,
also the captcha works fine on my login page provided I don't have the store set to prevent unlogged in users from browsing, ( Unfortunately i need this setting on my store)
A_Berizin, I can provide you with a link to the site if you wish to take a look
Re: Captcha using TTF & GD
I don't know if this will help you Nigelt74 but I solved my login page problems by simply deleting the captcha file create_account.php and then re-uploading it and using the overides system. Im still pretty new to Zen-Cart and after all the work I've done i've only just found out about overrides lol, luckily enough I kept the orig Zen-Cart files.
I must of had an FTP fault with the original upload, maybe you did too. I know its a long shot but good luck, if I find out anything I will let you know.
Re: Captcha using TTF & GD
Quote:
Originally Posted by
nigelt74
A_Berizin, I can provide you with a link to the site if you wish to take a look
Unfortunately this does not help :no:
Adding Captcha to Returns Authorization Request Mod
I am interested in adding these captcha features to the Returns Authorization Request Ver 2.2 Mod found in the downloads section. I have installed on ZC1.3.8a. I have toyed around with it with no success. If someone could provide a breakdown of what code needs to be added and where that would be great! If someone already has this modded and is willing to share that would be even better. :D
I have obviously missed something somewhere. I have gotten it to display on the form in the past, but it does not verify the code before submitting the form.
Thanks in advance
Steve
Re: Captcha using TTF & GD
Quote:
Originally Posted by
cjcrafts
Thats is interesting about the image.
yes I have tried uninstalling the database & installing, and uploading the files again, with no avail. I would not be surprised one bit if it is a conflict of some fashion with another mod, as it was working fine,
and suddenly I noticed it was acting goofy.
I also thank you for your insight into my site navigation and have began changes in regard to it. it makes perfect sense
what you suggested.
Here is a list of mods I have installed:
supertracker
return authorization
recover cart sales
image handler
shipping & order export
backup mysql
google sitemaps
links manager - have modified version that will allow banners to be installed after this problem is resolved
multigeozone multitable shipping
I believe this is a complete list but I am recalling from memory.
Figured I would post an update on this. I never did discover what was going on with this issue. We moved our site over to a new server running php 5.0 and the problem vanished.
Re: Captcha using TTF & GD
BIG problem and need an idea where to look at. :frusty:
I installed CAPTCHA version 2.8 on cart 1.3.8 localy and ran in to this error:
EVERYTIME the warning: "You did not entered the validation code correctly. Please, try again." comes up despite enetring the code CORRECTLY.
But it works right when using www.store.com/captcha_test.php....
where could the error be?
i installed using merge and copying the "//captcha" code spippets where they belong.
Re: Captcha using TTF & GD
Quote:
Originally Posted by
stevefriedman71
BIG problem and need an idea where to look at. :frusty:
I installed CAPTCHA version 2.8 on cart 1.3.8 localy and ran in to this error:
EVERYTIME the warning: "You did not entered the validation code correctly. Please, try again." comes up despite enetring the code CORRECTLY.
But it works right when using
www.store.com/captcha_test.php....
where could the error be?
i installed using merge and copying the "//captcha" code spippets where they belong.
Had to look all over for this download link? But anyway I finally found it. I'm using a linux server with latest php so I'll let you know how it works out.
http://www.zen-cart.com/index.php?ma...roducts_id=551
Re: Captcha using TTF & GD
I noticed that provision is made for "Links Submit"
Code:
(NULL, 'Links Submit page', 'CAPTCHA_LINKS_SUBMIT', 'true', 'Activate Validation on Links Submit page', @configuration_group_id, 24, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
If that is part of some other add-on, where can I find it? I created something similar from specialorder form, but if it is available and would let me use the CAPTCHA for link submit request page,I would like to use it.
Thanks.
Re: Captcha using TTF & GD
Quote:
Originally Posted by
Veronika7747
I noticed that provision is made for "Links Submit"
Code:
(NULL, 'Links Submit page', 'CAPTCHA_LINKS_SUBMIT', 'true', 'Activate Validation on Links Submit page', @configuration_group_id, 24, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
If that is part of some other add-on, where can I find it? I created something similar from specialorder form, but if it is available and would let me use the CAPTCHA for link submit request page,I would like to use it.
Thanks.
Found it! Links Manager in the downloads...
Re: Adding Captcha to Returns Authorization Request Mod
Quote:
Originally Posted by
cjcrafts
I am interested in adding these captcha features to the Returns Authorization Request Ver 2.2 Mod found in the downloads section. I have installed on ZC1.3.8a. I have toyed around with it with no success. If someone could provide a breakdown of what code needs to be added and where that would be great! If someone already has this modded and is willing to share that would be even better. :D
I have obviously missed something somewhere. I have gotten it to display on the form in the past, but it does not verify the code before submitting the form.
Thanks in advance
Steve
I figured it out. Thanks anyways