View Single Post
Old 09-30-2003, 04:54 AM   #2
Rolandks
Purple Mole
 
Rolandks's Avatar
 
Join Date: Sep 2003
Location: Kassel, Germany
Posts: 119
Re: Again Win 2003: indexing all HTML-Comments

Quote:

Any Ideas - where is the php-code which exclude HTML-Comments - hhm, i don't found it ....
I think it is perhaps the same wrong \r\n - Bug as on Thread before, but i don't find the php-code which general exclude all HTML-Comments

In the Text-content files TXT all < HTML-Comments are > are < > Example : 14.txt:
Code:
< Navigations-Table end > And here is the Real text 
from the Page < Table-Image begin > Real Text from page......
Ps: I found it:
robot_functions.php Line 156
Code:
//f..k <!SOMETHING tags !!
$text = eregi_replace('(<)!([^-])','\1\2',$text);
But why should this not work on Win 2003 ?

Thanks
-Roland-

Last edited by Rolandks; 10-01-2003 at 12:30 AM.
Rolandks is offline   Reply With Quote