JunkBox - Download Analytics, how many hits you can get

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
User avatar
cepa
Forum Newbie
Posts: 12
Joined: Wed Aug 04, 2010 7:21 am
Location: Poland

JunkBox - Download Analytics, how many hits you can get

Post by cepa »

Hello,

recently I had a trouble with tracking how many downloads of files I get, that is why I have decided to write my own simple solution and now I would like to share with product that can be usefull for many of You!

JunkBox :: File Download Analytics

http://junkbox.ognisco.com

Image

JunkBox is a lightweight web application that can track your files and record every single click. You can get the total number of hits and statistics on who downloaded your files and how and when. Moreover it is completely transparent so every link looks like an ordinary link to an ordinary file.

For example this looks like an ordinary link to an ordinary file:

http://files.ognisco.com/junkbox/junkbo ... 110120.zip

but, just add '?stats' at the end:

http://files.ognisco.com/junkbox/junkbo ... .zip?stats

and here you can get statistics of how many hits per day this particular file has.

What's more you can go and list files in the directory where you can see hits counter for every file inside.

http://files.ognisco.com/junkbox/

And at the end you can get the list of the most popular files:

http://files.ognisco.com/?top

Also you can create your own custom theme.

JunkBox is distributed under terms of GNU GPL license.

Home page: http://junkbox.ognisco.com
Online demo: http://junkbox.ognisco.com/demo

Feel free to download, test and use JunkBox.
Any feedback highly appreciated.

Thanks
benacheson
Forum Newbie
Posts: 15
Joined: Wed Feb 23, 2011 12:59 pm

Re: JunkBox - Download Analytics, how many hits you can get

Post by benacheson »

Are you by any chance trying to promote Junkbox Junkbox Junkbox?

Seriously though, this is a really good tool. I've been looking for something like this.
Post Reply