Page 10 of 60 FirstFirst ... 8910111220 ... LastLast
Results 91 to 100 of 593
  1. #91
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Captcha using TTF & GD

    j_3,
    I can't test it on ssl.

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

    Default Re: Captcha using TTF & GD

    Woody!
    I test it PHP 5.2.1 (Zend: 2.2.0). All work normal.

  3. #93
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by a_berezin View Post
    Woody!
    I install PHP 5.1.6 (Zend: 2.1.0) on my local server an test captcha. All works fine.
    Can your host company give me a test account for two days? 1Mb+php5.
    Hi Andrew,

    Sure deal. I'm getting that set-up for you. Probably won't be ready until Monday. Will PM with further details when available. I appreciate your assistance.

    Woody

  4. #94
    Join Date
    Mar 2007
    Posts
    21
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by j0ney3 View Post
    a_b,

    any advice about getting your mod to cooperate w/ ssl? Depending on the user's settings they may just not see the image at all, or at best they'd get a warning about "This page contains both secure and insecure items...". Thanks again.
    Hi, I too was getting this "secure and nonsecure" issue when I click on the login link. I did some reading and searching, this is what I did to solve this issue.

    edit this file /includes/classes/captcha.php

    At line 64, change from
    $this->img_href = zen_href_link('captcha_img.php', zen_session_name() . '=' . zen_session_id(), 'NONSSL', false, false, true);

    to

    $this->img_href = zen_href_link('captcha_img.php', zen_session_name() . '=' . zen_session_id(), 'SSL', false, false, true);

    Notice the underlined word to be changed. Works for me.

    Hope this helps.

    Cheers,
    KennyOz
    http://cheekyjunior.com.au

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

    Default Re: Captcha using TTF & GD

    Hi KennyOz,
    Thank for the decision!

    Fixed.

  6. #96
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Glad you solved you problem!

    My question got, understandably, buried during the serious discussion of the real time issue so I thought I would ask it again.

    Again, excuse my ignorance, read the posts but just want to make sure since it really wasn't confirmed:

    This download replaces (appears that it is suggested that you remove the previous CAPTCHA prior to loading this one) the download section CAPTCHA (which only protects the customer sign up process) and provides protection for both the sign up process AND contact_us submission?

    Just looking for confirmation if someone has the time. Hoping it's all true, certainly needed.

    Thanks.

  7. #97
    Join Date
    Dec 2006
    Location
    Ohio
    Posts
    198
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    That is correct. The other version is quite differet than this one, so make sure to remove everything. There's no SQL uninstall script, so you'll have to manually remove entries from the database (you might not need to do this, but if you don't, it'll still appear in Admin).

    This version can also do Tell a Friend and Reviews.

  8. #98
    Join Date
    Sep 2004
    Posts
    2,420
    Plugin Contributions
    2

    Default Re: Captcha using TTF & GD

    QUESTION: Can anyone confirm they have the captcha mod working on Zen Cart 1.37 with IH2 and/or Zen Lightbox installed?

    UPDATE on my ongoing issue...I moved the account on which captcha was working (on host with PHP4) over to the same host where captcha was not working (with PHP5). So both accounts are now running on same machine.

    I've confirmed captcha IS still working on the moved account (on the host with PHP5)!

    So this issue is specific to the specific account and/or Zen Cart install/config! Nothing to do with PHP or mod_security. Sorry for the wild goose chase.

    So this leaves me to ponder: why the diff on accounts on the same host? I've installed latest mod v2.6 on both accounts (both running Zen Cart 1.37).

    The Zen Cart which captcha works has NO mods installed.
    The Zen Cart which captcha does NOT work has MANY mods installed including Image Handler 2 and Zen Lightbox.

    I'm wondering if we have a mod compatibility issue?

    Repeat Question: Can anyone confirm they have the captcha mod working on Zen Cart 1.37 with IH2 and/or Zen Lightbox installed?

    Woody

  9. #99
    Join Date
    Aug 2006
    Posts
    254
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Thanks, this one looked involved so wanted to head off any problems.

    SQL! Oh Nooooo!

    Though I've done inserts in Admin. I've never hand added/deleted anything.

    Any clues as to entries to remove and procedure?

    Going to give it a shot. Tried "browse" and I see "CAPTCHA validation" in configuration_group but that is the only thing I see based on guessing what to look from from Captcha original SQL insert but looks like there should be something else. Specifically, 'Anti-Robot Registration/Verification'.

    Search of entire database shows "activate validation" somewhere in "configuration" field but I can't seem to find that entry.

    Am I close? Just delete the "CAPTCHA Validation" line?

    Thanks for the time, keep thinking I'm near done then there's another great mod! Security is top in my mind so I don't want to rush to live prematurely.

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

    Default Re: Captcha using TTF & GD

    Woody!
    Certainly it works with Zen Lightbox. And with all other normal mods. :)
    That with IH2 I do not know. I didn't try, didn't install, didn't look and didn't touch this .

 

 
Page 10 of 60 FirstFirst ... 8910111220 ... 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