PHP Files Cleaner (BOM removal etc.) - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Extensions (https://community.mybb.com/forum-201.html) +--- Forum: Plugins (https://community.mybb.com/forum-73.html) +---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html) +---- Thread: PHP Files Cleaner (BOM removal etc.) (/thread-187464.html) |
PHP Files Cleaner (BOM removal etc.) - Destroy666 - 2015-12-28 Helps with finding and cleaning faulty PHP files that have BOM or redundant whitespace and may cause MyBB problems such as broken captcha image. Coded for versions 1.8.x (might work in 1.6.x/1.4.x after small changes). Bug reports/enhancement requests: https://github.com/Destroy666x/MyBB-PHP-File-Cleaner Lang packs: Since the current way of adding lang packs is not really good, PM me and I'll add you as contributor. Download: http://community.mybb.com/mods.php?action=view&pid=638 RE: PHP Files Cleaner (BOM removal etc.) - badboy4life91 - 2015-12-28 Thanks, I'll try ! what "BOM" please ? RE: PHP Files Cleaner (BOM removal etc.) - Destroy666 - 2015-12-28 Not sure what you mean, but BOM = Byte Order Mark. http://stackoverflow.com/questions/8028957/how-to-fix-headers-already-sent-error-in-php?answertab=votes#tab-top If you don't experience any problems, using this plugin won't really do anything. It's useful when you need to find and fix a file that bugs parts of the installation (MyBB captcha as I mentioned, attachments, ACP statistics, etc.). |