(Download) phpBB3+ Standard validated RC4

Download phpBB3+ latest release, updates and security fixes

(Download) phpBB3+ Standard validated RC4

Postby DoYouSpeakWak?? » 19 Dec 2009, 17:42

Download topic for phpBB3+ Standard validated 1.0.0-RC4

Please read this topic before using this premod > viewtopic.php?f=2&t=109 and read install.xml file carefully.

From file
Download

Attachment
phpBB3_plus_standard_validated_1_0_0_RC4.zip
(2.33 MiB) Downloaded 136 times
Whatever you share comes back. Support the phpBB Community
My Validated and Released Modifications
User avatar
DoYouSpeakWak??
Development Team Leader
 
Posts: 221
Joined: 22 Mar 2009, 21:51
Location: Island of Wak-Wak

Please login to skip ads

Re: (Download) phpBB3+ Standard validated RC4

Postby DoYouSpeakWak?? » 24 Dec 2009, 22:48

A mod was not updated as it should be, resulting in errors while posting. This fix have not been applied to the RC4 available above. But it and a few others things will be fixed in RC5. Until then apply fixes posted in this topic to your board.

Mod: Authorized for URLs

Fix by mod author.
Open posting.php
Find
Code: Select all
$auth_msg = authorized_url(utf8_normalize_nfc(request_var('message', '', true)), &$img_status);

Replace with
Code: Select all
$auth_msg = authorized_url(utf8_normalize_nfc(request_var('message', '', true)));


Open includes/ucp/ucp_pm_compose.php
Find
Code: Select all
$auth_msg = authorized_url(utf8_normalize_nfc(request_var('message', '', true)), &$img_status);

Replace with
Code: Select all
$auth_msg = authorized_url(utf8_normalize_nfc(request_var('message', '', true)));


Or if you have made no change to the above files, then simple unzip the attachment and upload the content of it to the root of your board and purge your cache.

Whatever you share comes back. Support the phpBB Community
My Validated and Released Modifications
User avatar
DoYouSpeakWak??
Development Team Leader
 
Posts: 221
Joined: 22 Mar 2009, 21:51
Location: Island of Wak-Wak


Return to phpBB3+ Downloads

Who is online

Registered users: No registered users

cron