For those that use this with vBIndex, I have made a Customblock for "Hottest Links" ie those links with the highest hit count.
Most important upgrade I think this needs is for the linkhits counts to be stored as MEDIUMINT( 8 ), not TEXT ...
[sql]
ALTER TABLE `local_linkslink` CHANGE `linkhits` `linkhits` MEDIUMINT( 8 ) UNSIGNED DEFAULT '0' NOT NULL;
[/sql]
Check it out -
https://vborg.vbsupport.ru/showthread.php?t=61311