At the start of the phpdigIndexFile function in robot_functions.php add:
Code:
if (!isset($nbre_mots[$file])) {
$nbre_mots[$file] = 1;
}
That should add the filename part of the indexed pages to the PhpDig engine.
Note that you may want to add some code inside the if statement to format the filename part to your preference.