IPB 2.1.7 Security Update (Low and Medium Risk)
#1
Posted 05 October 2006 - 10:06 AM
#3
Posted 05 October 2006 - 10:16 AM
So do I, haha.
Would you please be able to provide a list of the specific functions of member.php that have been modified?
#4
Posted 05 October 2006 - 10:16 AM
They're now toward the bottom of the announcement.
Invision Power Services, Inc. - President
[email protected]
IPS Twitter news feed: @invisionps
#5
Posted 05 October 2006 - 10:17 AM
// Avatar?
//-----------------------------------------
if ( $r['avatar_location'] and $r['avatar_type'] )
{
$avatar = $this->ipsclass->get_avatar( $r['avatar_location'], 1, '25x25', $r['avatar_type'] );
if ( ! strstr( $avatar, 'width=' ) )
{
$avatar = str_replace( '<img', "<img width='25' height='25'", $avatar );
}
}
else
{
$avatar = "<img src='{$this->ipsclass->skin_url}/images/memsearch_head.gif' border='0' />";
}
Change to:
// Avatar?
//-----------------------------------------
//-----------------------------------------
// SECURITY UPDATE: Removing user avatar
//-----------------------------------------
/*if ( $r['avatar_location'] and $r['avatar_type'] )
{
$avatar = $this->ipsclass->get_avatar( $r['avatar_location'], 1, '25x25', $r['avatar_type'] );
if ( ! strstr( $avatar, 'width=' ) )
{
$avatar = str_replace( '<img', "<img width='25' height='25'", $avatar );
}
}
else
{
$avatar = "<img src='{$this->ipsclass->skin_url}/images/memsearch_head.gif' border='0' />";
}*/
$avatar = "<img src='{$this->ipsclass->skin_url}/images/memsearch_head.gif' border='0' />";
Save and upload.
EDIT: D'oh, you added them to the announcement too apparently.
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#6
Posted 05 October 2006 - 10:18 AM
#7
Posted 05 October 2006 - 10:54 AM
#8
Posted 05 October 2006 - 11:16 AM
Matt Mecham
Invision Power Services, Inc.
"I love deadlines. I especially like the whooshing sound they make as they go flying by."
-- Douglas Adams (1952 - 2001)
#9
Posted 05 October 2006 - 11:40 AM
#10
Posted 05 October 2006 - 11:41 AM
In fact, i hope in the future you guys add a section to each news announcement about the level of risk. (If it's not in the title)
At least that will give people some idea how quickly the update should be applied.
Maybe like three levels...high, moderate, low.
Anyways, just a thought.
#11
Posted 05 October 2006 - 11:43 AM
Please visit my store - 20% of profits donated to charity
|| UKCS Web Site || My 2.3.x Skins ||
|| FAQ - How to CHMOD || FAQ - Safe Mode/Manual Import || FAQ - Basic Guide to Skinning ||
|| Different Category Image || FAQ - How to install 1.3.x skin || FAQ - How to install 2.0.x skin || FAQ - How to Install 2.1 skin ||
#12
Posted 05 October 2006 - 02:13 PM
#13
Posted 05 October 2006 - 02:40 PM
Also, is it line 3456 or line 3446? My file had it listed as line 3446, and I can't recall modding this file, though I suppose it's possible.
As for the question above about the missing comment tag--which manual instructions are you talking about? The one in this thread is not missing the open block comment mark. And there are no comments being added in the manual instructions in the main thread.
#14
Posted 05 October 2006 - 02:52 PM
If you want to use the pre-edited one, you can simply upload it over your current one. The changes noted in the 'Manual Changes' are a simplified version that do the same thing as the changes in the updated file. They are simply different ways of doing the same thing.
#15
Posted 05 October 2006 - 02:57 PM
In fact, i hope in the future you guys add a section to each news announcement about the level of risk. (If it's not in the title)
At least that will give people some idea how quickly the update should be applied.
Maybe like three levels...high, moderate, low.
Anyways, just a thought.
Every update is important and they should all be applied as soon as possible.
Except when a new release is being tested and you plan on moving to that as soon as the final is released, then I suppose one could wait, I might get bored and apply it anyways.
#16
Posted 05 October 2006 - 03:33 PM
Nukes "R" Us
#17
Posted 05 October 2006 - 04:27 PM
Except when a new release is being tested and you plan on moving to that as soon as the final is released, then I suppose one could wait, I might get bored and apply it anyways.
Agreed, its also a good idea to subscribe to that forum, that way you can get the auto replys once they are posted and apply the updates as soon as they are released
#18
Posted 06 October 2006 - 12:18 AM
Installed anyhow.
Articles
Resources
Live Chat
Support Groups and much more!
I can't think of a better use of server resources... I really can't.
#19
Posted 06 October 2006 - 02:08 AM
yeah I went to edit my files for each board and found the edit already there.
The 'Sports-Fanz Community Forum Network' Presents:
Carolina Panthers Message Board-Where The Fans ROAR!!!
Smashmouth Football Message Board For NFL Fanz!
The New Baseball Discussion Forum for MLB-Fanz!
...also check out our Music & Entertainment forum for Springsteen Fans Worldwide!:
Rendezvous With Boss Fans@Bruce Springsteen Message Board
Fast & Affordable IPB & Modification Installations/Upgrades! IF Transfers Available!
IbEvolutions - Custom IPB Resource & Installation Services
#20
Posted 06 October 2006 - 04:01 AM
Installed anyhow.
it requires admin session but it obtains it through referer











