Page 35 of 60 FirstFirst ... 25333435363745 ... LastLast
Results 341 to 350 of 593
  1. #341
    Join Date
    Jun 2008
    Location
    Athens, Greece
    Posts
    14
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by a_berezin View Post
    I have already answered you. You have an error in the file includes/languages/english.php at line 1399 - you have an
    extra blank or CR after "?>"

    Delete ?> from the bottom of includes/languages/english.php
    I didnt have noticed that reply.
    Thanks a lot WORKS FINE AND FOR 2 LANGUAGES I have installed.....
    Thanks a lot you are great
    [FONT="Comic Sans MS"]e-aroma.gr[/FONT]

  2. #342
    Join Date
    Jun 2008
    Posts
    85
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    when I installed it the contact us page is blank, no template or anything

    I ran the debug file and it gave me this error:
    Fatal error: Call to a member function close() on a non-object in /includes/classes/captcha.php on line 337 which is

    PHP Code:
    $za_dir->close(); 
    and it displayed the captcha image but the text displays instead of redraw it displays:

    BUTTON_IMAGE_CAPTCHA_REDRAW_ALT
    TITLE_CAPTCHA TEXT_CAPTCHA

    any help would be greatly appreciated

    thank you very much
    Steve

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

    Default Re: Captcha using TTF & GD

    /includes/classes/captcha.php
    Find near 337 line
    Code:
        }
        $za_dir->close();
    Replace by
    Code:
          $za_dir->close();
        }

  4. #344
    Join Date
    Nov 2005
    Posts
    62
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Does anyone know if this CAPTCHA mod will work on a store with Zen Cart 1.3.8 and Magic SEO URLs installed?

    I'm having the same "Enable this picture" problem as the people who were using Ultilate SEO URLs, but obviously none of the fixes work as they are different mods.
    I'd really like to get this CAPTCHA mod to work, I'm getting loads of spam through my Contact US for these days.
    Canadians who use Quickbooks please read this thread!

  5. #345
    Join Date
    Sep 2007
    Location
    Neenah, WI
    Posts
    112
    Plugin Contributions
    0

    help question How do I move redraw button on page?

    I like the captcha add-on, but I think the positioning of the various elements could be cleaned up and made a little neater. What I want to do is position the bottom of the redraw button so it's in line with the bottom of the captcha image on my contact form. I was thinking of giving the button a class name or something like that so I could call it up in the stylesheet and create margins but I don't know how to integrate that class name into the php code for the contact form.

    Here's the code for the captcha mod in the tpl_contact_us_default.php file:

    Code:
    // BOF Captcha
    if(is_object($captcha)) {
    ?>
    <br class="clearBoth" />
    <?php echo $captcha->img(); ?>
    <?php echo $captcha->redraw_button(BUTTON_IMAGE_CAPTCHA_REDRAW, BUTTON_IMAGE_CAPTCHA_REDRAW_ALT); ?>
    <br class="clearBoth" />
    <label for="captcha"><?php echo TITLE_CAPTCHA; ?></label>
    <?php echo $captcha->input_field('captcha', 'id="captcha"') . '&nbsp;<span class="alert">' . TEXT_CAPTCHA . '</span>'; ?>
    <br class="clearBoth" />
    <?php
    }
    // BOF Captcha
    Does anyone know how I could do this or have any other suggestions?


  6. #346
    Join Date
    Feb 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    I had Captcha working just fine on my site. The image displayed on my sign-up and contact us pages perfectly. However, I just noticed that I am now getting the "enable this picture" text where the image once once. This module seemed to just stop working correctly as I changed none of my files. Where can I begin to troubleshoot this problem?

    Chris

  7. #347
    Join Date
    Feb 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by Griff1324 View Post
    I had Captcha working just fine on my site. The image displayed on my sign-up and contact us pages perfectly. However, I just noticed that I am now getting the "enable this picture" text where the image once once. This module seemed to just stop working correctly as I changed none of my files. Where can I begin to troubleshoot this problem?

    Chris
    I just found out that my server was upgraded to PHP5 and MYSQL5 last night. I am not sure if this is the cause of the problem or not. Any insight to resolving this problem is greatly appreciated.

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

    Default Re: Captcha using TTF & GD

    Use captcha_debug.php and captcha_test.php for testing.

  9. #349
    Join Date
    Feb 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    I got the script installed but cant seem to get the captcha to pop up upon new account creation. I ran the test script so I know it does work. I ran the debug script and all I get is a captcha image on the page and nothing else. What am I doing wrong?

    David

  10. #350
    Join Date
    Sep 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Captcha using TTF & GD

    Quote Originally Posted by dthoward64 View Post
    I got the script installed but cant seem to get the captcha to pop up upon new account creation. I ran the test script so I know it does work. I ran the debug script and all I get is a captcha image on the page and nothing else. What am I doing wrong?

    David
    I have the same problem with v1.38a, test works. no captcha showing in registration and tell a friend.
    http://www.dajiangtech.com/combocity/

    any suggestion ?
    thanks.

 

 
Page 35 of 60 FirstFirst ... 25333435363745 ... 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