tracer 609f6ad1f1 Switch download() to curl with browser User-Agent and Referer header
file_get_contents with a stream context User-Agent was still getting 403
from download.phpbb.com on some servers. curl gives more control; adding
a realistic User-Agent and Referer header resolves the block.
2026-06-21 17:52:34 +02:00
2022-03-30 13:46:44 +02:00
2022-03-30 14:07:42 +02:00
2018-11-04 15:26:23 +01:00
2023-05-29 19:07:23 +02:00
2023-05-29 19:07:23 +02:00

phpbb_updates

Shell Script to update phpBB to current version.

Usage:

Switch into your current phpBB root directory, then

git clone https://git.24unix.net/tracer/phpbb_updates.git

Or download either:
https://git.24unix.net/tracer/phpbb_updates/archive/v0.0.1.zip

or:
https://git.24unix.net/tracer/phpbb_updates/archive/v0.0.1.tar.gz

and unpack them into the same directory and change into phpbb_updates.

Then: Install composer (https://getcomposer.org/download/) and run
composer install

followed by:
php update.php or /update.php

If you are using KeyHelp, replace

composer install with keyhelp-php81 composer install and php update.php with keyhelp-php81 update.php

S
Description
No description provided
Readme GPL-2.0 152 KiB
2022-07-02 12:59:57 +02:00
Languages
PHP 100%