I don't know of anyone who has tried the posted mod, but if your client wants to word bump based on searches use:
Code:
$weight_select = "SELECT COUNT(*) FROM ".PHPDIG_DB_PREFIX."logs WHERE l_includes = '".$key."'";
Otherwise, if your client wants to word bump based on clicks use:
Code:
$weight_select = "SELECT COUNT(*) FROM ".PHPDIG_DB_PREFIX."clicks WHERE c_val = '".$key."'";