phpBB Discussion • Re: Is my forum's DDoS issue due to configuration or hosting?
Are there any other tools in either Cloudflare or cpanel that can help me find common traits of these bots, so that I can perhaps block them with rules under Cloudflare?Statistics: Posted by ttfan —...
View ArticleExtension Writers Discussion • Migration Code Problem
I have a Toggle Dark Style extension created but I'm having a problem getting the migration file to work. In the phpbb_users table, I have all the user_dark_style values set to 0 on all users. When...
View ArticleExtension Writers Discussion • Re: Migration Code Problem
If you need to update column values, you'd need to perform update_data() using custom method in it.update_schema() only updates column properties (type/default value/etc).Statistics: Posted by rxu —...
View Article[3.3.x] Support Forum • ? Language variables outside common.php
Good evening to the community.I have created custom pages according to the instructions i found within the community and within them i have incorporated language variables for some of the languages...
View ArticlephpBB Discussion • Re: Why are empty index.htm files in folders?
It's a minor security enhancement. For example if you tried example.com/files/ the .htaccess file will prevent access to that folder and they should get 403 forbidden, it's unlikely but that can fail....
View ArticleExtension Writers Discussion • Event related to user post counter?
How can I get an event when user posts counter is changing?Statistics: Posted by serek — Wed Mar 12, 2025 5:41 am
View Article[3.3.x] Support Forum • Re: CANNOT_REMOVE_MODULE error while upgrading from...
I've hacked into the code to try and print more info. The CANNOT_REMOVE_MODULE happens when attempting to remove module ID 202, module class is "acp", and it's due the fact that executing...
View ArticleExtension Writers Discussion • Re: Event related to user post counter?
core.submit_post_modify_sql_data if it's about posting process. There's a couple more of places but there're no core events there.Statistics: Posted by rxu — Wed Mar 12, 2025 10:11 am
View Article[3.3.x] Support Forum • Re: Already read posts are showing « unread »
Thanks.It works.Problems solved !Statistics: Posted by kuri2004 — Wed Mar 12, 2025 10:24 am
View Article[3.3.x] Support Forum • Re: Lost
Admin panelboard settingsDisable board: NOsubmitStatistics: Posted by KevC — Thu Mar 13, 2025 8:33 am
View Article[3.3.x] Support Forum • AI
Hi,Is anyone else experiencing interference from AI agents posting content on forum boards? Statistics: Posted by Harewood — Thu Mar 13, 2025 8:42 am
View Article[3.3.x] Support Forum • Re: AI
It's been going on for quite a while now. We see 'sleeper spam AI' accounts on here too. There quite easy to identify though.Bit more chat about it hereviewtopic.php?t=2657743Statistics: Posted by...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] Thanks for posts (and optional...
I resigned and updated the mod with the last revision of the original by gfksx.ThanksOK! Cheers!Statistics: Posted by Naguissa — Thu Mar 13, 2025 9:37 am
View Article[3.3.x] Support Forum • Who can see hidden groups?
.Statistics: Posted by Just_A_Alien — Thu Mar 13, 2025 10:57 am
View ArticlephpBB Custom Coding • Re: [DEV] Search Engine Bot Validation for PHPBB
phpBB3 already has entry for IP's for the bots but I don't know think they are blocked if there is mismatch between the IP and user agent. Soeone would have to test but I think they just get guest...
View Article[3.3.x] Support Forum • SQL Explain, how to disabled? PhpBB 3.1.14
Hi. For a long time i have in footer of forum this text Time: 0.275s | Peak Memory Usage: 14.32 MiB | GZIP: Off | Queries: 251 | SQL ExplainI want to remove it because anyone can acces SQL Explain and...
View Article[3.3.x] Support Forum • Re: SQL Explain, how to disabled? PhpBB 3.1.14
In the root directory, in the bottom of your config.php you will see these lines.Code: @define('PHPBB_INSTALLED', true);@define('PHPBB_ENVIRONMENT', 'production');@define('DEBUG_CONTAINER', true);You...
View Article[3.3.x] Styles Support & Discussion • Style template events
Hello again,Is there anything that could prevent template events from working? Do they need to be activated in some way? If I follow the instructions here: area51.phpBB documentation and here: phpBB...
View Article[3.3.x] Support Forum • PDF file becomes html file on iOS
HiWhen you click on the uploaded pdf files on iOS and iPadOS, the device sees it as an html file. A file like abc.pdf.html appears and opens as html in a corrupted way.What could be causing this? How...
View Article[3.3.x] Support Forum • Re: PDF file becomes html file on iOS
Where does this happen? Want to test this myself.Statistics: Posted by Just_A_Alien — Fri Mar 14, 2025 8:13 am
View Article