where to put Captcha number

Open to all! Ask other shopowners for help.
Post Reply
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

where to put Captcha number

Post by trophy »

I am trying to enable the captcha on my site. CE Phoenix v1.0.8.0.
I have registered with google and got the number.
Now my problem is where do I put that number to activate the Captcha.


Join The Code Co-op to get access to your library in the Code Co-op Forum
14Steve14
Senior Contributor
Posts: 920
Joined: Fri Oct 25, 2019 7:01 pm
Phoenix Version: v1.0.9.1
Has thanked: 17 times
Been thanked: 103 times

Re: where to put Captcha number

Post by 14Steve14 »

Assuming its the supporters code module you are using the instructions in the readme file say
Once you have your Key/Secret from Google open up the file;

/includes/hooks/shop/siteWide/addRecaptcha.php

and amend the following lines appropriately;

var $_sitekey = '';
var $_secret = '';
If its another addon you need to read the instructions that came with it or contact the developer.
User avatar
burt
Core Team
Posts: 4546
Joined: Tue Oct 29, 2019 9:37 am
Phoenix Version: v1.1.0.8
Has thanked: 252 times
Been thanked: 412 times

Re: where to put Captcha number

Post by burt »

If you do not have a Recaptha Addon...

Addons for protection against spammers / bots etc

app.php/addons/find-contribution/result ... %5D=0&sc=1

Lots of shopowners have good luck with the simple maths captcha;

app.php/addons/free_addon/maths_captcha
I am not here to build for you.
I am here to build with you. Let's help each other.
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: where to put Captcha number

Post by trophy »

14steve14


I only have a website ID number
Looks like I need a site key and a secret key as well.
ecartz
Core Team
Posts: 3084
Joined: Tue Nov 05, 2019 6:02 pm
Phoenix Version:
Has thanked: 4 times
Been thanked: 208 times

Re: where to put Captcha number

Post by ecartz »

That's not the supporters' code module. That's not a Phoenix module at all. For various reasons, we'd prefer not to have any code posted from that author.

Anyway, it sounds like the module is out of date. You could either switch to the Maths Captcha, which is free, or see about getting one of the Certified Developers to update the Google module from Supporters' code.
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: where to put Captcha number

Post by trophy »

I have down loaded the math's captcha, but there are no instructions on how I install it.
Can anyone help on this one please.
heatherbell
Senior Contributor
Posts: 2540
Joined: Mon Oct 07, 2019 4:39 am
Phoenix Version:
Has thanked: 35 times
Been thanked: 243 times

Re: where to put Captcha number

Post by heatherbell »

trophy wrote: Mon Mar 18, 2024 6:21 am but there are no instructions on how I install it.
Yes there is, there is a ReadMe included.
admin
Contributor
Posts: 217
Joined: Wed Oct 30, 2019 1:34 pm
Phoenix Version:
Has thanked: 20 times
Been thanked: 22 times

Re: where to put Captcha number

Post by admin »

trophy wrote: Mon Mar 18, 2024 6:21 am Can anyone help on this one please.
Support for Addons must be sought where the Addon was downloaded. Addon Discussion/Support
If others are giving you their time, remember to use the "Thumbs Up" icon in their post to thank and show others that the post was helpful or go further and buy them a beverage.
trophy
Member
Posts: 62
Joined: Sat Jul 17, 2021 9:57 am
Phoenix Version:

Re: where to put Captcha number

Post by trophy »

Thank you


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply