Hi. The titles are getting displayed as numbers or untitled because there is a > symbol within the title tags. To change this behaviour, go to the robot_functions.php file, and modify the following code prior to index:
PHP Code:
//extracts title
if ( eregi("<title *>([^<>]*)</title *>",$text,$regs) ) {
$title = $regs[1];
}