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?