Page 19 of 20 FirstFirst ... 917181920 LastLast
Results 181 to 190 of 192
  1. #181
    Join Date
    Aug 2010
    Location
    Spokane, Washington, United States
    Posts
    34
    Plugin Contributions
    1

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by discoverytdi View Post
    don't know if I'm looking in the right place but the only mention of 100x80px is the small image setting in admin at that was the default setting.
    To my knowledge, this is a problem that has never been encountered, and I have been unable to duplicate it on the previous 4 versions of Zen-Cart. The setting you mentioned above does not effect the Validation image folder, provided it has been placed in the correct image folder.

    I would suggest uninstalling CAPTCHA, a total uninstall, and then re-install it. Make sure, that the version of CAPTCHA you have installed, is for the version of Zen-Cart you are using. If it is not, it will have unintended consequences, so double check it, and make sure the version you have is marked compatible with the version of Zen-Cart you have.

    If that still does not work, reply back with the version of Zen-Cart you're using, version of PHP, MySQL, and all add-ons with their version number you have installed, and then we can try to assist further. Give it a try, and then let us know the results.
    Joseph Greely - Happy to be Zenning
    http://www.zen-cart.com/index.php?ma...roducts_id=325

  2. #182
    Join Date
    Oct 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Can anyone advise me on how to use this add-on with 'ask a question'? I am having a hardtime with spam from 'ask a question'

    Thanks for any help

  3. #183
    Join Date
    Sep 2011
    Posts
    21
    Plugin Contributions
    0

    Default Couple Captcha Bugs?

    Just installed anti-robot captcha mod, and believe there are a couple bugs.
    1) several places, LOGIN_VERIFICATION is referred to. Thus, need following in sql:
    Code:
    INSERT INTO configuration ( configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, use_function, set_function ) VALUES ( 'Activate Validation on Login page', 'LOGIN_VALIDATION', 'true', 'Enables verification on Login page. (Recommended)', @captchaid, 20, NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),' );
    2) In tpl_modules_create_account.php, I think:
    Code:
    if (strstr($_SERVER['REQUEST_URI'],'create_account') && CREATE_ACCOUNT_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') {
    should be just:
    Code:
    if (CREATE_ACCOUNT_VALIDATION == 'true') {
    Am I missing something else?

  4. #184
    Join Date
    Sep 2011
    Posts
    21
    Plugin Contributions
    0

    Default Couple Captcha Bugs?

    Followup to prior post - ignore that.
    Rather, I think LOGIN_VALIDATION needs to be removed completely. In tpl_modules_create_account.php:

    Code:
    //if (strstr($_SERVER['REQUEST_URI'],'create_account') && CREATE_ACCOUNT_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') { 
    if (CREATE_ACCOUNT_VALIDATION == 'true') {
    and in tpl_contact_us_default.php:

    Code:
    //if (strstr($_SERVER['REQUEST_URI'],'contact_us') && CONTACT_US_VALIDATION == 'true' || strstr($_SERVER['REQUEST_URI'],'login') && LOGIN_VALIDATION == 'true') { 
    if (CONTACT_US_VALIDATION == 'true') {

  5. #185
    Join Date
    Dec 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    I've recently upgraded to 1.3.9h and installed Captcha 1.3 for 1.3.9h

    I'm using a custom template that was purchased for 1.3.8 but looks to be working properly in all ways but one for Captcha and cart functionality.

    I've gotten the tell_a_friend and contact_us pages correctly displaying the captcha validation images, but not the login page when I click "My Account".

    If I have Split Login turned off, the captcha text does not display on the main_page=login page, but a test submission for a new account says "You have entered an incomplete or incorrect validation (CAPTCHA) code.", but now properly displays captcha text at the bottom of the page because it has forwarded to main_page=create_account.php

    Does split login have to be turned on for this to work, or am I missing something obvious here?

  6. #186
    Join Date
    Jun 2006
    Location
    Sea Lake, Australia
    Posts
    81
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by gerbil42 View Post

    Does split login have to be turned on for this to work, or am I missing something obvious here?
    It does have to be turned on for me too, thanks for the pointer.

    If I work out why, I will get back to you.

  7. #187
    Join Date
    Jun 2006
    Location
    Sea Lake, Australia
    Posts
    81
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Looks like dlcohenzc has the solution in 3 posts down.

    There looks to be stray </fieldset> in the untouched classic template, and
    tpl_tell_a_friend_default.php and tpl_modules_create_account.php seem to be lacking the </fieldset>

  8. #188
    Join Date
    Jul 2011
    Location
    North Carolina
    Posts
    14
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    I just d/led the CAPTCHA Anti-Robot Registration v1.4 and

    The readme file says;

    --IMPORTANT!!! REGARDING the Installation SQL--
    # In the admin_pages table line, 4th section down in the SQL:
    # The page_params 'gID=31', and the sort_order '26' that you see in the 'admin_pages' table settings, are for EXAMPLE PURPOSES ONLY!!
    # If you are doing a fresh Install of Zen-Cart v1.5.0, with no other Add-Ons, added as of yet, you may leave these numbers as set in the SQL. However, if you have added additional
    # 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.

    I have already installed image manager and ckeditor addons.
    Where do I get these two numbers to change the above gID and sort_order?

  9. #189
    Join Date
    Jul 2011
    Location
    North Carolina
    Posts
    14
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Good grief. You gotta love it when links are buried pointing to a thread of the latest version.

    http://www.zen-cart.com/forum/showthread.php?t=186274

  10. #190
    Join Date
    Dec 2009
    Posts
    24
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    I need help with my create account setup.
    I initially had the CAPTCHA installed, unfortunately I installed the Referral add on and after this issue pooped up.



    but on the bottom screen there is no Validation code showing



    Can anyone help me with this issue, PLEASE

 

 
Page 19 of 20 FirstFirst ... 917181920 LastLast

Similar Threads

  1. CAPTCHA Anti-Robot Mod
    By JTheed in forum All Other Contributions/Addons
    Replies: 185
    Last Post: 26 Dec 2014, 05:43 PM
  2. CAPTCHA Anti-Robot Registration v1.4 for ZC v1.5 -- support thread
    By Joseph_Greely in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 4 Jul 2013, 09:35 PM
  3. v151 CAPTCHA Anti-Robot Registration v1.4
    By Razzinator in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 5 Mar 2013, 04:45 PM
  4. CAPTCHA Anti-Robot
    By New Directions in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Jun 2010, 03:36 AM
  5. CAPTCHA Anti-Robot Registration module
    By oxicottin in forum General Questions
    Replies: 1
    Last Post: 13 Mar 2008, 09:35 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR