Results 1 to 10 of 192

Hybrid View

  1. #1
    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

  2. #2
    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?

  3. #3
    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') {

  4. #4
    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?

  5. #5
    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.

  6. #6
    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>

  7. #7
    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?

  8. #8
    Join Date
    Feb 2011
    Posts
    16
    Plugin Contributions
    0

    email error Ask a Question spam

    Quote Originally Posted by ebookba View Post
    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

    Me too, it's been going on for months and while this captcha works fine on the "Contact Us" page, it could really do with being included on the "Ask a Question" page.

    Would it work to just copy some existing code into various pages such as "tpl_ask_a_question_default"? Would need to look more deeply to see which code, I'm really just a layman so if anyone has a more educated answer please can you help!

  9. #9
    Join Date
    Nov 2010
    Location
    Spokane Wa
    Posts
    75
    Plugin Contributions
    0

    Default Re: Ask a Question spam

    I have the same question about the testimonials. We are getting spam in the testimonials. Would appreciate knowing how to install on add testimonial page thanks. ver151.1

 

 

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

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