Page 3 of 20 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 192
  1. #21

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by Typhoon
    Ah... I don't have index.php?main_page=create_account, only login, and if I click on "Create Account" on my shop, I get to login page, and from here, I create the account.

    If I use your link, index.php?main_page=create_account, I see the validation letters, very nice ... But my customers can't get to it. I could change one link (create account link) to this page, but if the customer instead click on "Log In" link, he don't have to enter the validation code.

    Do you have any plans to make this available for the login page also ? But only for the "create account"-part, the customer don't have to enter validation code to login to the shop, right ?

    Is it possible to take away all "create account" posibilities from "login page" and only use the "create account" page ? Maybe that's a solution ?
    You might be able to work around it by editing the includes/filenames.php file and changing:

    Code:
    define('FILENAME_LOGIN', 'login');
    to:
    Code:
    define('FILENAME_LOGIN', 'create_account');
    Alternatively, if you use the 'Login Box' contribution available from the downloads section, it's quite easy to switch between the =login and =create_account pages by editing the definitions file.

    I'll be working on getting the login part of this modification going later this week, i'll let you know how it goes.

    Paul

  2. #22
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Thanx for the tip, funkey, and yes, please, let me know how your updated version goes.

    /Typhoon

  3. #23
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    I entered index.php?main_page=create_account, created a user and entered wrong verification code and the user was created. Did I do something wrong ?

    To the right of the text box where I suppose to enter the verification code, it says 'Error:' in red color. Could this have something to do with that you can enter whatever you want in the text box ?

    Regards,
    /Typhoon

  4. #24

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by Typhoon
    I entered index.php?main_page=create_account, created a user and entered wrong verification code and the user was created. Did I do something wrong ?

    To the right of the text box where I suppose to enter the verification code, it says 'Error:' in red color. Could this have something to do with that you can enter whatever you want in the text box ?

    Regards,
    /Typhoon
    I think it's something to do with the messagestack work, I get the same issue on a test site with javascript turned off, but it correctly prompts me when I switch javascript back on.

    I'll look into it now :)

    Paul

  5. #25

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by funkey
    I think it's something to do with the messagestack work, I get the same issue on a test site with javascript turned off, but it correctly prompts me when I switch javascript back on.

    I'll look into it now :)

    Paul
    Actually, scratch that -- I forgot to add one of the files to the zipfile. I'll fix it and re-release a new zip file in the next hour or so.

  6. #26

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Typhoon,

    Try the attached version instead. To install it over the version you have, you just need to replace the templates/tpl_modules_create_account.php file with the one from this archive and upload the new modules/create_account.php file to your server.

    Hope that helps,

    Paul
    Attached Files Attached Files

  7. #27
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    When I used your fix, I got the following error message:

    Warning: require_once(includes/functions/extra_functions/functions_propercase.php) [function.require-once]: failed to open stream: No such file or directory in \includes\modules\create_account.php on line 16

    Fatal error: require_once() [function.require]: Failed opening required '/includes/functions/extra_functions/functions_propercase.php' (include_path='.;C:\php5\pear') in \includes\modules\create_account.php on line 16


    In that file, on row 16 it says: require_once(DIR_FS_CATALOG . DIR_WS_FUNCTIONS . 'extra_functions/functions_propercase.php');

    And this file is missing in my shop (?)... So I deleted (//) that row and the error message disapears.

    The only diference is that the text "Error:" in red color is now gone :)... Now, it's a red *, hope that's correct ..

    However, I can still put any text in the validation text box, unfortunatly...

    Any tip ?

    Regards,
    /Typhoon

  8. #28

    Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by Typhoon
    When I used your fix, I got the following error message:

    [B]Warning: require_once(includes/functions/extra_functions/functions_propercase.php) [function.require-once]: failed to open stream: No such file or directory in \includes\modules\create_account.php on line 16

    The only diference is that the text "Error:" in red color is now gone :)... Now, it's a red *, hope that's correct ..

    However, I can still put any text in the validation text box, unfortunatly...

    Any tip ?

    Regards,
    /Typhoon
    Sorry about that, I accidently released the code from the wrong tree -- so it had references to my propercase code in it too.

    I've done some more fixes on the code and attached a new zipfile of the code -- tested with 5 and 20 digit validations and both work fine here.

    Regards,

    Paul
    Attached Files Attached Files

  9. #29
    Join Date
    Jul 2006
    Posts
    144
    Plugin Contributions
    0

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Super, now it's working super for the "index.php?main_page=create_account" page. Thanx...

    Please let me know when you managed to make it work for the "index.php?main_page=login" page

    Very nice work, I hope the "zen-cart"-guys will make this as a standard option in the shop...

    Regards,
    /Typhoon

  10. #30

    Default Re: User Verification (Anti-Robot / CAPTCHA)

    Quote Originally Posted by Typhoon
    Super, now it's working super for the "index.php?main_page=create_account" page. Thanx...

    Please let me know when you managed to make it work for the "index.php?main_page=login" page

    Very nice work, I hope the "zen-cart"-guys will make this as a standard option in the shop...

    Regards,
    /Typhoon
    The code now works on the login page, as well as correctly generating alt="" tags for the images so that text and accessibility-compliant browsers can understand what they need to enter.
    Attached Files Attached Files

 

 
Page 3 of 20 FirstFirst 1234513 ... LastLast

Similar Threads

  1. CAPTCHA Anti-Robot Mod
    By JTheed in forum All Other Contributions/Addons
    Replies: 185
    Last Post: 26 Dec 2014, 05:43 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