Fairly easy I would think, just need to alter the ORDER BY part of sources/rankings.php
// Get the ranking method, default to pageviews
$ranking_method = isset($FORM['method']) ? $FORM['method'] : $CONF['ranking_method'];
if (($ranking_method != 'pv') && ($ranking_method != 'in')...