Page 6 of 7

PostPosted: Thu Jul 27, 2006 8:08 pm
Author: Teelk
"Eon";p="12549" wrote:The steps worked perfectly for me except for one find. The only problem I have is that my Quotes are rendered useless yet again.

Anybody else have a problem with quick quoting?
Quick Quote is working fine here... what was the find code you couldn't find?

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 29, 2006 2:01 pm
Author: ayasha
i finally got around to doing the upgrading, and everything seems to be working fine.

the html is working in post again, but i cannot get it to work right with the signature.

when i put in

[code]<img src="http]

it converts it to

[code]<img src="http]

when i click on submit, why would it add the symbol in 2 places? and what can i do to correct this?

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Sat Jul 29, 2006 9:17 pm
Author: Teelk
Quite the signature you've got there... may need to censor that...

The last few updates from phpBB have been very poor in my opinion. Especially their handling of HTML, it doesn't seem like they finished the job and as a result HTML is tricky to use. I can't even get HTML to turn on in signatures right now...

Instead, use the bbcode equivilent...

Code: Select all
[flash=,]http://www.linktoyourimage.com/image.jpg[/flash:376yvstt]

PostPosted: Sun Jul 30, 2006 5:13 am
Author: ayasha
i would love to use the img tags, and in 1.4.1 i can use the img tags with the snip of code for my tag, but not in 1.4.0. i was just hoping i could figure out a way the girls on my forum could use it now. this script is for a rotating signature, and very popular item to use on my forum.

thanks for the compliment Teelk, and that particular rotation of sigs is censored <img>

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Mon Jul 31, 2006 8:58 am
Author: Indyzcar
just a quick Q: Apparently the stock dl is version 2.0.13 of phpbb, and the update says that you must have 2.0.20 to upgrade the files.

So... what do I need to do to get up to date?

PostPosted: Mon Jul 31, 2006 10:01 am
Author: Michaelo
Why not use the advanced bbcode in 140?

PostPosted: Tue Aug 01, 2006 6:00 am
Author: Indyzcar
"Michaelo";p="12797" wrote:Why not use the advanced bbcode in 140?


? was that directed towards my post?

PostPosted: Tue Aug 01, 2006 12:03 pm
Author: ayasha
"Michaelo";p="12797" wrote:Why not use the advanced bbcode in 140?


i have thought of that Mike, just trying to figure out if i want to mod that or just wait for 141 to be released with an upgrade path. <img>

PostPosted: Tue Aug 01, 2006 3:53 pm
Author: Michaelo
For now you could just add the edits for off site images but you will have to search the thread to find it because as usual I can't remember... <img>

PostPosted: Fri Aug 11, 2006 8:31 am
Author: gcomfx.com
Okay, you guys know the smilie problem where they don't show up for a while? I think the update caused it to do that weird thing again. Some of my smilies are only working in PREVIEW mode. <img>

PostPosted: Mon Aug 14, 2006 6:57 am
Author: Unregistered
My Version Information block from admin panel showed me this msg:

Your installation does not seem to be up to date. Updates are available for your version of phpBB, please visit http://www.phpbb.com/downloads.php to obtain the latest version.
The latest available version is phpBB 0.0.0. You are running phpBB 2.0.21.

very strange.. <img>

PostPosted: Mon Aug 14, 2006 9:28 am
Author: gcomfx.com
"gcomfx.com";p="13504" wrote:Okay, you guys know the smilie problem where they don't show up for a while? I think the update caused it to do that weird thing again. Some of my smilies are only working in PREVIEW mode. <img>


As usual, now they work correctly again. Even added a few new ones. They are fine now too.

PostPosted: Mon Aug 21, 2006 7:46 pm
Author: Pggar
This was a really long weekend. At least now my forum is fully upgraded. I went from 2.0.19 -> Security 1.0.3 -> 2.0.20 -> 2.0.21.

I used the premodded files and checked every single one of them with the upgrade instructions to see if there was nothing wrong or missing.

I found some differences that I'm going to list. I can't say this are problems. I don't believe they are, but it would be good if someone with more knowledge of the system checked those things. If you used premodded files to upgrade, you might want to check the things I'm going to list now:

[hr:yo7zylfe]
Security 1.0.3
***************
adminindex.php
***************
line 255. (this is different from the original, and it seems to include version 5 of mysql)
Code: Select all
            if( preg_match("/^(3.23|4.|5.)/", $version) )             {                 $db_name = ( preg_match("/^(3.23.[6-9])|(3.23.[1-9][1-9])|(4.)|(5.)/", $version) ) ? "`$dbname`" ]

   
***********************************
languagelang_englishlang_main.php
***********************************
line 1382. (some language entries were deleted)
[code=text]$lang['Login_attempts_exceeded'] = 'The maximum number of %s login attempts has been exceeded. You are not allowed to login for the next %s minutes.';$lang['Please_remove_install'] = 'Please ensure both the install/ directory is deleted';$lang['Please_remove_install'] = 'Please ensure both the prill_install/ directory is deleted';



[hr]
2.0.21
*********************
admin/admin_ranks.php
*********************
Modifications from 2.0.20 were ignored.
That means that the premodded file has most of the code from 2.0.18.


**********************
includes/functions.php
**********************
There are 2 functions from Activity mod on the end of the file.
I believe they are not necessary since they are not used anywhere.


*****************************
includes/functions_portal.php
*****************************
Modification from 2.0.21 instructions was not implemented.
I'm not sure if this was intentional or not.


***************************
includes/functions_post.php
***************************
line 184. (this is a correction from the phpbb forum that was not on the instruction, but was included in the code)
[php]         $message = str_replace('&quot;', '"', $message);[/code]
line 735. the second instruction from 2.0.21 for this file was not implemented. I'm not sure if this was intentional or not.


*********************
includes/sessions.php
*********************
line 85. (this code was added, i didn't find out why)
[php]     //-- mod ]
[hr:yo7zylfe]

They don't look like big issues.
However, if you used the premodded files, you might want to check those differences just to be on the safe side.

Re: phpBB 2.0.21 update for IntegraMOD 1.4.0

PostPosted: Mon Aug 21, 2006 8:00 pm
Author: Teelk
Hi Pggar,

I'll look into this at the first opportunity. The instructions and premodded should match up, and because they aren't, it may cause problems for some. I'll do a fresh install, complete manual update and compare the files to the premodded for any missing fixes that may be in the instructions. Thanks for bringing this to my attention.

PostPosted: Fri Aug 25, 2006 2:36 pm
Author: Solomon
The IntegraMod_2020_to_2021.txt instructions say:
Code: Select all
#-----[ OPEN ]---------------------------------------------#includes/functions_portal.php  ##-----[ FIND ]---------------------------------------------# Line 22include_once($phpbb_root_path . 'includes/lite.'.$phpEx);  ##-----[ BEFORE, ADD ]---------------------------------------------#if ( !defined('IN_PHPBB') ){     die('Hacking attempt');     exit;}


But the pre-modded file included in the update package does not have this code and is dated]http://integramod.com/forum/viewtopic.php?p=14072#14072[/url]