Page 1 of 1
phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Tue Jan 02, 2007 8:58 pm
Author: IntegraTeam
This package updates IntegraMOD 1.4.0 from phpBB 2.0.21 to 2.0.22.
Included in the package are both the manual install instructions and the premodded files. The manual install instructions should be used if you have modified your board files using other MOD instructions and do not wish to undo the file edits from said MOD. Use the premodded files if you have not modified your board files.
[url=http]Download[/url]
Please direct any question or comments regarding this update to this thread.
Thanks,
The IntegraMOD Team <img>

Posted:
Tue Jan 02, 2007 11:43 pm
Author: Demonicpagan
to me, this seems a bit incomplete:
- Code: Select all
##-----[ FIND ]---------------------------------------------# Line 1665 // // Start error handling // if ($error) {
because after that, it says
- Code: Select all
# #-----[ OPEN ]--------------------------------------------- # login.php
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Tue Jan 02, 2007 11:53 pm
Author: Teelk
You're correct.
It should be...
- Code: Select all
##-----[ FIND ]---------------------------------------------# Line 1665 // // Start error handling // if ($error) { ##-----[ AFTER, ADD ]---------------------------------------------# $privmsg_message = htmlspecialchars($privmsg_message);
The download has been updated.

Posted:
Wed Jan 03, 2007 12:57 am
Author: Vadar
Pre-modded upgrade was easy and appears to work great. Thanks Teelk!!
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Wed Jan 03, 2007 3:15 am
Author: found it
Hi
This needs to be added to functions.php in the premodded files....
security fix
- Code: Select all
// Security update 28/08/06 M $pass = 0; if($phpbb_root_path == './' || $phpbb_root_path == '../' || $phpbb_root_path == './../' || $phpbb_root_path == '' || $phpbb_root_path == ' ') $pass=1; if(strlen($phpbb_root_path) > 5) $pass=0; if($pass == 0) { die('Hacking attempt... Details Logged'); exit; }// Hack Fixes 280806 //


Posted:
Wed Jan 03, 2007 10:34 am
Author: tekguru
Found it - any particular place?
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Wed Jan 03, 2007 11:38 am
Author: found it
Hi yes sorry
place it above this bit of code in includes/functions.php
[code]//-- mod ]


Posted:
Wed Jan 03, 2007 12:00 pm
Author: Demonicpagan
Does anyone else get this when they log into the admin panel?
phpBB Security Status
Sorry, I was unable to get version data at this time. Please try later.

Posted:
Wed Jan 03, 2007 12:37 pm
Author: Teelk
"Demonicpagan";p="18961" wrote:Does anyone else get this when they log into the admin panel?
phpBB Security Status
Sorry, I was unable to get version data at this time. Please try later.
You're getting that message because phpbb-tweaks.com is more or less down. There's nothing installed there at the moment anyway.
The premodded includes/functions.php file has been changed to add the security fix, thanks Found It.
If you used the premodded files please add the fix to your functions.php. Even if you didn't use the premodded files I suggest checking to see if that code exists, if not then it should be added.
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Wed Jan 03, 2007 1:30 pm
Author: obiku
"Teelk";p="18941" wrote:You're correct.
It should be...
- Code: Select all
##-----[ FIND ]---------------------------------------------# Line 1665 // // Start error handling // if ($error) { ##-----[ AFTER, ADD ]---------------------------------------------# $privmsg_message = htmlspecialchars($privmsg_message);
The download has been updated.
What will this part do....
Because if I understand it right, the variable $privmsg_message doesn't do anything because of the message_die what is right after that line?
Hope I make sence

Posted:
Wed Jan 03, 2007 1:45 pm
Author: found it
"Teelk";p="18965" wrote:
The premodded includes/functions.php file has been changed to add the security fix, thanks Found It.
more than welcome

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Wed Jan 03, 2007 2:34 pm
Author: Teelk
"obiku";p="18966" wrote:"Teelk";p="18941" wrote:You're correct.
It should be...
- Code: Select all
##-----[ FIND ]---------------------------------------------# Line 1665 // // Start error handling // if ($error) { ##-----[ AFTER, ADD ]---------------------------------------------# $privmsg_message = htmlspecialchars($privmsg_message);
The download has been updated.
What will this part do....
Because if I understand it right, the variable $privmsg_message doesn't do anything because of the message_die what is right after that line?
Hope I make sence
You're correct, that line won't do anything.
In a vanilla phpBB board when an error message is displayed in private messages the private message post is displayed again below it. That line would strip the html special characters from the posting box. With PCP only the error message is displayed and you must hit back in your browser to submit another private message.
Because all edits to privmsg.php in a phpBB update have to be done to profilcp/profilcp_privmsg.php, I thought it was best to leave that edit in for FIND statements in future updates.

Posted:
Wed Jan 03, 2007 3:42 pm
Author: ayasha
is the text file for modding the files up to date in this download? or would i have to grab those extras from this thread?
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Wed Jan 03, 2007 3:47 pm
Author: Teelk
All up to date Cleo.

Posted:
Wed Jan 03, 2007 4:00 pm
Author: ayasha
thanks <img>

Posted:
Thu Jan 04, 2007 12:47 am
Author: Demonicpagan
"Teelk";p="18965" wrote:"Demonicpagan";p="18961" wrote:Does anyone else get this when they log into the admin panel?
phpBB Security Status
Sorry, I was unable to get version data at this time. Please try later.
Cool, makes sense
TY

Posted:
Fri Jan 05, 2007 10:13 am
Author: gcomfx.com
Just downloaded it. Did a back up of my forum/database. Uploaded the files and ran the install.
All appears okay.
(Quick Quotes is still broke on my forum, still not sure when that broke. <img> )

Posted:
Sat Jan 13, 2007 8:40 am
Author: richiebgood
i take it that the download link in the first post is updated and always the current one ya?
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Sat Jan 13, 2007 3:42 pm
Author: Teelk
Yes sir, it is.
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Sun Jan 14, 2007 8:04 am
Author: florida4x4
Since applying this patch I get this error:
[code] Error geting users post stat DEBUG MODE SQL Error ]
php 5 problem?
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Sun Jan 14, 2007 5:36 pm
Author: Teelk
Hey florida4x4,
What are you trying to do when you get that error message; move, delete posts etc? It's not showing up on my test board using MySQL5, so it doesn't look like that's the problem. Did you use premodded or manual files?
Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

Posted:
Mon Jan 15, 2007 6:01 am
Author: florida4x4
oops I found it. it was when deleting a post. I made a patch from the premodded files and the live files. apparently the premodded files do not have the php 5 patches applied so it removed em.