phpBB 2.0.22 update for IntegraMOD 1.4.0

Support for IntegraMOD 140

Moderator: Integra Moderator

phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: IntegraTeam » Tue Jan 02, 2007 8:58 pm

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>
Last edited by IntegraTeam on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

IntegraTeam
Administrator
Administrator
 
Posts: 30
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 4:36 pm
Cash on hand: 0.00

PostAuthor: Demonicpagan » Tue Jan 02, 2007 11:43 pm

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  
Last edited by Demonicpagan on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Demonicpagan
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 01, 2006 2:02 am
Cash on hand: 0.00

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Tue Jan 02, 2007 11:53 pm

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.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: Vadar » Wed Jan 03, 2007 12:57 am

Pre-modded upgrade was easy and appears to work great. Thanks Teelk!!
Last edited by Vadar on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Vadar
Integra Supporter
Integra Supporter
 
Posts: 68
Likes: 0 post
Liked in: 0 post
Joined: Sun Mar 26, 2006 8:30 pm
Cash on hand: 0.00

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: found it » Wed Jan 03, 2007 3:15 am

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 //


:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: tekguru » Wed Jan 03, 2007 10:34 am

Found it - any particular place?
Last edited by tekguru on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[size=99px]http][/size]
[url=http][img=left]http://www.4winmobile.com/news/MVP_Horizontal_FullColor.png[/img][/url]
User avatar
tekguru
Sr Integra Member
Sr Integra Member
 
Posts: 329
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 11:29 pm
Cash on hand: 0.00

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: found it » Wed Jan 03, 2007 11:38 am

Hi yes sorry

place it above this bit of code in includes/functions.php

[code]//-- mod ]

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

PostAuthor: Demonicpagan » Wed Jan 03, 2007 12:00 pm

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.
Last edited by Demonicpagan on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.

Demonicpagan
Members
Members
 
Posts: 55
Likes: 0 post
Liked in: 0 post
Joined: Tue Aug 01, 2006 2:02 am
Cash on hand: 0.00

PostAuthor: Teelk » Wed Jan 03, 2007 12:37 pm

"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.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: obiku » Wed Jan 03, 2007 1:30 pm

"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
Last edited by obiku on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
http://www.familie-smit.nl
http://portfolio.familie-smit.nl

Do not tsunami my inbox... instead use the forums...
Hard work may not kill me, but why take a chance?

[hr]
User avatar
obiku
Dev Team
Dev Team
 
Posts: 218
Likes: 0 post
Liked in: 0 post
Joined: Tue May 02, 2006 11:22 am
Cash on hand: 0.00
Location: level 8

PostAuthor: found it » Wed Jan 03, 2007 1:45 pm

"Teelk";p="18965" wrote:

The premodded includes/functions.php file has been changed to add the security fix, thanks Found It.




more than welcome

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 4:29 am
Cash on hand: 0.00

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Wed Jan 03, 2007 2:34 pm

"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.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: ayasha » Wed Jan 03, 2007 3:42 pm

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?
Last edited by ayasha on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 6:10 pm
Cash on hand: 0.00

Re: phpBB 2.0.22 update for IntegraMOD 1.4.0

PostAuthor: Teelk » Wed Jan 03, 2007 3:47 pm

All up to date Cleo.
Last edited by Teelk on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 6:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: ayasha » Wed Jan 03, 2007 4:00 pm

thanks <img>
Last edited by ayasha on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.
No one can make you feel inferior without your consent.
~Eleanor Roosevelt

ayasha
Sr Integra Member
Sr Integra Member
 
Posts: 634
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 6:10 pm
Cash on hand: 0.00

Next

Return to IntegraMOD 140

Who is online

Registered users: Vendethiel