Page 7 of 19 FirstFirst ... 5678917 ... LastLast
Results 61 to 70 of 186
  1. #61
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by fontaholic View Post
    my captcha was working fine, but now it's not. the input boxes still show up (enter validation code) but the little letters are not there. i've got them in /store/images/validation/ and i've re-uploaded them, but still no love. any ideas? i took the captcha down for now, but can put it back up if it helps someone see what's wrong.
    Did you get this working?

    JT

  2. #62
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Hi JTheed

    The 3 files supplied:

    includes/modules/pages/contact_us/header_php.php
    includes/modules/pages/create_account/header_php.php
    includes/modules/pages//tell_a_friend/header_php.php

    are supposed to go in

    includes/modules/my_template/pages/contact_us/header_php.php
    includes/modules/my_template/pages/create_account/header_php.php
    includes/modules/my_template/pages/tell_a_friend/header_php.php

    and override/merge correct?

    and the 3 supplied files:

    * includes/modules/your_template/contact_us.php
    * includes/modules/your_template/create_account.php
    * includes/modules/your_template/tell_a_friend.php

    are supposed to go in and override/merge correct?

    * includes/modules/my_template/contact_us.php
    * includes/modules/my_template/create_account.php
    * includes/modules/my_template/tell_a_friend.php

    just trying to get this strait because i am removing the previous version that didn't use overrides and i have fec and cowa...

    thanks

  3. #63
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by gsdcypher View Post
    Hi JTheed

    The 3 files supplied:

    includes/modules/pages/contact_us/header_php.php
    includes/modules/pages/create_account/header_php.php
    includes/modules/pages//tell_a_friend/header_php.php

    are supposed to go in

    includes/modules/my_template/pages/contact_us/header_php.php
    includes/modules/my_template/pages/create_account/header_php.php
    includes/modules/my_template/pages/tell_a_friend/header_php.php

    and override/merge correct?

    and the 3 supplied files:

    * includes/modules/your_template/contact_us.php
    * includes/modules/your_template/create_account.php
    * includes/modules/your_template/tell_a_friend.php

    are supposed to go in and override/merge correct?

    * includes/modules/my_template/contact_us.php
    * includes/modules/my_template/create_account.php
    * includes/modules/my_template/tell_a_friend.php

    just trying to get this strait because i am removing the previous version that didn't use overrides and i have fec and cowa...

    thanks

    I may be wrong, but I don't think that the pages folder are part of the override system. What do you think they are saying in this tutorial.

    https://www.zen-cart.com/tutorials/i...hp?article=143

    Your 2nd part is correct.

    JT

  4. #64
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    close.... but alignment issue.

    if set to four letters the first letter is on one line and the other 3 are down below.

    if set to five letters the first letter is on one line and the other 4 are down below,

    etc. etc.

    Validation Code

    Please enter the following validation code in the box provided: L
    Ogg


    please advise. thanks

  5. #65
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    follow up.

    i fixed by editing tpl_contact_us_default.php with <br class="clearBoth: /> after </label>

    <fieldset>
    <legend><?php echo CATEGORY_ANTIROBOTREG; ?></legend>
    <label class="inputLabel" for="antirobotreg"><?php echo ENTRY_ANTIROBOTREG ?></label>
    <br class="clearBoth" />

    cheers

  6. #66
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by gsdcypher View Post
    follow up.

    i fixed by editing tpl_contact_us_default.php with <br class="clearBoth: /> after </label>

    <fieldset>
    <legend><?php echo CATEGORY_ANTIROBOTREG; ?></legend>
    <label class="inputLabel" for="antirobotreg"><?php echo ENTRY_ANTIROBOTREG ?></label>
    <br class="clearBoth" />

    cheers
    Thanks for the update. I turn off the right column to give it more room, but your way is better.

    JT

  7. #67
    Join Date
    Jan 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Hey!

    I have some trouble installing the SQL Patch.
    When I try to update my DB, I always get the following error:

    Code:
    SQL-Befehl:
    
    INSERT INTO `configuration_group`
    VALUES (
    NULL , 'CAPTCHA Validation', 'Anti-Robot Registration/Verification', @sortorder +1, 1
    );
    
    MySQL meldet:
    #1136 - Column count doesn't match value count at row 1
    I'm using PHP 5.3 and MySQL 5.0.51a.
    Of course I already tried to copy & paste the whole SQL stuff.
    Would be great, if someone could help me with this!

  8. #68
    Join Date
    Jan 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    No one here who can help me?

  9. #69
    Join Date
    Jun 2008
    Posts
    111
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by pititis View Post
    Hi Emily,

    Re-check permission from validation folder. Test it.
    Do you have new mods installed??

    Cheers!
    Quote Originally Posted by JTheed View Post
    Did you get this working?

    JT
    Hi, thanks for the poke. No I actually haven't figured it out yet. The permissions on the images are all set to 777 and I can browse to them (http://store.inspiritcommon.com/imag...lidation_r.gif) directly, so i'm not sure what's going on. Is there another directory I should check?

    It's hard to say what mods I've installed since... I'm not sure exactly when it stopped working.

    Right now I have the mod disabled. But when it's on, the box shows with the instructions and the form box, but no little letters.

    Blessings!

    :) emily
    Last edited by fontaholic; 28 Jan 2011 at 04:03 PM. Reason: added a quote block from other message
    :) emily
    http://store.inspiritcommon.com/
    ZC 1.3.8a on Godaddy :: EP 1.2.5.4 :: Adv Search 1.1 and a buncha other stuff

  10. #70
    Join Date
    Jun 2008
    Posts
    111
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by fontaholic View Post
    The permissions on the images are all set to 777
    doing a bit more reading, i tried changing the image permissions to 644, to no avail. i can still browse directly to the image, but cannot see them in the captcha box when the mod is enabled.

    *sigh*
    :) emily
    http://store.inspiritcommon.com/
    ZC 1.3.8a on Godaddy :: EP 1.2.5.4 :: Adv Search 1.1 and a buncha other stuff

 

 
Page 7 of 19 FirstFirst ... 5678917 ... LastLast

Similar Threads

  1. User Verification (Anti-Robot / CAPTCHA)
    By funkey in forum All Other Contributions/Addons
    Replies: 191
    Last Post: 6 Oct 2014, 08:12 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

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