View Single Post
Old 12-15-2004, 07:05 AM   #7
Spider
Green Mole
 
Join Date: Jul 2004
Posts: 13
I placed this in robot_functions.php at line 161

Code:
$text = eregi_replace("<td[^>]*>.*</td>"," ",$text);
Because all my content is between td-tags, I thought then phpdig would show me nothing. But phpdig still finds everything. Did I make a mistake?
Spider is offline   Reply With Quote