Yes, they are running phpBB 3.3.1 and reCaptcha 3 is enabled and on the spambot countermeasures page you can see the badge. The keys are correct because I had set them up. Yes, this came after exceeding the maximum password attempts. I tried it on my test board with phpBB 3.3.2 installed. I did get ...
I have a client with reCaptcha V3 installed who got this error message. Is this a bug in phpBB? reCaptcha V3 is invisible so it somehow detects that you are a human.
Again, it would be helpful to see the HTML markup used to embed a Google Drive video. Using <iframe> should be avoided because it embeds a web page inside of a web page. Most videos are embedded with the <object> or <video> tag. https://www.w3schools.com/TAgs/tag_object.asp https://www.w3schools.com...
Whoops, sorry. core.acp_manage_group_request_data and core.acp_manage_group_initialise_data. Also, it's unintuitive that $test_variables and $submit_ary assume "group_" as a prefix.
Haven't hit the sauce yet today, but the day is still young.
Thanks. I feel better. I added the $test_variables and $submit_ary arrays to my code, but added both using the core.acp_manage_group_initialise_data event, it just wouldn't work. It's a bit confusing to me the difference between the core.acp_manage_group_initialise_data and core.acp_manage_group_ini...
Before I file a bug report on this, want to make sure I'm right. As best I can tell on the ACP Group settings page, you can add extra fields on the screen at appropriate events, you can't actually use the same screen to save any of these new fields to the database. Events are there that look like th...
So far the best idea I can think of is set a configuration variable for the number of posts or private messages to check in a "batch" before a screen refresh provides an update on progress. I have it set to 50, which means 50 "comment checks" (as Akismet calls it, as mostly they ...
It doesn't provide a great user experience to run as a cron job. But maybe it could be kicked off and the ACP interface would let you know when done, or provide some sort of current statistics on the page of the current status, disabling other modules until it's completed.
I am working on a spam remover extension that uses the Akismet service. Since boards can vary in size from tiny to enormous, when searching for spam I need an interface similar to the one used on phpBB installations or conversions that gives progress dialog boxes, refreshes itself regularly and has ...
This version incorporates the suggestion that administrator should be able to redirect blocked requests to a static page. There is an interface in the ACP settings page for the extension for specifying this URL. Note that if you allow board logins from blocked countries, this redirect will not occur...
IP 127.0.0.1 is localhost and I added it so I could test on my local machine successfully. It may be that some sort of VPN is injecting this IP into one or more HTTP headers, in which case I need an option to allow or deny access to it.