Hi folks!
I have seen this PHP script a little while ago, but haven't bookmarked it. Now that I need it, obviously, I can't find it anymore.
It was a PHP script that would manage downloadable content, to save bandwidth. The script places new content accessible for a certain period of time, then the file is 'moved' onto a per-request list, where visitors can simply click on the name, and a 'popularity point' is 'attached' to the file. If the total gets over a certain value, the file is set back accessible. The points older than 30 days are deleted, keeping the accessible file list changing based on the visitors requests. We could also limit the number of files accessible at once.
Anyone remember this script? There may be a number of different ones doing more or less the same thing, too.
Let me know, I need this thing in a hurry............!
wild