| Site Maintenance Program updates, securing your website, creating backups. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#1 (permalink) |
|
Registered User
Comfy Contributor
Joined in Oct 2004
132 posts
Gave thanks: 1
Thanked 0 times
|
Inregards to phpBB update
What if we hare using a pre-Modded version of phpBB (IntegraMOD) and are waiting for them to make the update? I know we are not suposed to use the files on phpbb.com to update modified versions of phpBB...
Thx |
|
|
|
|
|
#2 (permalink) |
|
:~: Untsah :~:
Comfy Contributor
Joined in Jun 2003
Lives in Canada, :eh:
Hosted on SH103
241 posts
Gave thanks: 0
Thanked 0 times
|
You can always use this tool to upgrade only the main phpBB files that being effected.
Download This This doesn't over write any files as you do the code changes ourself. also makw sure to run the SQL file in the install folder to bring your DB up2date
__________________
Iron Circle ~ World of Warcraft Guild Page Email: Send Mail Here Server - SH103 ( Running Smooth )
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
Comfy Contributor
Joined in Oct 2004
132 posts
Gave thanks: 1
Thanked 0 times
|
thx Tek....but it is not advised to use plain phpBB updates on premodded versions...
However they said there will be a release on the 9th so I am hoping surpass will extend the deadline until then (so if any mods are reading this please pass the word along). |
|
|
|
|
|
#4 (permalink) |
|
:~: Untsah :~:
Comfy Contributor
Joined in Jun 2003
Lives in Canada, :eh:
Hosted on SH103
241 posts
Gave thanks: 0
Thanked 0 times
|
The only really big update is within the viewtopics.php file. thats where the exploit starts, you may just be able to do the code changes for that single file to bring it up to spec with Surpass, for the time being. Then when IM brings out there's you can always simply upload a back up of the un-moded veiwtopics.php file.
Incase you want to look there is only one entry, viewtopic.php FIND Code:
$message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . str_replace('\\', '\\\\', $highlight_match) . ")\b#i', '<span style=\"color:#" . $theme['fontcolor3'] . "\"><b>\\\\1</b></span>', '\\0')", '>' . $message . '<'), 1, -1));
Code:
$message = str_replace('\"', '"', substr(@preg_replace('#(\>(((?>([^><]+|(?R)))*)\<))#se', "@preg_replace('#\b(" . str_replace('\\', '\\\\', addslashes($highlight_match)) . ")\b#i', '<span style=\"color:#" . $theme['fontcolor3'] . "\"><b>\\\\1</b></span>', '\\0')", '>' . $message . '<'), 1, -1));
__________________
Iron Circle ~ World of Warcraft Guild Page Email: Send Mail Here Server - SH103 ( Running Smooth )
|
|
|
|
|
|
#5 (permalink) |
|
is scientific.
Resident.
Joined in Mar 2004
Lives in fear of Obama.
Hosted on Pass 7
13,117 posts
Gave thanks: 8
Thanked 34 times
|
Yeah, you should be able to do the code changes yourself, as the phpbb modded version is still just phpbb with additional features.
|
|
|
|
|
|
#6 (permalink) |
|
Registered User
Comfy Contributor
Joined in Oct 2004
132 posts
Gave thanks: 1
Thanked 0 times
|
Well according to IM's site the new version will DEFINITELY be out no later than July 9th...plus Surpass extended the deadline for disabling out-of-date phpBB sites to July 12th...
Thanks |
|
|
|