PDA

View Full Version : File popularity on "My Files" Page


SpiderX22
10-25-2009, 11:30 PM
Can you add a column for file popularity rating on the "My Files" page please? Maybe drop the "Comments" column..I feel that is the one I use least and is kind of pointless to begin with.

Mickey
10-26-2009, 12:59 AM
Can you add a column for file popularity rating on the "My Files" page please? Maybe drop the "Comments" column..I feel that is the one I use least and is kind of pointless to begin with.

Good call. Done!

Also, congrats are in order -- you're the first person whose submitted files have been downloaded over a million times.

http://www.gearthhacks.com/userfiles.php?user=43979

Nice work!

T.Dooley
10-26-2009, 06:40 AM
How is File popularity calculated?

Edit: Well I suppose it's classified, and no problem with that. Some secrets are best being kept as secrets :D

Appletom
10-26-2009, 03:01 PM
you're the first person whose submitted files have been downloaded over a million times.Way to go Spider!

T.Dooley
10-26-2009, 06:28 PM
you're the first person whose submitted files have been downloaded over a million times.

I'd wish you had a dollar for every download ;) Since I don't expect that you got that, please accept my congratulation and thanks for many great files :giverose:

SpiderX22
10-28-2009, 04:10 AM
Thanks everyone!!!
It's been so much fun all these...woah...1363 days!

McMaster_de
10-28-2009, 10:04 PM
Concrats Spider for the 1st Million, lets take the next one.

PS: I will soon reach the 2000 files point and 1 Million downloads. :redface:

T.Dooley
10-31-2009, 09:24 AM
Would you consider starting 'popularity rating' with 1 (and not zero) as the lowest. It's so depressing to see (mine and others) files with zero popularity :D

It seems like part of popularity rating is depending on the file being clicked recently. IMHO popularity rating is more a calculation of downloads/clicks divided with the days the file has existed, maybe minor corrected so that newer downloads count a bit more than 'old' downloads.

I would suggest that a new rating is added. It could be called 'Hot' and should rate file only from very recent activity/click/download. This would show a much more dynamic list and let old files get back to the top from time to time.

Mickey
11-08-2009, 03:07 PM
I would suggest that a new rating is added. It could be called 'Hot' and should rate file only from very recent activity/click/download. This would show a much more dynamic list and let old files get back to the top from time to time.

That's kind of how the popularity rating already works. It runs at midnight each night and does the following:
-- Clicks from the previous day / 2
-- Clicks from all days prior to that / 3
-- Add them together.

Throughout the day, each download adds to that number. For example, suppose the pop rating of a file was 60. During the day it got 20 more clicks, raising the value to 80.

At midnight, the script would run:
-- Total from day (20/2) = 10
-- Previous total (60/3) = 20
-- New pop rating = 30

It weighs a lot for the daily visits, but retains a bit of it over time.

I'm certainly open to any suggested tweaks.