[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 173: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 174: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/feed.php on line 180: Cannot modify header information - headers already sent by (output started at [ROOT]/feed.php:1)
IntegraMOD Home of phpBB Integrated Modifications 2007-02-01T04:47:29-07:00 https://www.integramod.com/forum/feed.php?f=18&t=2900 2007-02-01T04:47:29-07:00 2007-02-01T04:47:29-07:00 https://www.integramod.com/forum/viewtopic.php?t=2900&p=21029#p21029 <![CDATA[Re: [BUG & FIX]Welcome to IntegraMod block bug?]]>
Warning: Cannot modify header information - headers already sent by (output started at ./includes/functions_portal.php:655) in ./includes/page_header.php on line 1156

Warning: Cannot modify header information - headers already sent by (output started at ./includes/functions_portal.php:655) in ./includes/page_header.php on line 1158

Warning: Cannot modify header information - headers already sent by (output started at ./includes/functions_portal.php:655) in ./includes/page_header.php on line 1159

*EDIT*
Nevermind, I made a mistake with the copy and paste somehow. It's fixed and working properly.

Thank you for the rapid fix.

Statistics: Posted Author: Omni-Lee — Thu Feb 01, 2007 4:47 am


]]>
2007-02-01T02:53:00-07:00 2007-02-01T02:53:00-07:00 https://www.integramod.com/forum/viewtopic.php?t=2900&p=21024#p21024 <![CDATA[Re: [BUG & FIX]Welcome to IntegraMod block bug?]]> Statistics: Posted Author: DjPorkchop — Thu Feb 01, 2007 2:53 am


]]>
2007-02-01T02:19:36-07:00 2007-02-01T02:19:36-07:00 https://www.integramod.com/forum/viewtopic.php?t=2900&p=21022#p21022 <![CDATA[Re: [BUG]Welcome to IntegraMod block bug?]]>
OPEN includes/functions_portal.php
FIND
                    $text = str_replace("n", "n<br>n", $text);

AFTER ADD
                    if (strpos($text, '..script') !== false) {                         $text = str_replace ('..script', ".script", $text);                     }


OPEN admin/admin_blocks.php
FIND
                $message = str_replace('<lt>', '&gt;', $message);                 $message = str_replace('<br>', "n", $message);

AFTER ADD
                if (strpos($message, '..script') !== false) {                     $message = str_replace ('..script', ".script", $message);                 }

Statistics: Posted Author: Teelk — Thu Feb 01, 2007 2:19 am


]]>
2007-02-01T02:09:37-07:00 2007-02-01T02:09:37-07:00 https://www.integramod.com/forum/viewtopic.php?t=2900&p=21021#p21021 <![CDATA[Re: Welcome to IntegraMod block bug?]]>
The . in the de.scription was a security measure to ensure java.script couldn't be run from posting. The . is placed in the message before the word .script and is stripped out when viewed. Seems we forgot to strip it out of the portal. I'll get on it right now.

Marking this as a bug.

Statistics: Posted Author: Teelk — Thu Feb 01, 2007 2:09 am


]]>
2007-02-01T01:56:48-07:00 2007-02-01T01:56:48-07:00 https://www.integramod.com/forum/viewtopic.php?t=2900&p=21019#p21019 <![CDATA[[BUG & FIX]Period before word script; blocks.]]> Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Beginner
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?
Fresh Installation of 141


What was done to try to solve the problem?
unable to solve



De.scription and Message

This is a very odd issue.

I edited the Welcome to IntegraMod block by removing the logo and placing some text.

Text as follows:
Please see our General Forums for the Kinship de.scription and guidelines before joining.

This is what appears and replaces the text in the block:
Please see our General Forums for the Kinship de..scription and guidelines before joining.

Notice the . in the word de.scription.

I've retyped the sentence numerous times.

Any help would be appreciated.


On a side note, when with CrackTracker be patched? I too am having the issue with false positives during forum creation.

Statistics: Posted Author: Omni-Lee — Thu Feb 01, 2007 1:56 am


]]>