Page 38 of 60 FirstFirst ... 28363738394048 ... LastLast
Results 371 to 380 of 593
  1. #371
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Does nobody have a clue if the debug I posted has any meaning?

    I don't know where to look. I think there must be another module that interferes with captcha. I am sure I uploaded the same files to this site as I did with my others. Same Zen 1.3.8a.
    Different template but pretty much the same setup. So I wonder if anybody has discovered any conflicts with other mods or files in overrides etc. Really would like this to work. Too much spam coming in over the contact us.

    Any hints are appreciated.
    Live and learn... the Zen way.

  2. #372
    Join Date
    Dec 2007
    Location
    Kingsville, TX
    Posts
    18
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    mydanilo, I know your pain. I've been going over my code for days now. I have read elsewhere that this mod is dead, no one is supporting it now.

    With so many themes, mods, plug ins, etc. it get hard to figure out what the problem might be. Could this be a style sheet problem? Could it be a compatibility issue?

    Problems like this make me what to go to the local community college and enroll.


    I have looked at your sites in FF and IE. I even ran the debug. Have you tried to change the image type from png to jpeg or gif? Perhaps this could help with it not showing in the test. As for it not inserting into the contact us etc pages I have know idea and can't view your coding. That is why we are not getting any help. I think we need to hire someone to fix it for us. I am getting an ever increasing amount of SPAM as I feel the 'word' is out.

    I would love to get this working.

  3. #373
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    I hear you. The captcha does insert in to the contact us once I enable it again but it only shows the

    Enable this picture Redraw Capture Image
    Verification code: * (case insensitive)

    Just no captcha picture is showing up.

    What gets me is that I installed the same thing on my other site and they are almost identical.
    Live and learn... the Zen way.

  4. #374
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    have captcha installed on my site elephat.net
    http://elephat.net/logo-design-p-30.html..
    click the contact up button..Now ...my problem is ..when you fill out the form you do not need to enter the captcha text. I want customers to have to fill in the captcha....How and what do I edit to make this work....Thanks

  5. #375
    Join Date
    Dec 2007
    Location
    Payson, AZ
    Posts
    1,076
    Plugin Contributions
    15

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by romy View Post
    have captcha installed on my site elephat.net
    click the contact up button..Now ...my problem is ..when you fill out the form you do not need to enter the captcha text. I want customers to have to fill in the captcha....How and what do I edit to make this work....Thanks
    Check your \includes\modules\pages\contact_us\header_php.php

    The code for checking the box is ether missing or missed placed.
    Code:
    // BOF Captcha
      if (is_object($captcha) && !$captcha->validateCaptchaCode()) {
        $error = true;
        $messageStack->add('contact', ERROR_CAPTCHA);
      }
    //  if ($zc_validate_email and !empty($enquiry) and !empty($name)) {
      if ($zc_validate_email and !empty($enquiry) and !empty($name) and !$error) {
    // EOF Captcha
    mydanilo, I ran the debug on my site and it reads the same as yours. My Captcha works fine in IE and FX, I even used it on other pages that didn't come with the mod. I don't use it with the account page... but it does work when I turn it on. It started working on that page after I made edits to the phpBB code so I could allow users to use a nick name on the review pages and to create one during account creation. I did some other edits during that time so I'm not sure that was it, and havn't been able to back trace it yet.

    zevink, Andrew is still answering posts and updating it. I have read elsewhere that this mod is dead, no one is supporting it now.

    As long as someone is willing to answer a question, or do some coding, it's alive.
    Dave
    Always forward thinking... Lost my mind!

  6. #376
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Help with Captcha combo....can fill out contact us form with out using captcha code..any ideas elephat.net

  7. #377
    Join Date
    May 2007
    Location
    york, pa
    Posts
    98
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    can not get captcha to work - can fill out the contact form without entering the validation code...How would I get this to work elephat.net

  8. #378
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Captcha using TTF & GD

    Have you checked to make sure that you have uploaded the captcha_img.php in the directory that your store is in?

    For example, if your store is in the /cart directory - upload that file to that directory and it should work...

    If that does not work, upload the captcha_debug.php file into the store directory and go to that url to see what is going on...

    http://yourdomain/storedirectory/captcha_debug.php

    Hope that helps!



    Quote Originally Posted by mydanilo View Post
    I hear you. The captcha does insert in to the contact us once I enable it again but it only shows the

    Enable this picture Redraw Capture Image
    Verification code: * (case insensitive)

    Just no captcha picture is showing up.

    What gets me is that I installed the same thing on my other site and they are almost identical.

  9. #379
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Judy, already did that and posted a little back... you can have a look and see if my debug means anything to you. It is all there... don't know what other stuff could interfere with this.
    Live and learn... the Zen way.

  10. #380
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default Re: Captcha using TTF & GD

    I just installed this on a 1.3.8a zencart today - had the same problem until I double checked and realized the file I previously mentioned was not on there... so I uploaded it (while hitting myself in the head for not seeing it in the first place!! ) and it worked fine as soon as that file was uploaded to the correct place. I was hoping that might be the case with you - since the end result was the same - no redraw picture.

    I looked at your previous post and the info is a little different than what I have when I do the debug on the site.... it shows "var $" in places where yours just shows an '

    I am pasting from my site here so you can compare the two - putting xxxxxxx to take out identifying info.

    I am not a programmer... or code writer... or anything nearly that SMART ) but I am wondering if your version of zencart is not 1.38a or if the mod you are installing is not the one located here: http://www.zen-cart.com/index.php?ma...roducts_id=551

    class captcha {
    var $captchaCode = 'D9AVY';
    var $captchaCode_length = '5';
    var $img_width = '240';
    var $img_height = '50';
    var $img_type = 'png';
    var $chars_min_size = '0.6';
    var $chars_max_size = '0.8';
    var $chars_shadow = false;
    var $chars_rotation = '23';
    var $noise = 30;
    var $backgroundColor =
    array (
    0 =>
    array (
    0 => 220,
    1 => 220,
    2 => 220,
    ),
    1 =>
    array (
    0 => 255,
    1 => 255,
    2 => 255,
    ),
    );
    var $linesColor =
    array (
    0 =>
    array (
    0 => 150,
    1 => 150,
    2 => 150,
    ),
    1 =>
    array (
    0 => 185,
    1 => 185,
    2 => 185,
    ),
    );
    var $textColor =
    array (
    0 =>
    array (
    0 => 30,
    1 => 30,
    2 => 30,
    ),
    1 =>
    array (
    0 => 199,
    1 => 199,
    2 => 199,
    ),
    );
    var $dir_fs_fonts = '/home/xxxxxxxx/public_html/cart/fonts/';
    var $ttf_list =
    array (
    0 => '/home/xxxxxxxxx/public_html/cart/fonts/VERDANA.TTF',
    );
    var $max_try = 5;
    var $failure_proc = '';
    var $quality = 60;
    var $chars =
    array (
    0 => '1',
    1 => '2',
    2 => '3',
    3 => '4',
    4 => '5',
    5 => '6',
    6 => '7',
    7 => '8',
    8 => '9',
    9 => 'A',
    10 => 'B',
    11 => 'C',
    12 => 'D',
    13 => 'E',
    14 => 'F',
    15 => 'G',
    16 => 'H',
    17 => 'I',
    18 => 'J',
    19 => 'K',
    20 => 'L',
    21 => 'M',
    22 => 'N',
    23 => 'O',
    24 => 'P',
    25 => 'Q',
    26 => 'R',
    27 => 'S',
    28 => 'T',
    29 => 'U',
    30 => 'V',
    31 => 'W',
    32 => 'X',
    33 => 'Y',
    34 => 'Z',
    );
    var $_background = NULL;
    var $img = NULL;
    var $_gd_version =
    array (
    'GD Version' => 'bundled (2.0.28 compatible)',
    'FreeType Support' => true,
    'FreeType Linkage' => 'with freetype',
    'T1Lib Support' => false,
    'GIF Read Support' => true,
    'GIF Create Support' => true,
    'JPG Support' => true,
    'PNG Support' => true,
    'WBMP Support' => true,
    'XBM Support' => true,
    'JIS-mapped Japanese Font Support' => false,
    'version' => '2',
    );
    var $debug = true;
    var $img_href = 'https://www.xxxxxxxxxx.com/cart/captcha_img.php?zenid=268fb4ba0561b86397201009602df1de';
    var $imageColorFunc = 'imagecolorallocate';
    }


    Quote Originally Posted by mydanilo View Post
    Judy, already did that and posted a little back... you can have a look and see if my debug means anything to you. It is all there... don't know what other stuff could interfere with this.

 

 
Page 38 of 60 FirstFirst ... 28363738394048 ... 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