icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » All Things Techy » Site Maintenance » Inregards to phpBB update

Site Maintenance Program updates, securing your website, creating backups.

Reply
 
LinkBack Thread Tools Search this Thread
Old July 4th, 2005, 11:18 AM   #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
__________________
SERVER: PASS 16
mikespe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 4th, 2005, 1:46 PM   #2 (permalink)
:~: Untsah :~:
Comfy Contributor
 
Teksonic's Avatar
 
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 )
Teksonic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 5th, 2005, 10:15 AM   #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).
__________________
SERVER: PASS 16
mikespe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 5th, 2005, 11:58 AM   #4 (permalink)
:~: Untsah :~:
Comfy Contributor
 
Teksonic's Avatar
 
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));
REPLACE WITH
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));
Of course it's up to you.
__________________
Iron Circle ~ World of Warcraft Guild Page
Email: Send Mail Here

Server - SH103 ( Running Smooth )
Teksonic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 5th, 2005, 5:04 PM   #5 (permalink)
is scientific.
Resident.
 
David's Avatar
 
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.
__________________
Quote:
Originally Posted by removed View Post
Internet Explorer rules.
David is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old July 6th, 2005, 2:39 PM   #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
__________________
SERVER: PASS 16
mikespe is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On