#29802 [Bgs-Opn]: Glitch using preg_match and preg_replace

2004-09-12 Thread wesleygoku at yahoo dot com dot br
 ID:   29802
 User updated by:  wesleygoku at yahoo dot com dot br
 Reported By:  wesleygoku at yahoo dot com dot br
-Status:   Bogus
+Status:   Open
 Bug Type: PCRE related
 Operating System: Windows 2000 SP4
 PHP Version:  4.3.9RC2
 New Comment:

The problem ISN'T in my regex. If you see my post from 26 Aug 10:25pm
CEST, you'll notice this, see: the problem ONLY happens with many
tags, if I reduce it (and I can't do this in the original script), it
doesn't happen! How can this kind of behaviour be something in MY
regex?!


Previous Comments:


[2004-09-10 13:10:21] [EMAIL PROTECTED]

From what I could read, the problem is in your regex.



[2004-09-06 15:48:33] wesleygoku at yahoo dot com dot br

Updated to the latest PHP build, but the problem remains...



[2004-08-26 22:25:45] wesleygoku at yahoo dot com dot br

To clarify the bug, let's explain it better: I'm using preg_replace to
replace some code. If this code is bigger than an unknown lenght,
something very weird happens.

I'm using while to replace ALL of the occurrences in some string, but
the preg_match used to verify if the text still appears just tells the
code DOESN'T match, although it does!

Now, see the problem:

This doesn't work, note that many ws... are still there
Source code: http://wstec.net/tmp/php_bug_pcre/code_01.html
Results: http://wstec.net/tmp/php_bug_pcre/code_01.php

Now, without the first two wsimg, id works as it should
Source code: http://wstec.net/tmp/php_bug_pcre/code_02.html
Results: http://wstec.net/tmp/php_bug_pcre/code_02.php

I ask you to take a good look at this bug, because I need a resolution
about it to keep working on my script. And also note that it isn't with
my code, but with the PHP's funcion preg_match and preg_replace.



[2004-08-24 18:08:02] wesleygoku at yahoo dot com dot br

This is the problem, if I reduce the code, it works. I've checked the
XHTML code and the Regular Expression, but everything is fine.



[2004-08-24 08:38:50] [EMAIL PROTECTED]

Please provide a very short example without endless pieces of HTML/XML
code.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29802

-- 
Edit this bug report at http://bugs.php.net/?id=29802edit=1


#29802 [Opn-Csd]: Glitch using preg_match and preg_replace

2004-09-12 Thread wesleygoku at yahoo dot com dot br
 ID:   29802
 User updated by:  wesleygoku at yahoo dot com dot br
 Reported By:  wesleygoku at yahoo dot com dot br
-Status:   Open
+Status:   Closed
 Bug Type: PCRE related
 Operating System: Windows 2000 SP4
 PHP Version:  4.3.9RC2
 New Comment:

Please remove this bug as nobody wants to understand it.
I'll try to explain it better in another bug report...


Previous Comments:


[2004-09-13 00:06:34] wesleygoku at yahoo dot com dot br

The problem ISN'T in my regex. If you see my post from 26 Aug 10:25pm
CEST, you'll notice this, see: the problem ONLY happens with many
tags, if I reduce it (and I can't do this in the original script), it
doesn't happen! How can this kind of behaviour be something in MY
regex?!



[2004-09-10 13:10:21] [EMAIL PROTECTED]

From what I could read, the problem is in your regex.



[2004-09-06 15:48:33] wesleygoku at yahoo dot com dot br

Updated to the latest PHP build, but the problem remains...



[2004-08-26 22:25:45] wesleygoku at yahoo dot com dot br

To clarify the bug, let's explain it better: I'm using preg_replace to
replace some code. If this code is bigger than an unknown lenght,
something very weird happens.

I'm using while to replace ALL of the occurrences in some string, but
the preg_match used to verify if the text still appears just tells the
code DOESN'T match, although it does!

Now, see the problem:

This doesn't work, note that many ws... are still there
Source code: http://wstec.net/tmp/php_bug_pcre/code_01.html
Results: http://wstec.net/tmp/php_bug_pcre/code_01.php

Now, without the first two wsimg, id works as it should
Source code: http://wstec.net/tmp/php_bug_pcre/code_02.html
Results: http://wstec.net/tmp/php_bug_pcre/code_02.php

I ask you to take a good look at this bug, because I need a resolution
about it to keep working on my script. And also note that it isn't with
my code, but with the PHP's funcion preg_match and preg_replace.



[2004-08-24 18:08:02] wesleygoku at yahoo dot com dot br

This is the problem, if I reduce the code, it works. I've checked the
XHTML code and the Regular Expression, but everything is fine.



The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/29802

-- 
Edit this bug report at http://bugs.php.net/?id=29802edit=1


#29802 [Opn]: Glitch using preg_match and preg_replace

2004-09-06 Thread wesleygoku at yahoo dot com dot br
 ID:   29802
 User updated by:  wesleygoku at yahoo dot com dot br
-Summary:  Glitch using preg_replace
 Reported By:  wesleygoku at yahoo dot com dot br
 Status:   Open
 Bug Type: PCRE related
 Operating System: Windows 2000 SP4
-PHP Version:  4.3.8
+PHP Version:  4.3.9RC2
 New Comment:

Updated to the latest PHP build, but the problem remains...


Previous Comments:


[2004-08-26 22:25:45] wesleygoku at yahoo dot com dot br

To clarify the bug, let's explain it better: I'm using preg_replace to
replace some code. If this code is bigger than an unknown lenght,
something very weird happens.

I'm using while to replace ALL of the occurrences in some string, but
the preg_match used to verify if the text still appears just tells the
code DOESN'T match, although it does!

Now, see the problem:

This doesn't work, note that many ws... are still there
Source code: http://wstec.net/tmp/php_bug_pcre/code_01.html
Results: http://wstec.net/tmp/php_bug_pcre/code_01.php

Now, without the first two wsimg, id works as it should
Source code: http://wstec.net/tmp/php_bug_pcre/code_02.html
Results: http://wstec.net/tmp/php_bug_pcre/code_02.php

I ask you to take a good look at this bug, because I need a resolution
about it to keep working on my script. And also note that it isn't with
my code, but with the PHP's funcion preg_match and preg_replace.



[2004-08-24 18:08:02] wesleygoku at yahoo dot com dot br

This is the problem, if I reduce the code, it works. I've checked the
XHTML code and the Regular Expression, but everything is fine.



[2004-08-24 08:38:50] [EMAIL PROTECTED]

Please provide a very short example without endless pieces of HTML/XML
code.



[2004-08-23 20:34:42] wesleygoku at yahoo dot com dot br

Description:

I'm trying to use preg_replace to evaluate my own XHTML tags, sending
their arguments and contents to another funcion. There are two uses,
the simple, without content (like wstag x=y /), and the complex,
with content (like wstag x=yx/wstag). Each one is parsed by their
own function, and to evaluate ALL the complex tags (even the tags inside
other tags) I'm using a while condition.

The problem is very odd, it happens when I use more than one complex
tag, and some simple tag before the complex ones, all of this inside
another complex tag (you will understand better reading the code), with
few complex lines or without simple tags before them, the results are
good, but otherwise, the while condition just doesn't work and the
Apache thread takes much more time proccessing the script (I don't know
why, as the while code just repeats two times).

Look at the URL below for more details and note the first code should
work (try removing the second one), but not the second!

Reproduce code:
---
http://wstec.net/tmp/php_bug_pcre.html

Expected result:

preNEO_HTML( quot;listquot;,
quot;action=quot;/?e=2amp;d=layquot;quot;, quot;
lt;wsimg src=quot;quot; /gt;
lt;wsimg src=quot;quot; /gt;
NEO_HTML( quot;itemquot;, quot;id=quot;Diretório
anteriorquot;quot;, quot;NEO_HTML( quot;colquot;,
quot;width=quot;284quot; href=quot;quot;
target=quot;_blankquot;quot;, quot; lt;img width=quot;10quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; /gt; quot; )NEO_HTML(
quot;colquot;, quot;width=quot;10quot;quot;,
quot;lt;bgt;Diretório anteriorlt;/bgt;quot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot;
target=quot;_blankquot;quot;, quot;Diretórioquot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot; target=quot;_blankquot;
align=quot;rightquot;quot;, quot;quot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;css.cssquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/css.cssquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;css.cssquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/css.cssquot;
target=quot;_blankquot;quot;, quot;Estilo CSSquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/css.cssquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;3,23
KBquot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;ico.gifquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/ico.gifquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;ico.gifquot; )NEO_HTML

#29802 [Opn]: Glitch using preg_replace

2004-08-26 Thread wesleygoku at yahoo dot com dot br
 ID:   29802
 User updated by:  wesleygoku at yahoo dot com dot br
 Reported By:  wesleygoku at yahoo dot com dot br
 Status:   Open
 Bug Type: PCRE related
 Operating System: Windows 2000 SP4
 PHP Version:  4.3.8
 New Comment:

To clarify the bug, let's explain it better: I'm using preg_replace to
replace some code. If this code is bigger than an unknown lenght,
something very weird happens.

I'm using while to replace ALL of the occurrences in some string, but
the preg_match used to verify if the text still appears just tells the
code DOESN'T match, although it does!

Now, see the problem:

This doesn't work, note that many ws... are still there
Source code: http://wstec.net/tmp/php_bug_pcre/code_01.html
Results: http://wstec.net/tmp/php_bug_pcre/code_01.php

Now, without the first two wsimg, id works as it should
Source code: http://wstec.net/tmp/php_bug_pcre/code_02.html
Results: http://wstec.net/tmp/php_bug_pcre/code_02.php

I ask you to take a good look at this bug, because I need a resolution
about it to keep working on my script. And also note that it isn't with
my code, but with the PHP's funcion preg_match and preg_replace.


Previous Comments:


[2004-08-24 18:08:02] wesleygoku at yahoo dot com dot br

This is the problem, if I reduce the code, it works. I've checked the
XHTML code and the Regular Expression, but everything is fine.



[2004-08-24 08:38:50] [EMAIL PROTECTED]

Please provide a very short example without endless pieces of HTML/XML
code.



[2004-08-23 20:34:42] wesleygoku at yahoo dot com dot br

Description:

I'm trying to use preg_replace to evaluate my own XHTML tags, sending
their arguments and contents to another funcion. There are two uses,
the simple, without content (like wstag x=y /), and the complex,
with content (like wstag x=yx/wstag). Each one is parsed by their
own function, and to evaluate ALL the complex tags (even the tags inside
other tags) I'm using a while condition.

The problem is very odd, it happens when I use more than one complex
tag, and some simple tag before the complex ones, all of this inside
another complex tag (you will understand better reading the code), with
few complex lines or without simple tags before them, the results are
good, but otherwise, the while condition just doesn't work and the
Apache thread takes much more time proccessing the script (I don't know
why, as the while code just repeats two times).

Look at the URL below for more details and note the first code should
work (try removing the second one), but not the second!

Reproduce code:
---
http://wstec.net/tmp/php_bug_pcre.html

Expected result:

preNEO_HTML( quot;listquot;,
quot;action=quot;/?e=2amp;d=layquot;quot;, quot;
lt;wsimg src=quot;quot; /gt;
lt;wsimg src=quot;quot; /gt;
NEO_HTML( quot;itemquot;, quot;id=quot;Diretório
anteriorquot;quot;, quot;NEO_HTML( quot;colquot;,
quot;width=quot;284quot; href=quot;quot;
target=quot;_blankquot;quot;, quot; lt;img width=quot;10quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; /gt; quot; )NEO_HTML(
quot;colquot;, quot;width=quot;10quot;quot;,
quot;lt;bgt;Diretório anteriorlt;/bgt;quot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot;
target=quot;_blankquot;quot;, quot;Diretórioquot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot; target=quot;_blankquot;
align=quot;rightquot;quot;, quot;quot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;css.cssquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/css.cssquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;css.cssquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/css.cssquot;
target=quot;_blankquot;quot;, quot;Estilo CSSquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/css.cssquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;3,23
KBquot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;ico.gifquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/ico.gifquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;ico.gifquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/ico.gifquot;
target=quot;_blankquot;quot;, quot;Imagemquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/ico.gifquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;66
Bytesquot; )quot; )
NEO_HTML( quot;itemquot;,
quot;id

#29802 [Fbk-Opn]: Glitch using preg_replace

2004-08-24 Thread wesleygoku at yahoo dot com dot br
 ID:   29802
 User updated by:  wesleygoku at yahoo dot com dot br
 Reported By:  wesleygoku at yahoo dot com dot br
-Status:   Feedback
+Status:   Open
 Bug Type: PCRE related
 Operating System: Windows 2000 SP4
 PHP Version:  4.3.8
 New Comment:

This is the problem, if I reduce the code, it works. I've checked the
XHTML code and the Regular Expression, but everything is fine.


Previous Comments:


[2004-08-24 08:38:50] [EMAIL PROTECTED]

Please provide a very short example without endless pieces of HTML/XML
code.



[2004-08-23 20:34:42] wesleygoku at yahoo dot com dot br

Description:

I'm trying to use preg_replace to evaluate my own XHTML tags, sending
their arguments and contents to another funcion. There are two uses,
the simple, without content (like wstag x=y /), and the complex,
with content (like wstag x=yx/wstag). Each one is parsed by their
own function, and to evaluate ALL the complex tags (even the tags inside
other tags) I'm using a while condition.

The problem is very odd, it happens when I use more than one complex
tag, and some simple tag before the complex ones, all of this inside
another complex tag (you will understand better reading the code), with
few complex lines or without simple tags before them, the results are
good, but otherwise, the while condition just doesn't work and the
Apache thread takes much more time proccessing the script (I don't know
why, as the while code just repeats two times).

Look at the URL below for more details and note the first code should
work (try removing the second one), but not the second!

Reproduce code:
---
http://wstec.net/tmp/php_bug_pcre.html

Expected result:

preNEO_HTML( quot;listquot;,
quot;action=quot;/?e=2amp;d=layquot;quot;, quot;
lt;wsimg src=quot;quot; /gt;
lt;wsimg src=quot;quot; /gt;
NEO_HTML( quot;itemquot;, quot;id=quot;Diretório
anteriorquot;quot;, quot;NEO_HTML( quot;colquot;,
quot;width=quot;284quot; href=quot;quot;
target=quot;_blankquot;quot;, quot; lt;img width=quot;10quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; /gt; quot; )NEO_HTML(
quot;colquot;, quot;width=quot;10quot;quot;,
quot;lt;bgt;Diretório anteriorlt;/bgt;quot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot;
target=quot;_blankquot;quot;, quot;Diretórioquot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot; target=quot;_blankquot;
align=quot;rightquot;quot;, quot;quot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;css.cssquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/css.cssquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;css.cssquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/css.cssquot;
target=quot;_blankquot;quot;, quot;Estilo CSSquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/css.cssquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;3,23
KBquot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;ico.gifquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/ico.gifquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;ico.gifquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/ico.gifquot;
target=quot;_blankquot;quot;, quot;Imagemquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/ico.gifquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;66
Bytesquot; )quot; )
NEO_HTML( quot;itemquot;,
quot;id=quot;list_order_asc.gifquot;quot;, quot;NEO_HTML(
quot;colquot;, quot;width=quot;284quot;
href=quot;/list_order_asc.gifquot; target=quot;_blankquot;quot;,
quot; lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;list_order_asc.gifquot;
)NEO_HTML( quot;colquot;, quot;href=quot;/list_order_asc.gifquot;
target=quot;_blankquot;quot;, quot;Imagemquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/list_order_asc.gifquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;61
Bytesquot; )quot; )
NEO_HTML( quot;itemquot;,
quot;id=quot;list_order_desc.gifquot;quot;, quot;NEO_HTML(
quot;colquot;, quot;width=quot;284quot;
href=quot;/list_order_desc.gifquot; target=quot;_blankquot;quot;,
quot; lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot

#29802 [NEW]: Glitch using preg_replace

2004-08-23 Thread wesleygoku at yahoo dot com dot br
From: wesleygoku at yahoo dot com dot br
Operating system: Windows 2000 SP4
PHP version:  4.3.8
PHP Bug Type: PCRE related
Bug description:  Glitch using preg_replace

Description:

I'm trying to use preg_replace to evaluate my own XHTML tags, sending
their arguments and contents to another funcion. There are two uses, the
simple, without content (like wstag x=y /), and the complex, with
content (like wstag x=yx/wstag). Each one is parsed by their own
function, and to evaluate ALL the complex tags (even the tags inside other
tags) I'm using a while condition.

The problem is very odd, it happens when I use more than one complex tag,
and some simple tag before the complex ones, all of this inside another
complex tag (you will understand better reading the code), with few
complex lines or without simple tags before them, the results are good,
but otherwise, the while condition just doesn't work and the Apache thread
takes much more time proccessing the script (I don't know why, as the while
code just repeats two times).

Look at the URL below for more details and note the first code should work
(try removing the second one), but not the second!

Reproduce code:
---
http://wstec.net/tmp/php_bug_pcre.html

Expected result:

preNEO_HTML( quot;listquot;,
quot;action=quot;/?e=2amp;d=layquot;quot;, quot;
lt;wsimg src=quot;quot; /gt;
lt;wsimg src=quot;quot; /gt;
NEO_HTML( quot;itemquot;, quot;id=quot;Diretório
anteriorquot;quot;, quot;NEO_HTML( quot;colquot;,
quot;width=quot;284quot; href=quot;quot;
target=quot;_blankquot;quot;, quot; lt;img width=quot;10quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; /gt; quot; )NEO_HTML(
quot;colquot;, quot;width=quot;10quot;quot;,
quot;lt;bgt;Diretório anteriorlt;/bgt;quot; )NEO_HTML(
quot;colquot;, quot;href=quot;quot; target=quot;_blankquot;quot;,
quot;Diretórioquot; )NEO_HTML( quot;colquot;, quot;href=quot;quot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;quot;
)quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;css.cssquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/css.cssquot; target=quot;_blankquot;quot;, quot; lt;img
width=quot;10quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot; /gt;
quot; )NEO_HTML( quot;colquot;, quot;width=quot;10quot;quot;,
quot;css.cssquot; )NEO_HTML( quot;colquot;,
quot;href=quot;/css.cssquot; target=quot;_blankquot;quot;,
quot;Estilo CSSquot; )NEO_HTML( quot;colquot;,
quot;href=quot;/css.cssquot; target=quot;_blankquot;
align=quot;rightquot;quot;, quot;3,23 KBquot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;ico.gifquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/ico.gifquot; target=quot;_blankquot;quot;, quot; lt;img
width=quot;10quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot; /gt;
quot; )NEO_HTML( quot;colquot;, quot;width=quot;10quot;quot;,
quot;ico.gifquot; )NEO_HTML( quot;colquot;,
quot;href=quot;/ico.gifquot; target=quot;_blankquot;quot;,
quot;Imagemquot; )NEO_HTML( quot;colquot;,
quot;href=quot;/ico.gifquot; target=quot;_blankquot;
align=quot;rightquot;quot;, quot;66 Bytesquot; )quot; )
NEO_HTML( quot;itemquot;,
quot;id=quot;list_order_asc.gifquot;quot;, quot;NEO_HTML(
quot;colquot;, quot;width=quot;284quot;
href=quot;/list_order_asc.gifquot; target=quot;_blankquot;quot;,
quot; lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;list_order_asc.gifquot;
)NEO_HTML( quot;colquot;, quot;href=quot;/list_order_asc.gifquot;
target=quot;_blankquot;quot;, quot;Imagemquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/list_order_asc.gifquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;61
Bytesquot; )quot; )
NEO_HTML( quot;itemquot;,
quot;id=quot;list_order_desc.gifquot;quot;, quot;NEO_HTML(
quot;colquot;, quot;width=quot;284quot;
href=quot;/list_order_desc.gifquot; target=quot;_blankquot;quot;,
quot; lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; /gt; quot; )NEO_HTML( quot;colquot;,
quot;width=quot;10quot;quot;, quot;list_order_desc.gifquot;
)NEO_HTML( quot;colquot;, quot;href=quot;/list_order_desc.gifquot;
target=quot;_blankquot;quot;, quot;Imagemquot; )NEO_HTML(
quot;colquot;, quot;href=quot;/list_order_desc.gifquot;
target=quot;_blankquot; align=quot;rightquot;quot;, quot;61
Bytesquot; )quot; )
NEO_HTML( quot;itemquot;, quot;id=quot;top_admin.gifquot;quot;,
quot;NEO_HTML( quot;colquot;, quot;width=quot;284quot;
href=quot;/top_admin.gifquot; target=quot;_blankquot;quot;, quot;
lt;img width=quot;10quot; a=quot;1quot; a=quot;1quot;
a=quot;1quot; a=quot;1quot; a=quot