phpBB Discussion • Blocking bots that flood my phpBB with requests
I have a phpBB forum that has been running fine for 15 years but starting a few days ago, the forum suddenly receives myriads of requests from bots which slow down the whole forum and make it hardly...
View Article[3.3.x] Support Forum • Re: How do I remove extensions that failed to delete?
phpbb 3.3.14Recent Topics ext. 2.2.15php 8.3.16When attempting to delete files to remove the ext, I get this error.Code: [phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/migrator.php on line 662:...
View Article[3.3.x] Support Forum • Re: phpBB-3.3.10 Trust X-Forwarded For
I am running v3.3.14 and have the same issue running behind a load-balancer front-end. It would be nice if the phpBB developers would implement a trusted proxies setting and log X-Forwarded-For...
View ArticleExtensions in Development • Re: [3.3][DEV] phpBB Topic/Post Reactions,...
Lets see how everything goes with Post reactions, mchat and live in general.Life is dynamic Statistics: Posted by Stoker 4.0 — Fri Feb 28, 2025 7:02 pm
View ArticleExtension Writers Discussion • html in site description
HelloFor years I have used this edit of includes/functions.php to be able to display html in sitename and site_descFind: Code: 'SITENAME'=> $config['sitename'],'SITE_DESCRIPTION'=>...
View Article[3.3.x] Support Forum • Re: [Split] PHP warnings when I search myself in...
In our forum, it's 155, not 7. That may be cause by a plugin which relaced 7 with 155.Statistics: Posted by harryk — Sat Mar 01, 2025 9:29 am
View ArticleExtensions in Development • Re: [3.3][DEV][b] phpBB Reactions 🙂
CHMOD 775Capture d’écran 2025-03-02 à 09.41.15.pngSame. And with this error i can't edit settings of this extesion because it will gave me the same error.Statistics: Posted by KenTSA — Sun Mar 02,...
View ArticleExtensions in Development • Re: [3.3][DEV] Topic Statistics
Thank you for the extension. I would like to ask if you can add plurals (wiki) into language file. I think it should be in file topicstats/language/en/common.php for lines:Code: 'TS_POSTS' =>...
View Article[3.3.x] Support Forum • Re: Forum Members not able to vote in poll.
You should set the user groups permissions for polls.ACP->Permissions->Group forum permissionsSelect your group (Registered users) and then the forums in which the polls are and set the polls...
View ArticlephpBB Ideas • Re: more privacy at groups - members should not shown to not...
Hi,It was a while ago. Is there a better solution or is being considered in a future phpbb version that the group members are no longer apparently visible to everyone?Statistics: Posted by Maggan22 —...
View ArticleGeneral Discussion • Re: Username Changes
Open a ticket on the trackerStatistics: Posted by ssl — Mon Mar 03, 2025 5:22 am
View Article[3.3.x] Support Forum • Re: Too many Connections
There are many topics on this subject here including suggested fixes such as here viewtopic.php?t=2638941 here viewtopic.php?t=2652835 and here viewtopic.php?t=2652265 etc. there are more. Did you...
View ArticleGeneral Discussion • Re: Artificial intelligence (AI) spam
Is it really Ai though? I have my doubts and worries about it. As I’ve asked before, what happens if and when the Ai starts rewriting its own code, the idea makes me shiver?Thank heavens the major...
View Article[3.3.x] Convertors • Re: convert ancient IPB to phpBB?
phpbb3.0.x text formatting is different than 3.3.14. I'm assuming that your converter handled changing IPB formatting to phpBB 3.0.x formatting for links, bbcode etc. I don't know which version it...
View ArticlephpBB Discussion • Re: [Discuss] phpBB 3.3.15-RC1 available for testing
same error messageAnother fix: https://github.com/phpbb/phpbb/pull/6788/filesStatistics: Posted by rxu — Tue Mar 04, 2025 3:22 am
View ArticlephpBB Discussion • phpbbstudio offline forever?
Hi everybody - i hope my Question is here right, please move it on the right Place, if it isn't.A view years ago i see many good Extentions on the Site phpbbstudio. a view weeks ago i was on this site...
View ArticleGeneral Discussion • Re: Bots eating up all the bandwidth
No need to pay Cloudfare or another third party. Just implement a set of logical checks in your board's code. Our phpbb2 board uses a multilayered security approach to stop most non-desireable traffic...
View ArticlephpBB Discussion • Re: phpbbstudio offline forever?
You could try asking the host (kualo)Statistics: Posted by Mick — Tue Mar 04, 2025 8:16 am
View ArticlephpBB Ideas • Copyright display for extensions and styles
Im not sure, I might be the only one here who isn't fan of all the "fancy" copyrights for styles and extensions displayed in the footer.Personally I take pride in how my board looks, and that includes...
View ArticlephpBB Ideas • Re: Copyright display for extensions and styles
This isn't something that can be implemented in core for a couple of reason: As per the GPL, how you use the software is down to the person using it including extension and style authors. If they want...
View Article