<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=HTML_BBCodeParser</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/19443" />
      <rdf:li rdf:resource="http://pear.php.net/bug/19426" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16219" />
      <rdf:li rdf:resource="http://pear.php.net/bug/14579" />
      <rdf:li rdf:resource="http://pear.php.net/bug/12273" />
      <rdf:li rdf:resource="http://pear.php.net/bug/12215" />
      <rdf:li rdf:resource="http://pear.php.net/bug/11684" />
      <rdf:li rdf:resource="http://pear.php.net/bug/7230" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/19443">
      <title>HTML_BBCodeParser: Bug 19443 [Open] [img] doesn't work like expected</title>
      <link>http://pear.php.net/bugs/19443</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by avp1983
2012-05-30T13:15:14+00:00
PHP: 5.3.3 OS: Windows XP Package Version: 1.2.3

Description:
------------
Input:
[img]http://example.org/logo.png[/img]
Output:
[img=&quot;&lt;a 
href=&quot;http://example.org/logo.png&quot;&gt;http://example.org/logo.
png&lt;/a&gt;&quot; alt=&quot;&quot;]
Conf file:
[HTML_BBCodeParser]

; possible values: single|double
; use single or double quotes for attributes
quotestyle  = double

; possible values: all|nothing|strings
; quote all attribute values, none, or only the strings
quotewhat   = all

; the opening tag character
open        = [

; the closing tag character
close       = ]

; possible values: true|false
; use xml style closing tags for single html tags (&lt;img&gt; or 
&lt;img /&gt;)
xmlclose    = true

; possible values: a comma seperated list of filters
; comma seperated list of filters to use
filters     = Basic,Extended,Links,Images


Test script:
---------------
include('PEAR.PHP');
include('HTML/BBCodeParser.php');
$options=parse_ini_file('BBCodeParser.ini');
$parser = new HTML_BBCodeParser($options);
echo $parser-&gt;qparse($_GET['m']);

Expected result:
----------------
&lt;img src=&quot;http://example.org/logo.png&quot; alt=&quot;&quot; /&gt;

Actual result:
--------------
[img=&quot;&lt;a 
href=&quot;http://example.org/logo.png&quot;&gt;http://example.org/logo.png
&lt;/a&gt;&quot; alt=&quot;&quot;]</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by avp1983
2012-05-30T13:15:14+00:00
PHP: 5.3.3 OS: Windows XP Package Version: 1.2.3

Description:
------------
Input:
[img]http://example.org/logo.png[/img]
Output:
[img=&quot;&lt;a 
href=&quot;http://example.org/logo.png&quot;&gt;http://example.org/logo.
png&lt;/a&gt;&quot; alt=&quot;&quot;]
Conf file:
[HTML_BBCodeParser]

; possible values: single|double
; use single or double quotes for attributes
quotestyle  = double

; possible values: all|nothing|strings
; quote all attribute values, none, or only the strings
quotewhat   = all

; the opening tag character
open        = [

; the closing tag character
close       = ]

; possible values: true|false
; use xml style closing tags for single html tags (&lt;img&gt; or 
&lt;img /&gt;)
xmlclose    = true

; possible values: a comma seperated list of filters
; comma seperated list of filters to use
filters     = Basic,Extended,Links,Images


Test script:
---------------
include('PEAR.PHP');
include('HTML/BBCodeParser.php');
$options=parse_ini_file('BBCodeParser.ini');
$parser = new HTML_BBCodeParser($options);
echo $parser-&gt;qparse($_GET['m']);

Expected result:
----------------
&lt;img src=&quot;http://example.org/logo.png&quot; alt=&quot;&quot; /&gt;

Actual result:
--------------
[img=&quot;&lt;a 
href=&quot;http://example.org/logo.png&quot;&gt;http://example.org/logo.png
&lt;/a&gt;&quot; alt=&quot;&quot;]</pre>]]></description>
      <dc:date>2012-05-30T13:15:14+00:00</dc:date>
      <dc:creator>avp1983 &amp;#x61;&amp;#116; list &amp;#x64;&amp;#111;&amp;#x74; ru</dc:creator>
      <dc:subject>HTML_BBCodeParser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/19426">
      <title>HTML_BBCodeParser: Bug 19426 [Open] Wrong sustitutions, various bugs</title>
      <link>http://pear.php.net/bugs/19426</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by danmath
2012-05-19T08:32:25+00:00
PHP: 5.3.8 OS: Windows 7 Home Basic Package Version: 1.2.3

Description:
------------
Input:
[url]http://www.google.com[/url] 
Output:
&lt;a&gt;http://www.google.com[]http://www.google.com&lt;/a&gt;

Input:
[img]http://www.sitepoint.com/images/sitepoint-logo.gif[/img]
Output:
&lt;img&gt;http://www.sitepoint.com/images/sitepoint-logo.gif[&quot; alt=&quot;&quot;/img]

You also have various instances of 'PEAR::getStaticProperty...' that are not valid code. I had to replace a few for :
$pear= new PEAR();
$pear-&gt;getStaticProperty....

Test script:
---------------
$options=parse_ini_file($_SERVER['DOCUMENT_ROOT'].'/pl/BBCodeParser.ini');

$parser = new HTML_BBCodeParser($options);

$this-&gt;text= $parser-&gt;qparse(htmlspecialchars($post['Message']));

// options file:

[HTML_BBCodeParser]

; possible values: single|double
; use single or double quotes for attributes
quotestyle  = double

; possible values: all|nothing|strings
; quote all attribute values, none, or only the strings
quotewhat   = all

; the opening tag character
open        = [

; the closing tag character
close       = ]

; possible values: true|false
; use xml style closing tags for single html tags (&lt;img&gt; or &lt;img /&gt;)
xmlclose    = true

; possible values: a comma seperated list of filters
; comma seperated list of filters to use
filters     = Basic,Extended,Links,Images

Expected result:
----------------
I expect a link and an image to show up.

Actual result:
--------------
I get the outputs I specified.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by danmath
2012-05-19T08:32:25+00:00
PHP: 5.3.8 OS: Windows 7 Home Basic Package Version: 1.2.3

Description:
------------
Input:
[url]http://www.google.com[/url] 
Output:
&lt;a&gt;http://www.google.com[]http://www.google.com&lt;/a&gt;

Input:
[img]http://www.sitepoint.com/images/sitepoint-logo.gif[/img]
Output:
&lt;img&gt;http://www.sitepoint.com/images/sitepoint-logo.gif[&quot; alt=&quot;&quot;/img]

You also have various instances of 'PEAR::getStaticProperty...' that are not valid code. I had to replace a few for :
$pear= new PEAR();
$pear-&gt;getStaticProperty....

Test script:
---------------
$options=parse_ini_file($_SERVER['DOCUMENT_ROOT'].'/pl/BBCodeParser.ini');

$parser = new HTML_BBCodeParser($options);

$this-&gt;text= $parser-&gt;qparse(htmlspecialchars($post['Message']));

// options file:

[HTML_BBCodeParser]

; possible values: single|double
; use single or double quotes for attributes
quotestyle  = double

; possible values: all|nothing|strings
; quote all attribute values, none, or only the strings
quotewhat   = all

; the opening tag character
open        = [

; the closing tag character
close       = ]

; possible values: true|false
; use xml style closing tags for single html tags (&lt;img&gt; or &lt;img /&gt;)
xmlclose    = true

; possible values: a comma seperated list of filters
; comma seperated list of filters to use
filters     = Basic,Extended,Links,Images

Expected result:
----------------
I expect a link and an image to show up.

Actual result:
--------------
I get the outputs I specified.</pre>]]></description>
      <dc:date>2012-05-19T08:32:25+00:00</dc:date>
      <dc:creator>danmath01 &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com &amp;#x64;&amp;#111;&amp;#x74; ar</dc:creator>
      <dc:subject>HTML_BBCodeParser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16219">
      <title>HTML_BBCodeParser: Bug 16219 [Open] [size=9] Doesn't work (int &gt; 9 does)</title>
      <link>http://pear.php.net/bugs/16219</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by dmagnetic
2009-05-12T01:53:12+00:00
PHP: 5.2.9 OS:  Package Version: 1.2.2

Description:
------------
[size=9]Some size 9 text[/size]

Produces

&lt;span&gt;Some size 9 text&lt;/span&gt;

So no font-size is being applied. As soon as the font-size is 
10+ it works fine.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by dmagnetic
2009-05-12T01:53:12+00:00
PHP: 5.2.9 OS:  Package Version: 1.2.2

Description:
------------
[size=9]Some size 9 text[/size]

Produces

&lt;span&gt;Some size 9 text&lt;/span&gt;

So no font-size is being applied. As soon as the font-size is 
10+ it works fine.</pre>]]></description>
      <dc:date>2009-05-23T23:09:06+00:00</dc:date>
      <dc:creator>digitalmagnets &amp;#x61;&amp;#116; googlemail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTML_BBCodeParser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/14579">
      <title>HTML_BBCodeParser: Bug 14579 [Open] security risc: javascript code injection is possible</title>
      <link>http://pear.php.net/bugs/14579</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by netsrac
2008-08-29T10:36:50+00:00
PHP: 5.2.6 OS: Debian Package Version: 1.2.2

Description:
------------
With the current parser its possible to insert and run javascriptcode in a parsed bb-code text.

Big problem is the handling of tag-attribudes like color.
following changes css-code for example
[color=;padding:3px;border-width:XYZ]

With these changes you could place a tranceparent gif over the whole page where every click starts a javascript routine...

[color='eventhandler='javascript][/color]

[img]adresse'eventhandler='javascript[/img]

With that it is easily possible to create worms in communitys using bb-code where the visitor of the modified profile get his own bode. 
using [font]attribure with 0px height you can even hide the code in a profil.

This Bug is also listet here

http://pear.php.net/bugs/bug.php?id=5609

but the fix there is not a realy solution

Find the function  _buildParsedString() in BBCodeParser.php

Find the line with 

foreach ($tag['attributes'] as $a =&gt; $v) {

and add following lines

$v = str_replace(&quot;(&quot;, '', $v);
$v = str_replace(&quot;)&quot;, '', $v);			
$v = @preg_replace(&quot;/[^a-zA-Z0-9.,\/:~#-\_]/&quot;, &quot;&quot;, $v);
$v = str_replace(&quot;'&quot;, '&quot;', $v);

This removes ( ) and some other chars from all attributes of the tag. 
I know that this is just the quick n dirty way, but i needed a fast solution so let no javascript get run.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by netsrac
2008-08-29T10:36:50+00:00
PHP: 5.2.6 OS: Debian Package Version: 1.2.2

Description:
------------
With the current parser its possible to insert and run javascriptcode in a parsed bb-code text.

Big problem is the handling of tag-attribudes like color.
following changes css-code for example
[color=;padding:3px;border-width:XYZ]

With these changes you could place a tranceparent gif over the whole page where every click starts a javascript routine...

[color='eventhandler='javascript][/color]

[img]adresse'eventhandler='javascript[/img]

With that it is easily possible to create worms in communitys using bb-code where the visitor of the modified profile get his own bode. 
using [font]attribure with 0px height you can even hide the code in a profil.

This Bug is also listet here

http://pear.php.net/bugs/bug.php?id=5609

but the fix there is not a realy solution

Find the function  _buildParsedString() in BBCodeParser.php

Find the line with 

foreach ($tag['attributes'] as $a =&gt; $v) {

and add following lines

$v = str_replace(&quot;(&quot;, '', $v);
$v = str_replace(&quot;)&quot;, '', $v);			
$v = @preg_replace(&quot;/[^a-zA-Z0-9.,\/:~#-\_]/&quot;, &quot;&quot;, $v);
$v = str_replace(&quot;'&quot;, '&quot;', $v);

This removes ( ) and some other chars from all attributes of the tag. 
I know that this is just the quick n dirty way, but i needed a fast solution so let no javascript get run.</pre>]]></description>
      <dc:date>2008-08-29T10:36:50+00:00</dc:date>
      <dc:creator>carsten &amp;#x61;&amp;#116; vonskrbensky &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>HTML_BBCodeParser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/12273">
      <title>HTML_BBCodeParser: Documentation Problem 12273 [Open] End-user documentation is missing</title>
      <link>http://pear.php.net/bugs/12273</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Documentation Problem
Reported by motin
2007-10-18T17:41:30+00:00
PHP: 5.2.1 OS: All Package Version: 1.2.2

Description:
------------
To make this great class available for more users, why not put some short code examples as end-user documentation. 

At first I had to look in the file system just to be able to get the require_once right!

Then, I followed some examples in the main class phpDoc which  got me half-way, but I had to hunt down how to get BBCodeParser to parse [url][/url] by looking at the source code. 

So the bug here is: I click on Documentation...

Test script:
---------------
Click on Documentation on the Package summary page...

Expected result:
----------------
[The information from the phpDoc of the main class]

Here is a brief code example to get you going:

// Example: Parse BBCode with Links filter

  // We need to include the BB Code Parser class
  require_once 'HTML/BBCodeParser.php';

  // We specify that we want to use the Links filter
  $options['filters'] = array('Links');
  // Other filters include 'Email', 'Extended', 'Images' and 'Lists'

  // Initiate class
  $parser = new HTML_BBCodeParser($options);

  // Specify the text to be parsed
  $parser-&gt;setText('text with an [url]http://pear.php.net[/url]');

  // Parse and echo out the return value
  $parser-&gt;parse();
  echo $parser-&gt;getParsed();

Actual result:
--------------
&quot;No end-user documentation is available for this package.&quot;</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Documentation Problem
Reported by motin
2007-10-18T17:41:30+00:00
PHP: 5.2.1 OS: All Package Version: 1.2.2

Description:
------------
To make this great class available for more users, why not put some short code examples as end-user documentation. 

At first I had to look in the file system just to be able to get the require_once right!

Then, I followed some examples in the main class phpDoc which  got me half-way, but I had to hunt down how to get BBCodeParser to parse [url][/url] by looking at the source code. 

So the bug here is: I click on Documentation...

Test script:
---------------
Click on Documentation on the Package summary page...

Expected result:
----------------
[The information from the phpDoc of the main class]

Here is a brief code example to get you going:

// Example: Parse BBCode with Links filter

  // We need to include the BB Code Parser class
  require_once 'HTML/BBCodeParser.php';

  // We specify that we want to use the Links filter
  $options['filters'] = array('Links');
  // Other filters include 'Email', 'Extended', 'Images' and 'Lists'

  // Initiate class
  $parser = new HTML_BBCodeParser($options);

  // Specify the text to be parsed
  $parser-&gt;setText('text with an [url]http://pear.php.net[/url]');

  // Parse and echo out the return value
  $parser-&gt;parse();
  echo $parser-&gt;getParsed();

Actual result:
--------------
&quot;No end-user documentation is available for this package.&quot;</pre>]]></description>
      <dc:date>2007-10-18T17:44:27+00:00</dc:date>
      <dc:creator>motin &amp;#x61;&amp;#116; demomusic &amp;#x64;&amp;#111;&amp;#x74; nu</dc:creator>
      <dc:subject>HTML_BBCodeParser Documentation Problem</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/12215">
      <title>HTML_BBCodeParser: Bug 12215 [Open] [url] doesn't work like expected</title>
      <link>http://pear.php.net/bugs/12215</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by zedel
2007-10-10T09:56:38+00:00
PHP: Irrelevant OS:  Package Version: 1.2.2

Description:
------------
HTML_BBCodeParser replaces everything which looks like a url with a link, not only in [url] tags. And there is no easy way to disable smarterPPLinkExpand (please, no 'but i know better what you want' - systems without a way to disable them)



Test script:
---------------
$parser = new HTML_BBCodeParser(array('filters' =&gt; 'Basic,Email,Extended,Images,Links'));
$parser-&gt;qparse(&quot;This is an example for www.php.net: &lt;link&gt;http://www.php.net&lt;/link&gt; and here is the real link: [url=http://www.php.net/]PHP[/url]&quot;);


Expected result:
----------------
his is an example for www.php.net: &lt;link&gt;http://www.php.net&lt;/link&gt; and here is the real link: &lt;a href=&quot;http://www.php.net&quot;&gt;PHP&lt;/a&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by zedel
2007-10-10T09:56:38+00:00
PHP: Irrelevant OS:  Package Version: 1.2.2

Description:
------------
HTML_BBCodeParser replaces everything which looks like a url with a link, not only in [url] tags. And there is no easy way to disable smarterPPLinkExpand (please, no 'but i know better what you want' - systems without a way to disable them)



Test script:
---------------
$parser = new HTML_BBCodeParser(array('filters' =&gt; 'Basic,Email,Extended,Images,Links'));
$parser-&gt;qparse(&quot;This is an example for www.php.net: &lt;link&gt;http://www.php.net&lt;/link&gt; and here is the real link: [url=http://www.php.net/]PHP[/url]&quot;);


Expected result:
----------------
his is an example for www.php.net: &lt;link&gt;http://www.php.net&lt;/link&gt; and here is the real link: &lt;a href=&quot;http://www.php.net&quot;&gt;PHP&lt;/a&gt;</pre>]]></description>
      <dc:date>2012-01-02T08:14:50+00:00</dc:date>
      <dc:creator>zedel &amp;#x61;&amp;#116; isl &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>HTML_BBCodeParser Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/11684">
      <title>HTML_BBCodeParser: Feature/Change Request 11684 [Open] Use of pecl extension if available</title>
      <link>http://pear.php.net/bugs/11684</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Feature/Change Request
Reported by xdecock
2007-07-25T09:24:20+00:00
PHP: Irrelevant OS: N/A Package Version: 

Description:
------------
I'm the author of: http://pecl.php.net/package/bbcode

And i think it should be possible for this package to map over the pecl extension (if functionality are missing, don't hesitate file a request on pecl bug system).

The extension is fully customizable, supports callbacks (not Object Oriented Callback for the moment unfortunately) so it can be a real speed boost for the parsing.

Don't hesitate to make suggestion, (the documentation has been put on phpdoc cvs and will be available soon on php.net)

I'll try to post a patch here if I have time.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Feature/Change Request
Reported by xdecock
2007-07-25T09:24:20+00:00
PHP: Irrelevant OS: N/A Package Version: 

Description:
------------
I'm the author of: http://pecl.php.net/package/bbcode

And i think it should be possible for this package to map over the pecl extension (if functionality are missing, don't hesitate file a request on pecl bug system).

The extension is fully customizable, supports callbacks (not Object Oriented Callback for the moment unfortunately) so it can be a real speed boost for the parsing.

Don't hesitate to make suggestion, (the documentation has been put on phpdoc cvs and will be available soon on php.net)

I'll try to post a patch here if I have time.</pre>]]></description>
      <dc:date>2012-01-02T08:06:48+00:00</dc:date>
      <dc:creator>void &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>HTML_BBCodeParser Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/7230">
      <title>HTML_BBCodeParser: Bug 7230 [Open] doesn't like base64...</title>
      <link>http://pear.php.net/bugs/7230</link>
      <content:encoded><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by michael@...
2006-03-28T20:57:21+00:00
PHP: Irrelevant OS:  Package Version: 1.1

Description:
------------
1.
[img]data:text/html;base64,VGhpcyBpcyBhIHRlc3QK[/img]
-&gt;
Notice: Undefined index: in /home/michi/www/go-clone2/include/BBCodeParser.php on line 631

Notice: Undefined index: tag in /home/michi/www/go-clone2/include/BBCodeParser.php on line 1134

2.
[img]data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PHhhx4dbgYKAAA7[/img]
-&gt;
A little picture appears

3.
[img]data:image/gif;base64,R0lGODlhmwDFAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0N
DQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8f
HyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDEx
MTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkND
i1k6hlMmLmj4cazVRBEVC+1CfjUL2U6aw6wrznhIm4XNoR2aoUHZ6XYDRpsQRBeJB60VW+Fz
4zwrTkAUCSrlLgKKtMqUCE7GLfivjsEaj8WaWo+NcThWS3b5JtmCunqgN0xlVEBl2Oo6YXri
rmskb+Yu6jCsJm7C/so4dkFzsGNMCIxLB3nAdbe3klRHCTrFsd+s/4CCnMK69qgk4djzzhQz
S05G16xOYIONrkm7tBMtr7tn+M4Mw6ZznLALtlVRtjmOtm27CJByNClpsZk6CH4b/rK5a7gn
e+KaW4uQO7nnOxQLruqcG7S5ebSlO/5ywp3iiUxh6EW2hbuz17v5cbZL07iWYH/8GWZGi2JM
j4WODbgju73teRKnBKfJuAhPxsPxj82qy7OfO7R7QrohONF6aLh/qhG77Ixk6sb0WVH1EcHB
+6poQwhwID5hxn7DLgnGSb0vU7hbOo8r2+BKpQc4nBLxz76pi80QCzx27bO1WL9PvLQVjcx2
TaBIC8M0hWAY6YbON7ZrXLfNTK+AwAZCkwZwwAf4ppeGYAgpfL2HnLjRY81648aU3AjtO8QP
C8rhmsSr3MoXhqAO6jwZrUzYxm3AXMbH3B9t3Mxi6Adq/uAFonIG2NzNtcUHkhsuZE0nJBvD
aVThzhM3ctgufu2wcq25rc6nfOq5eWieDw2UD83Ejba9NJx6uPy4BsZ5P2yLfHQf/bF++bW3
eaAGYsDSLcUIEqnzesDtkrD/QP1xMvay18wsZonF1hONIUZFhjCqOGzE/1uug2ieq5vEjxrM
geUy6S4mNaVWY6ljee9jZXsGRhj0FCMJrJBlZAAGZOB/wKc2AuvZIbvbibysrXUcKdFKxLxE
03c37O9X4KzV6zh75nq9cAZ14zpycU0o3883SC+RghBgeSDh0DbYN27ba1vfemA9ZyAq8SLq
TG/TBz7ECj6GDz6tO3zhrfWX/u39s2HYcwwOykHrh3QCtVVkkzipp2OEu7NLoL7nG10knEne
M320xlNegZCABwKN32UgB8zMJqQrc58N2kGrlrnaPHJe4Xc+hLkIUB+GexpG1Zuc1X2Kk4pe
znh6zHytwqEeACHuNpqr5K/15Nfc37wo6XhAFfl9BnbAzJg6M3vvhgkeNwwepdXeCCmTUHfU
6eNedZu8SqD84AQWiCq+4p/WEsve713kCGYKWk3+u7f9nJ8gCXgAPgE5BmiAB4YmknpA7Whe
oGwej3G+2jM/lxHePaHqoKxKpP3cqlp9fXnKVBrLp3nopo67cULM79vGlH0d9q/e387ZWG1f
KvkR/mDWxghY6NiB3+wt/x0xH8TZ97jXWimVf8mrDvrdSZPkPtw/Jf4AQkiQgT944LCBEMeO
Hj+EFEGiZIkSJEaGAPGxQweOGzcQ1qAxY4aMGDJoKPxRpAmUJDxkwBgZw8YPI0mK/MAxAwbC
nTV62sCRY+EPIBd79OCRUYfSHDlwbNx5A2gOHTt4WM3YtKONjzJm1IjKEShVHj18/DhLNK1a
oj6skjULJAiRIkWIDBHIdsdBGzeC9gAyxAjEiUeICCmoI6tHkCJjvDTJA4gRJk2K5JDRNUaM
G0CSKCnSw4ZLjjxp1MAxliFbo0iVLm36tGcNvlN32E6qmHFI03yd1n5r/nboQCA/fBg/3tZq
2aFAhAyZa7j40Rxhg/Lw4XBwkoqHe+xoujjkyBfkY9TQgd3IEiQ8RNKgQRLHEMpFdszQvFHr
x9NVl68+mtRrTnW0X29UVWVbYk7ZwNh7pn3l24HAMRfERcgZd5RywRHlnF1B/AAgdX1VxcMP
gXm2RBKGfegddVt9JNJ4Lrxgng4NGfEZDi9tFcMMOqTEBBGX9ZjfYvy9xZwPrAWYGGwE8hbV
WFdhBZ5sPUEplVL9+cfWhUq6tRyFzglx0VUiWlfiiRGpKBCI3xEII2YxvDAjDCb1EEQROe5Y
gww18FBEikHcgNkMRW5lmkJI/teaa0wNiOhshFFuiRSVpL34nqQRphZmcV5miORZQwnRpndI
nUmiiTStuaKbLl4Z45wuuADDDDfsgNKeMmy160w1hdaVSZfupyiXSgLoWpOQFjgpWUsKCGem
CEXFlIRlBefllxqKKlyblb45olWqosgmi29iGiudM+6Knp5F6LhrDYYCccQRQuzQp1cBAQA7[/img]
-&gt;Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/michi/www/go-clone2/include/BBCodeParser.php on line 1003</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_BBCodeParser Bug
Reported by michael@...
2006-03-28T20:57:21+00:00
PHP: Irrelevant OS:  Package Version: 1.1

Description:
------------
1.
[img]data:text/html;base64,VGhpcyBpcyBhIHRlc3QK[/img]
-&gt;
Notice: Undefined index: in /home/michi/www/go-clone2/include/BBCodeParser.php on line 631

Notice: Undefined index: tag in /home/michi/www/go-clone2/include/BBCodeParser.php on line 1134

2.
[img]data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PHhhx4dbgYKAAA7[/img]
-&gt;
A little picture appears

3.
[img]data:image/gif;base64,R0lGODlhmwDFAPcAAAAAAAEBAQICAgMDAwQEBAUFBQYGBgcHBwgICAkJCQoKCgsLCwwMDA0N
DQ4ODg8PDxAQEBERERISEhMTExQUFBUVFRYWFhcXFxgYGBkZGRoaGhsbGxwcHB0dHR4eHh8f
HyAgICEhISIiIiMjIyQkJCUlJSYmJicnJygoKCkpKSoqKisrKywsLC0tLS4uLi8vLzAwMDEx
MTIyMjMzMzQ0NDU1NTY2Njc3Nzg4ODk5OTo6Ojs7Ozw8PD09PT4+Pj8/P0BAQEFBQUJCQkND
i1k6hlMmLmj4cazVRBEVC+1CfjUL2U6aw6wrznhIm4XNoR2aoUHZ6XYDRpsQRBeJB60VW+Fz
4zwrTkAUCSrlLgKKtMqUCE7GLfivjsEaj8WaWo+NcThWS3b5JtmCunqgN0xlVEBl2Oo6YXri
rmskb+Yu6jCsJm7C/so4dkFzsGNMCIxLB3nAdbe3klRHCTrFsd+s/4CCnMK69qgk4djzzhQz
S05G16xOYIONrkm7tBMtr7tn+M4Mw6ZznLALtlVRtjmOtm27CJByNClpsZk6CH4b/rK5a7gn
e+KaW4uQO7nnOxQLruqcG7S5ebSlO/5ywp3iiUxh6EW2hbuz17v5cbZL07iWYH/8GWZGi2JM
j4WODbgju73teRKnBKfJuAhPxsPxj82qy7OfO7R7QrohONF6aLh/qhG77Ixk6sb0WVH1EcHB
+6poQwhwID5hxn7DLgnGSb0vU7hbOo8r2+BKpQc4nBLxz76pi80QCzx27bO1WL9PvLQVjcx2
TaBIC8M0hWAY6YbON7ZrXLfNTK+AwAZCkwZwwAf4ppeGYAgpfL2HnLjRY81648aU3AjtO8QP
C8rhmsSr3MoXhqAO6jwZrUzYxm3AXMbH3B9t3Mxi6Adq/uAFonIG2NzNtcUHkhsuZE0nJBvD
aVThzhM3ctgufu2wcq25rc6nfOq5eWieDw2UD83Ejba9NJx6uPy4BsZ5P2yLfHQf/bF++bW3
eaAGYsDSLcUIEqnzesDtkrD/QP1xMvay18wsZonF1hONIUZFhjCqOGzE/1uug2ieq5vEjxrM
geUy6S4mNaVWY6ljee9jZXsGRhj0FCMJrJBlZAAGZOB/wKc2AuvZIbvbibysrXUcKdFKxLxE
03c37O9X4KzV6zh75nq9cAZ14zpycU0o3883SC+RghBgeSDh0DbYN27ba1vfemA9ZyAq8SLq
TG/TBz7ECj6GDz6tO3zhrfWX/u39s2HYcwwOykHrh3QCtVVkkzipp2OEu7NLoL7nG10knEne
M320xlNegZCABwKN32UgB8zMJqQrc58N2kGrlrnaPHJe4Xc+hLkIUB+GexpG1Zuc1X2Kk4pe
znh6zHytwqEeACHuNpqr5K/15Nfc37wo6XhAFfl9BnbAzJg6M3vvhgkeNwwepdXeCCmTUHfU
6eNedZu8SqD84AQWiCq+4p/WEsve713kCGYKWk3+u7f9nJ8gCXgAPgE5BmiAB4YmknpA7Whe
oGwej3G+2jM/lxHePaHqoKxKpP3cqlp9fXnKVBrLp3nopo67cULM79vGlH0d9q/e387ZWG1f
KvkR/mDWxghY6NiB3+wt/x0xH8TZ97jXWimVf8mrDvrdSZPkPtw/Jf4AQkiQgT944LCBEMeO
Hj+EFEGiZIkSJEaGAPGxQweOGzcQ1qAxY4aMGDJoKPxRpAmUJDxkwBgZw8YPI0mK/MAxAwbC
nTV62sCRY+EPIBd79OCRUYfSHDlwbNx5A2gOHTt4WM3YtKONjzJm1IjKEShVHj18/DhLNK1a
oj6skjULJAiRIkWIDBHIdsdBGzeC9gAyxAjEiUeICCmoI6tHkCJjvDTJA4gRJk2K5JDRNUaM
G0CSKCnSw4ZLjjxp1MAxliFbo0iVLm36tGcNvlN32E6qmHFI03yd1n5r/nboQCA/fBg/3tZq
2aFAhAyZa7j40Rxhg/Lw4XBwkoqHe+xoujjkyBfkY9TQgd3IEiQ8RNKgQRLHEMpFdszQvFHr
x9NVl68+mtRrTnW0X29UVWVbYk7ZwNh7pn3l24HAMRfERcgZd5RywRHlnF1B/AAgdX1VxcMP
gXm2RBKGfegddVt9JNJ4Lrxgng4NGfEZDi9tFcMMOqTEBBGX9ZjfYvy9xZwPrAWYGGwE8hbV
WFdhBZ5sPUEplVL9+cfWhUq6tRyFzglx0VUiWlfiiRGpKBCI3xEII2YxvDAjDCb1EEQROe5Y
gww18FBEikHcgNkMRW5lmkJI/teaa0wNiOhshFFuiRSVpL34nqQRphZmcV5miORZQwnRpndI
nUmiiTStuaKbLl4Z45wuuADDDDfsgNKeMmy160w1hdaVSZfupyiXSgLoWpOQFjgpWUsKCGem
CEXFlIRlBefllxqKKlyblb45olWqosgmi29iGiudM+6Knp5F6LhrDYYCccQRQuzQp1cBAQA7[/img]
-&gt;Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/michi/www/go-clone2/include/BBCodeParser.php on line 1003</pre>]]></description>
      <dc:date>2006-03-28T20:57:21+00:00</dc:date>
      <dc:creator>michael &amp;#x61;&amp;#116; fritscher &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>HTML_BBCodeParser Bug</dc:subject>
    </item>
</rdf:RDF>
