Extensions in Development • Re: [3.3][BETA] 2025 overhaul of 3D-I Top Poster...
Installed with no problems on phpBB 3.3.15-RC1 using php 8.2.28Anything specific you want testet?In view topic I see a loading indicator next to the text in post profile: Top Poster of the Month...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
Video should be optional. I'm not sure if you can that plugin with WYSIWYG. GDPR conform means that you first have to confirm to load videos. This can also be implemented with a cookie banner, but as...
View ArticlephpBB Custom Coding • Re: email template file
I clicked that link you just posted and it automatically grabbed my email address and showed it. I did not like that.You should not have my email address without my permission and I did not give you...
View Article[3.3.x] Support Forum • Re: Captcha before even accessing the contents of the...
Hello KevC,Sooo - is there any chance to somehow configure phpBB to require a user to solve a captcha before being able to use the Forums even as a guest? The idea is to keep the bots from eating up...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Events Calendar
Thanks for the updates, the extension is getting really good, I hope you finish it.Is it possible to have an option to create a topic and automatically create an event?for example, add a button when...
View ArticlephpBB Discussion • Re: Remove sid's dfrom URLs
True but it isn't directly related to SID being injected into URL, but rather to the phpBB sessions design in common. That is, as far as bots don't store cookies (I think they don't?), every new...
View ArticleGeneral Discussion • Re: [Time: 0.3s | Queries: 7 | Peak Memory Usage: 4 MiB...
So Time: 0.000s only refers to the time it takes to run the the set amount of queries and has nothing to do with the time it takes to load the actual page.THANKS for the repliesStatistics: Posted by...
View Article[3.3.x] Support Forum • Re: Odd little bug
That is still the same error as in your original post. SQL error is caused by the absense of the b topics sorting key.You could try to check if it's some extension issue by for example disabling all...
View Article[3.3.x] Support Forum • Re: Updating to 3.3 from 3.0
It says the database user you have defined in config.php does not have proper access to your database.Statistics: Posted by Brf — Thu Mar 27, 2025 12:27 pm
View ArticlephpBB Custom Coding • Re: Tried to redirect to potentially insecure url from...
Are you using login_box()?The way I would do it is to change line 2427 in includes/functions.php:Code: redirect($redirect);toCode: redirect($redirect,,TRUE);That allows the login to redirect to a...
View Article[3.3.x] Support Forum • Attack Of The Amazon Bots!! 😦
I've just noticed hundreds of Amazon bots in my Visitors count, each with exactly the same details except for IP as per attached screenshot. Purging the cache is futile because they're back within...
View Article[3.3.x] Support Forum • Sending email triggers a General Error (SQL ERROR)
I'm trying to get my board setup to send e-mail, to use in the registration process, lost password, ... but I get a General Error when I try to test it.Here's the report request template filled...
View Article[3.3.x] Support Forum • Re: English just for robots
Although you can assign the Bots group a language other than the default board language, I am unaware of any way of preventing a user from changing their language in the User Control Panel to one of...
View Article[3.3.x] Support Forum • Re: Sending email triggers a General Error (SQL ERROR)
MySQL server has gone away [2006]From what I understand. this type of error happens when you try to hit the database too many times too quickly. INSERT INTO phpbbep_log ... Could not get mail server...
View Article[3.3.x] Support Forum • Re: Attack Of The Amazon Bots!! 😦
Define a Bot for that useragent you do not create a separate session for each.Statistics: Posted by Brf — Thu Mar 27, 2025 2:07 pm
View ArticleExtension Requests • Re: Image on Descrpition of forum
I searched for "forum icons extended" and found none that worked the way your image shows.If your extension you used that gave you that result failed after you updated your board,then maybe that...
View Article[3.3.x] Support Forum • Re: Who-is-online Whois lookups all from Amsterdam?
@SQLnovicePricinghttps://ipinfo.io/pricingLite only 2 data typesStatistics: Posted by wintstar — Fri Mar 28, 2025 7:44 am
View ArticleExtensions in Development • Re: [3.3][RC] Quick Reply Extended
Another good one, Steve Statistics: Posted by potku — Fri Mar 28, 2025 7:54 am
View Article[3.3.x] Support Forum • Re: Gateway Timeout
The problem has been resolved. We have increased the values in the php.ini file.Statistics: Posted by siân — Fri Mar 28, 2025 8:54 am
View ArticleExtensions in Development • Re: [3.3][BETA] 2025 overhaul of 3D-I Top Poster...
Would it be possible to add a feature to limit the post count to top posters or poster of the month to count posts only from certain forums? And an additional option to this also being able to limit...
View Article