Is there a content management system that is very oriented around tracking internal hits to different groups and/or different links? I'm looking for a way to manage 100,000 links and ranking them indifferent ways based on how long they have been on the site or how often they are clicked. Thanks
I guess you have to do some custom coding for that. Everytime a link is click store the information in a database. Should not be to hard to do that. What script are you using at the moment? What language?
Build your own. Its not hard. And, in the long run, it will be easier for you to implement the features you want, as you know what functions do what etc... If you want a start though, look at some directory scripts in your chosen coding language.