[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 Article[3.3.x] Support Forum • Re: phpbb v3.3.11 - Delete User & Posts
See How to clean up a board hit by spam for some suggestions.You don't have to delete one by one necessarily.You can click the MCP link at the top of any forum and select whole pages of topics to...
View Article[3.3.x] Support Forum • Re: Error on Line 1617
Could you please read this topic: viewtopic.php?t=2652586Sorry for my English ... I do my best!Yep. Read it. Has different line numbers but could well be the answer I guess.I'll have to look at it...
View Article[3.3.x] Support Forum • Re: Batch Cleanup of Topics/Replies beyond standard...
Now.... I have over a million posts in my forum and I'm looking to clean things up.I have some topics that have hundreds of pages. It would be nice to keep the topic in place (with it's original...
View ArticleExtensions in Development • Re: [3.3][RC] Sticky Bar
3.2.0-RC2 now available Bug Fix thanks to gvp9000Update from previous version:Download the latest release and unzip it.Disable Sticky Bar in the ACP Delete stickybar folder from the server Upload the...
View ArticlephpBB Discussion • Re: What is the Future of phpBB?
I ran a forum for a decade now and coming up to 50K relatively high quality posts - getting new users every day, and continuing to improve it with features and content. My users love it. It's true...
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 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: Question on using htaccess vs claudebot and...
For bots that identify themselves they usually adhere to robots.txt , you can block them there. https://developers.google.com/search/do ... f%20Google.Statistics: Posted by thecoalman — Sat Apr 20,...
View Article[3.3.x] Support Forum • Re: Plan to change site hosting and domain registry,...
If you do not have separate registrar than hosting now may be the time to split the services as it makes the following process easier.Purchase your new hosting plan without doamain registration....
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