PhpDig does not have that type of specific ranking ability, but you could try changing the following settings in the config file.
PHP Code:
define('APPEND_TITLE_META',false); //append title and meta information to results
define('TITLE_WEIGHT',3); //relative title weight: APPEND_TITLE_META needs to be true
define('NUMBER_OF_RESULTS_PER_SITE',-1); //max number of results per site
// use -1 to display all results