i have a music pages website, and users can download, play, and view those pages, and I want to make a ranking page for this.
this ranking depend on those music's download, play, and view times. 3 attributes added together and call a new name is HOT pt.
I want this ranking page rank all music page with a point which is limit in 100.
example: I have 3000 pages .and the top 3 pages there has HOT pt with 300,500,700. and i want these 3 pt run within 100.like this below:
Top 1 : test1 99.34 top 2 : test2 94.21 top 3 : test3 89.64
so, how can i get a algorithm like this?