Extensions in Development • Re: [3.3][DEV] AdBlock Detector
Extension updated!1.0.1 dev- Simple messages, a more subtle way to display messages- Permissions added. Set groups permissions -> Misc in ACP. By default all is off!Update Instructions:You may want...
View Article[3.3.x] Support Forum • Re: Excessive PHP script executions
You can analyze the access logs yourself. Open with Notepad++, open the the file and open the search pane. Switch to the Mark tab and make sure bookmark line is checked. First search for and mark the...
View ArticlephpBB Discussion • Re: Blocking bots that flood my phpBB with requests
My ACP default "Session IP validation" was set to "A.B.C". When I changed this to "A.B" session login's seem to be working perfectly again. It seems reasonable to me that CF may be adjusting IP...
View Article[3.3.x] Support Forum • HTTP error when uploading attachments
Support Request TemplateWhat version of phpBB are you using? phpBB 3.3.10What is your board's URL? No answer givenWho do you host your board with? DreamHostHow did you install your board? Installed by...
View Article[3.3.x] Support Forum • Rearange topics after a topic is added.
Setting up a vape community with reviews, tips, training...etc.Within the reviews there will be a forum covering flavors for making you're own (And SAFE) juices. There are HUNDREDS of flavor...
View Article[3.3.x] Support Forum • Re: Rearange topics after a topic is added.
The user can sort by subject by clicking the drop down menu next to "new topic" on the bottom, they can also change default in the UCP.No way to apply on admin side or to specific forum I'm aware of....
View ArticlephpBB Discussion • Re: Dealing with bot traffic
To deal with this I have made two changes to the phpbb-software:Requests with a sid which cannot be found in the database are redirected to a static html file; stating that their session has expired...
View Article[3.3.x] Convertors • bbpress to phpbbb
I need to convert a small bbpress forum to phpbb, but I can't find a way that works.Can anyone give me info?ThanksStatistics: Posted by Ricsca — Tue Jun 17, 2025 6:37 am
View Article[3.3.x] Convertors • Postnuke PNphpbb2 to phpbb
I need to convert an old Pnphpbb2 forum that from what I understand was a fork of phpbb2.Searching online I saw that it has some small changes to the database but I don't know how to fix them with the...
View ArticleExtensions in Development • Re: [3.2][3.3][RC] PostReactions
yep, was a draft sorry... pushed! Statistics: Posted by sebo — Tue Jun 17, 2025 9:16 am
View ArticleExtension Writers Discussion • Don't show attribute if image is used
Can't seem to figure out why I'm running into this problem.In my QTE extension, if you use an image, the image shows next to the various template events no problem. However, the text is also shown and...
View Article[3.3.x] Convertors • Re: Postnuke PNphpbb2 to phpbb
I can't seem to get the phat forum to be punished....My path is/home/parrotsbazar/domains/URL-MYSITE.com/public_htmlSo I tried...
View ArticleExtension Writers Discussion • Re: Don't show attribute if image is used
What's the HTML output? Copy the source for the whole page and try using validator. https://validator.w3.org/#validate_by_inputStatistics: Posted by thecoalman — Tue Jun 17, 2025 2:23 pm
View Article[3.3.x] Convertors • Re: bbpress to phpbbb
Have a look here: viewtopic.php?t=2439331Statistics: Posted by ssl — Tue Jun 17, 2025 3:25 pm
View ArticlephpBB Discussion • Am I the only one seeing seemingly AI posts?
Every now and then we have somebody trying to post links in our board with several techniques, including replies to old posts and AI rewrites of previous posts in the topic. But lately, we are having...
View ArticlephpBB Discussion • Re: Am I the only one seeing seemingly AI posts?
We see them here all the time. We can usually spot them with their first post, while they are still on the Moderation Queue, and eliminate them.Statistics: Posted by Brf — Tue Jun 17, 2025 7:46 pm
View Article[3.3.x] Support Forum • Re: Can I simply zip the entire phpbb folder for...
For reference this is what is needed for a full backup: https://www.phpbb.com/support/docs/en/3 ... tructions/Nothing wrong with backing up all the files (and the database), but it's not...
View ArticlephpBB Discussion • Backing up the files folder
This is something I've periodically looked into over the past several years but don't know what the right choice is.In the upper-echelon of phpBB boards, I own/run one that will be 20 years old in a...
View ArticlephpBB Discussion • Re: Backing up the files folder
I use WinSCP script, it's triggered using Windows task Scheduler. Open the connection you will be using with WinSCP and then on tabs menu select Generate session URL/Code and switch to script tab in...
View ArticleExtension Writers Discussion • Best practice for U_CANONICAL
Hello,What is the best practice for using U_CANONICAL on custom pages when the page can be both "foo.php" and just "foo"?Can I just use:Code: 'U_CANONICAL'=> generate_board_url() ....
View Article