[3.3.x] Support Forum • Re: PHP Warning: Cannot modify header information -...
(output started at /includes/functions.php:3035)Yes. That line (3035) in includes/functions.php is where error messages are output. That error message is being output before the cookies are written,...
View ArticleExtensions in Development • [3.3][RC] Delete Inactive Members
Extension Name: Delete Inactive MembersAuthor: Mike-on-TourExtension Description:Recently here and on phpbb.de there has been described that on some boards bot registrations increase. During a...
View ArticleExtensions in Development • Re: [3.3][RC] Delete Inactive Members
Thanks MikeIn the ./ext/mot/dim/language/en/mot_dim_ext_enable_error.php file you forgot to put a space after this:Code: <?php/**** @package MoT DIM v0.1.0* @copyright (c) 2024 Mike-on-Tour*...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
PHPBB seems to me to still be one of the best forum software solutions out there because of how robust it is. But the way PHPBB accomplishes its many features through visible BBCode in the UI is also...
View ArticlephpBB Custom Coding • Re: How to Ajaxify submitting posts?
After all those years, still in beta... For phpbb 3.2Lots of phpbb 3.2 extensions work just fine on 3.3.Statistics: Posted by Toxyy — Mon Apr 15, 2024 10:09 pm
View ArticleExtensions in Development • Re: [3.2][3.3][DEV] Hangman - Resurrected
I tested this on two boards with a different number of terms available and got the same result: Out of a million tries every term is called roughly the same number of times which means (at least to...
View Article[3.3.x] Support Forum • Re: Error on Line 1617
phpBB Debug] PHP Warning: in file [ROOT]/includes/functions_messenger.php on line 1617: stream_socket_enable_crypto(): Peer certificate CN=`mboxhosting.com' did not match expected...
View Article[3.3.x] Support Forum • GoogleOther misbehaving? Hundreds of board guest...
This afternoon I have noticed a sharp increase in guests on a couple of boards that I admin. Digging deeper I'm seeing many instances from IP addresses 66.249.xxx.xxx. with the user-agent Code:...
View Article[3.3.x] Support Forum • Site failed to load - Now need to upload backup files
Support Request Template What version of phpBB are you using? phpBB 3.3.11 What is your board's URL? https://pinesheltered.com Who do you host your board with? BLuehost How did you install your board?...
View Article[3.3.x] Support Forum • Does the Prune Posts option remove them from the...
I have this doubt;I have a large forum (which I converted from another forum) so I created a forum with the auto purge option enabled.The idea is to delete certain subforums that I want to delete, by...
View Article[3.3.x] Support Forum • Re: Does the Prune Posts option remove them from the...
I ask this because I did not see the size of the database decrease.To decrease the size of the database, you need to optimise/defragment the database.Statistics: Posted by warmweer — Tue Apr 16, 2024...
View ArticlephpBB Custom Coding • Re: Javascript code to get topic id from post id
You wouldn't be able to do that in javascript. Javascript runs in the user's webbrowser, which does not have access to the database. You would have to run some PHP code on the server side to read the...
View ArticlephpBB Discussion • Re: Publish test version of PhpBB
What would be the point of having hundreds of clones of your board all over the internet? To start with, you would be dividing your Google traffic with all of those copies. Whoever picks up your board...
View Article[3.3.x] Support Forum • Re: GoogleOther misbehaving? Hundreds of board guest...
No response from Google as of yet. I have been looking through Reduce the Googlebot crawl rate and did file a special request to reduce the crawl rate with the hope that someone would notice and take...
View Article[3.3.x] Convertors • Feasibility of converting a phpBB 1.x.x board to a phpBB...
So, for context, I'm just a user of a seldom-used, rather old forum which still uses phpBB 1.x.x, and I'm ultimately trying to work out what the least unfeasible way is of somehow making it possible...
View Article[3.3.x] Convertors • Re: Feasibility of converting a phpBB 1.x.x board to a...
I'm ultimately trying to work out what the least unfeasible way is of somehow making it possible to create a link to a specific post in a topic on said forumI’m not quite sure what you mean by that....
View Article[3.3.x] Support Forum • Re: HTTP input character conversion is improperly...
What did you change to get this error message?Basic by consulting mbstring in the PHP information you should have this:Statistics: Posted by ssl — Fri Apr 19, 2024 4:15 pm
View Article[3.3.x] Support Forum • Re: Claudebot attack
This definitely seems like a new one and I'm seeing many instances on my boards. What does your .htaccess do with bad_bot?Here's the tail end of mine that denies anything defined as bad_botCode: #...
View Article[3.3.x] Support Forum • Re: After upgrade from 3.0.11 to 3.3.11, no default...
I wonder why that image was not wired into the class in the CSSFor some reason or other I only just noticed that the default user avatar is used in the notifications drop down so maybe that image was...
View Article[3.3.x] Support Forum • Re: [Solved]HTTP input character conversion is...
Solved.https://forum.infinityfree.com/t/solved ... mpty/92538Statistics: Posted by sebuls — Sat Apr 20, 2024 1:59 pm
View Article