Page 59 of 60 FirstFirst ... 94957585960 LastLast
Results 581 to 590 of 593
  1. #581
    Join Date
    Dec 2012
    Posts
    607
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Great. Then I won't add any CAPTCHAs to Zen 1.5.1.


    Thanks.
    Using Zen Cart 1.5.1

  2. #582
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Kevin205 View Post
    Great. Then I won't add any CAPTCHAs to Zen 1.5.1.


    Thanks.
    You're welcome..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #583

    Idea or Suggestion Re: Captcha using TTF & GD

    Quote Originally Posted by Alik View Post
    i think i found where the problem is:

    SEO Urls are cusing the file to be renamed:
    captcha_img.php.html?zenid=1e4a50...
    it's adding the extra .html after the file ext. i'll try to find a way to remove it

    have you fix it, I have the same problem, some one help me, thanks, how to fix this problem

  4. #584
    Join Date
    Jun 2007
    Location
    Shropshire UK
    Posts
    134
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by DivaVocals View Post
    You understood me correctly.. It uses CSS and a hidden field to trap the bots.. Fools the bots into thinking the form is filled in correctly..
    I am just wondering if there is any way to check this is working ? - I am using 1.5.1 - but still get some contact form spam - are there any settings anywhere in Admin to set or adjust ?
    Many Thanks.

  5. #585
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Vinyl Signs View Post
    I am just wondering if there is any way to check this is working ? - I am using 1.5.1 - but still get some contact form spam - are there any settings anywhere in Admin to set or adjust ?
    I'm sorry, I did not quite understand. You're using 1.5.1 and css spam protection? And still get spam? Want to try a graphical captcha?

  6. #586
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Vinyl Signs View Post
    I am just wondering if there is any way to check this is working ? - I am using 1.5.1 - but still get some contact form spam - are there any settings anywhere in Admin to set or adjust ?
    Many Thanks.
    Honestly this support threead isn't really the RIGHT place to have an in depth discussion of the built in spam deterrent.. Open a new thread or better yet do a forum search for related topics (because this HAS BEEN discussed before)
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #587
    Join Date
    Jun 2007
    Location
    Shropshire UK
    Posts
    134
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by DivaVocals View Post
    Honestly this support threead isn't really the RIGHT place to have an in depth discussion of the built in spam deterrent.. Open a new thread or better yet do a forum search for related topics (because this HAS BEEN discussed before)
    Very sorry - my apologies - I did actually do several different searches - but obviously didn't use the correct search terms - as I didn't find anything explaining the built in spam deterrent...

  8. #588
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Vinyl Signs View Post
    Very sorry - my apologies - I did actually do several different searches - but obviously didn't use the correct search terms - as I didn't find anything explaining the built in spam deterrent...
    You can see the alterations for this discussed in a forum thread about "CSS/PHP AntiSpam solution". the thread is long and has many suggestions, and the code built-in to v1.5.1 is a bit tidier.
    Last edited by DivaVocals; 15 Oct 2013 at 04:20 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #589
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    can't get this to work.. installed all the files and ran the sql query fine. most pages work but the registration page does not show the captcha AND in the admin there is nothing under 'configuration' that says 'captcha'. i check the configuration-group table and the new entry is there for 'captcha' but it still doesn't show on the pull down menu for 'captcha'. i can't take a screen shot because as soon as i move my mouse from the 'configuration' tab to capture the screen, the pull down disappears.

  10. #590
    Join Date
    Feb 2013
    Posts
    345
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    looks like the sql file included with this download is missing sql statements?? it doesn't add anything to the table 'admin-pages'.

    here is the file:

    HTML Code:
    SET @configuration_group_id=0;
    SELECT (@configuration_group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title= 'CAPTCHA' LIMIT 1;
    DELETE FROM configuration WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    DELETE FROM configuration_group WHERE configuration_group_id = @configuration_group_id AND configuration_group_id != 0;
    
    INSERT INTO configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (NULL, 'CAPTCHA', 'CAPTCHA Configuration', '1', '1');
    SET @configuration_group_id=last_insert_id();
    UPDATE configuration_group SET sort_order = @configuration_group_id WHERE configuration_group_id = @configuration_group_id;
    
    INSERT INTO configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES 
    (NULL, 'Code Length', 'CAPTCHA_CODE_LENGTH', '6', 'Verification Code length', @configuration_group_id, 1, NOW(), NULL, NULL),
    (NULL, 'Image Width', 'CAPTCHA_IMG_WIDTH', '240', 'CAPTCHA Image Width', @configuration_group_id, 2, NOW(), NULL, NULL),
    (NULL, 'Image Height', 'CAPTCHA_IMG_HEIGHT', '50', 'CAPTCHA Image Height', @configuration_group_id, 3, NOW(), NULL, NULL),
    (NULL, 'Chars minimum size', 'CAPTCHA_CHARS_MIN_SIZE', '0.6', 'Chars minimum size (1.0=Image Height)', @configuration_group_id, 4, NOW(), NULL, NULL),
    (NULL, 'Chars maximum size', 'CAPTCHA_CHARS_MAX_SIZE', '0.8', 'Chars maximum size (1.0=Image Height)', @configuration_group_id, 5, NOW(), NULL, NULL),
    (NULL, 'Corner of rotation', 'CAPTCHA_CHARS_ROTATION', '23', 'Chars Corner of rotation', @configuration_group_id, 6, NOW(), NULL, NULL),
    (NULL, 'Shadow Chars', 'CAPTCHA_CHARS_SHADOW', 'true', 'Generate Shadows for Characters', @configuration_group_id, 7, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    
    (NULL, 'Image Type', 'CAPTCHA_IMG_TYPE', 'png', 'CAPTCHA Image Type', @configuration_group_id, 10, NOW(), NULL, 'zen_cfg_select_option(array(\'png\', \'jpeg\', \'gif\'),'),
    (NULL, 'Create Account page', 'CAPTCHA_CREATE_ACCOUNT', 'true', 'Activate Validation on Create Account page', @configuration_group_id, 21, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'Contact Us page', 'CAPTCHA_CONTACT_US', 'true', 'Activate Validation on Contact Us page', @configuration_group_id, 22, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (NULL, 'Tell A Friend page', 'CAPTCHA_TELL_A_FRIEND', 'true', 'Activate Validation on Tell A Friend page', @configuration_group_id, 23, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),'),
    (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\'),'),
    (NULL, 'Write Review page', 'CAPTCHA_REVIEWS_WRITE', 'true', 'Activate Validation on Write Review page', @configuration_group_id, 25, NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');

 

 
Page 59 of 60 FirstFirst ... 94957585960 LastLast

Similar Threads

  1. Replies: 68
    Last Post: 29 Jul 2013, 06:33 PM
  2. CAPTCHA using TTF & GD - not working
    By derrr99 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 13 Dec 2010, 04:05 PM
  3. Replies: 13
    Last Post: 2 Jun 2008, 03:29 PM
  4. Captcha using TTF & GD & Tel Not Required (how do I Avoid Overwrites?)
    By CelticKatt in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 8 Apr 2008, 04:18 AM
  5. Can CAPTCHA Using TTF & GD be installed in check out?
    By Lainee in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 May 2007, 04:53 PM

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