PHPBB Vulnerability Found: Upgrade to 2.0.13+
If you have a heavily moded phpbb, then I suggest the “patch” method.
Read the INSTALL.html doc for further instructions.
Occassionally you will get a “hunk” error when running the patch command. Here’s how you resolve the errors manually found in the .rej files…
The first block of code will be the the “old code” that you should […]
If you have a heavily moded phpbb, then I suggest the “patch” method.
Read the INSTALL.html doc for further instructions.
Occassionally you will get a “hunk” error when running the patch command. Here’s how you resolve the errors manually found in the .rej files…
The first block of code will be the the “old code” that you should look for in your files. The second block of code is the new code that should replace/update the old code. You will see a few lines of code in each spot, and one or more of the lines for the new code will have something to the left of it. either a + for adding a line, - for deleting a line, or ! for updating a line.



















