Hello Guys
Despite testing plugins like Honeypot and SRS (spam registration stopper), I have between 1000 to 2000 spam registrations!
Does recaptcha v3 stop this? Of course, it is not still supported in Q2A.
Has anyone tried recaptach v3?
I'm using AntiBot Captcha plugin with the latest q2a version.
it is working very well and has almost stopped spam registrations using bots. (I had 1000 to 2000 bots registrations each day!)
Just install it go to plugin settings increase the "Symbol count" to more than 6 and add some letters to "Character Set". (Characters are case sensitive)
Here is the link: https://github.com/pupi1985/q2a-kk-abc
Have you tried .htacess entry yet? So you can also stop certain countries.
<IfDefine ReverseProxy> GeoIPEnable On SetEnvIf GEOIP_COUNTRY_CODE CN BlockThis SetEnvIf GEOIP_COUNTRY_CODE LT BlockThis SetEnvIf GEOIP_COUNTRY_CODE LV BlockThis SetEnvIf GEOIP_COUNTRY_CODE UA BlockThis SetEnvIf GEOIP_COUNTRY_CODE MD BlockThis SetEnvIf GEOIP_COUNTRY_CODE SG BlockThis SetEnvIf GEOIP_COUNTRY_CODE TR BlockThis SetEnvIf GEOIP_COUNTRY_CODE AP BlockThis SetEnvIf GEOIP_COUNTRY_CODE IN BlockThis SetEnvIf GEOIP_COUNTRY_CODE TW BlockThis SetEnvIf GEOIP_COUNTRY_CODE PH BlockThis SetEnvIf GEOIP_COUNTRY_CODE HK BlockThis SetEnvIf GEOIP_COUNTRY_CODE PK BlockThis SetEnvIf GEOIP_COUNTRY_CODE NG BlockThis SetEnvIf GEOIP_COUNTRY_CODE SK BlockThis SetEnvIf GEOIP_COUNTRY_CODE SI BlockThis SetEnvIf GEOIP_COUNTRY_CODE KR BlockThis SetEnvIf GEOIP_COUNTRY_CODE UA BlockThis SetEnvIf GEOIP_COUNTRY_CODE A1 BlockThis SetEnvIf GEOIP_COUNTRY_CODE TW BlockThis SetEnvIf GEOIP_COUNTRY_CODE AM BlockThis SetEnvIf GEOIP_COUNTRY_CODE AZ BlockThis SetEnvIf GEOIP_COUNTRY_CODE MA BlockThis SetEnvIf GEOIP_COUNTRY_CODE TH BlockThis SetEnvIf GEOIP_COUNTRY_CODE PL BlockThis SetEnvIf GEOIP_COUNTRY_CODE RO BlockThis SetEnvIf GEOIP_COUNTRY_CODE RU BlockThisSetEnvIf SetEnvIf GEOIP_COUNTRY_CODE DZ BlockThis Deny from env=BlockThis</IfDefine>
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.