Page 1 of 2 12 LastLast
Results 1 to 10 of 186

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Location
    Andalucía
    Posts
    15
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Hi,

    After install magic seo url the validation captcha don't work. I am using 1.39h.
    Any idea please?

    Cheers!

  2. #2
    Join Date
    Jun 2008
    Posts
    111
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    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.
    :) 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

  3. #3
    Join Date
    Oct 2010
    Location
    Andalucía
    Posts
    15
    Plugin Contributions
    0

    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.
    Hi Emily,

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

    Cheers!

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

    Default Re: CAPTCHA Anti-Robot Mod

    where is the proper place to insert this code

    Code:
    if (TELL_A_FRIEND_VALIDATION == 'true') {
    include_once(DIR_WS_FUNCTIONS . 'extra_functions/' . FILENAME_ACCOUNT_VALIDATION);
    into the 1.3.9h
    \includes\modules\pages\tell_a_friend\header_php.php ?
    *there is a lot of additional spam prevention code not included in the supplied file.

    thanks.

  5. #5
    Join Date
    Apr 2008
    Posts
    351
    Plugin Contributions
    4

    Default Re: CAPTCHA Anti-Robot Mod

    Quote Originally Posted by gsdcypher View Post
    where is the proper place to insert this code

    Code:
    if (TELL_A_FRIEND_VALIDATION == 'true') {
    include_once(DIR_WS_FUNCTIONS . 'extra_functions/' . FILENAME_ACCOUNT_VALIDATION);
    into the 1.3.9h
    \includes\modules\pages\tell_a_friend\header_php.php ?
    *there is a lot of additional spam prevention code not included in the supplied file.

    thanks.
    It is meant to REPLACE the original files as the spam prevention is in the file under modules/YOUR_TEMPLATE/tell_a_friend.php.

    If you look in that file you will see the same Spam Prevention code in it.

    JT

  6. #6
    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

  7. #7
    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

  8. #8
    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

  9. #9
    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

  10. #10
    Join Date
    Sep 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: CAPTCHA Anti-Robot Mod

    Hello,

    After installing this module on my newly updated Zencart the catcha not showing up on any pages, however each of the pages claim when you try to submit the page that "invalid Captcha code"

    Where can the problem be?

    I used a previous version of this module with luck for years, now I can't get it to work again...

    It's like the Captcha is hidden from the page... For now I turned it off and I can live without it but can anybody hint what might be wong here?
    Last edited by oxxyfx; 30 Jan 2011 at 04:54 PM.

 

 
Page 1 of 2 12 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

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