Page 1 of 7

phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Fri Jul 07, 2006 5:08 pm
Author: Teelk
This is the official release of the phpBB 2.0.21 update for IntegraMOD 1.4.0.

Thanks go to Jason Sanborn for the majority of the update work. <img>

Included in the update package are manual instructions which should be used if you have modified your IntegraMOD 1.4.0 from the stock package. Also included are premodded files which can be used to overwrite your existing files, and should be used if you haven't modified your IM install.

You're board must be up to 2.0.20 before applying this update.

If you get an "invalid mirror error" please try another mirror, as the file may not propegate all mirrors yet.

[url=http]Download Link[/url]

PostPosted: Fri Jul 07, 2006 8:29 pm
Author: tekguru
Cheers Teelk!

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Fri Jul 07, 2006 9:15 pm
Author: febern
updating......... <img>

PostPosted: Sat Jul 08, 2006 2:04 am
Author: Unregistered
finally! <img>

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 08, 2006 2:57 am
Author: Unregistered
the FIND codes in LOGIN.PHP

Code: Select all
                    $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) ] . '<br><br>' . sprintf($lang['Click_return_login'], "<a>", '</a>') . '<br><br>' .  sprintf($lang['Click_return_index'], '<a>', '</a>');                       message_die(GENERAL_MESSAGE, $message);                 }

Should be

Code: Select all
                    $redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) ] . '<br><br>' . sprintf($lang['Click_return_login'], "<a>", '</a>') . '<br><br>' .  sprintf($lang['Click_return_index'], '<a>', '</a>');                       message_die(GENERAL_MESSAGE, $message);                 }

Am i right? Am jus referin to the ("index.$phpEx") and ("portal.$phpEx") conflict..

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 08, 2006 5:40 am
Author: Dr. Bantham
I have updated my site and everything seems to be running smooth. I used the pre-modded version of login.php since the FIND statement fell short and I do not believe any mods that I added previously had touched upon that file. Thanks to the dev team for getting this one out!

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 08, 2006 6:34 am
Author: obiku
Tnx for the release, starting to update

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 08, 2006 1:00 pm
Author: tmotley
Updated with no problems... sweetness. <img>

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 08, 2006 1:39 pm
Author: obiku
It works like a charm

PostPosted: Sat Jul 08, 2006 10:48 pm
Author: tekguru
In there perfctly with no problems so far, cheers guys!

PostPosted: Sun Jul 09, 2006 8:00 am
Author: ayasha
sweet work you guys :lol:

PostPosted: Sun Jul 09, 2006 9:19 am
Author: MrGrim
Could somehelp me?

PostPosted: Sun Jul 09, 2006 9:46 am
Author: obiku
"Trag";p="11358" wrote:Could somehelp me?
With what??

PostPosted: Sun Jul 09, 2006 9:53 am
Author: MrGrim
"obiku";p="11360" wrote:
"Trag";p="11358" wrote:Could somehelp me?
With what??
the upgrade...amod plus was installed along with whos online. And a friend of mine did the install and the upgrades to .2.0.20 but he is out of town and not sure when he will return. <img>

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sun Jul 09, 2006 10:14 am
Author: obiku
One question, in the mod it says this
Code: Select all
#-----[ FIND ]---------------------------------------------# Line 658         global $template, $lang, $phpEx, $phpbb_root_path;         global $nav_links;  ##-----[ REPLACE WITH ]---------------------------------------------#         global $template, $lang, $phpEx, $phpbb_root_path, $db;         global $nav_links;    
If I do a search I can find those lines, but there is something extra
Code: Select all
        global $template, $lang, $phpEx, $phpbb_root_path;         global $nav_links;         global $db;  
Do we have to remove that last global $db; I think it should be removed.