Hi,
My forum is becoming overrun with bot signups - 1200 in a day! I was using the older image verification which clearly doesn't work very well.
I am trying to switch to Recaptcha v2 (as I believe v3 is not supported by my vBulletin v4 software) and have setup the keys in the human verification manager screen. But when you try to sign up, there is nothing shown in the UI and the console shows a 404 error hitting GET https://www.google.com/recaptcha/api/challenge?k=<my key>
The line throwing the error is in the register.php file: <script type="text/javascript" src="https://www.google.com/recaptcha/api/challenge?k=<my key>>
I've had to disable new signups because of the spam, so any advice on how to get Recaptcha working or how otherwise to prevent bot signups is much appreciated.
Thanks!
My forum is becoming overrun with bot signups - 1200 in a day! I was using the older image verification which clearly doesn't work very well.
I am trying to switch to Recaptcha v2 (as I believe v3 is not supported by my vBulletin v4 software) and have setup the keys in the human verification manager screen. But when you try to sign up, there is nothing shown in the UI and the console shows a 404 error hitting GET https://www.google.com/recaptcha/api/challenge?k=<my key>
The line throwing the error is in the register.php file: <script type="text/javascript" src="https://www.google.com/recaptcha/api/challenge?k=<my key>>
I've had to disable new signups because of the spam, so any advice on how to get Recaptcha working or how otherwise to prevent bot signups is much appreciated.
Thanks!
Comment