Francesco wrote:Very useful addons, Zomis, good work and also good plans for adding more stuff.
Just noticed that there is something wrong in the count of DL. The overall log for Series was 40, now it's counting 39 -- I'm pretty sure, but I could recall wrong.
By the way, I think it should be better to log as downloaded only the successfully completed ones (at this moment, if you start a DL and then you cancel it, the DL will be added to the stats) -- well, not so sure, maybe you have already fixed it.

Thank you Francesco

Yes, the DL count can be confusing. But I have actually an explanation for this.
In the beginning of the RNDFA, I cleared the downloadslog table every once in a while, but I still let the downloadscount stored together with the file information remain. This caused the statistics for some files be unequal (downloadslog table vs. downloadcount with the file information). On most pages, you see only the downloadcount number, not the actual count stored in the downloadslog table.
And also, some rows have been deleted from the downloadslog table afterwards, without synchronizing the downloadscount number.
Hope you understand what I'm rabbling about

Basically: The downloadscount are stored in 2 different ways, one table and one value together with the file information.
Unfortunately, I don't think counting only finished downloads is a possibility.
HerzAusGold wrote:Yep, I meant it in such a way.
ID 421 is downloaded 45 times, rndTest10 (the file) only 13 times.
But you mentioned this comes later.
Sorry for my pretty bad english.
*edit*
btw. i suppose that resume download is not supported. (I have tried this with curl - but download starts from beginning)
*edit2*
Ah an automatic mail if new stuff is uploaded in a categorie (choosed in profile) - may be with stuff inherit (also from profile) - would be nice.
Ah, yes. Since it's possible to update the files, it becomes a problem here. I've decided to copy the downloadscount to another place (which isn't visible yet) and reset the downloadscount and keep the downloadslog. If you see in the History of the file (shown in info.php) you see that the old files was downloaded 15 and 18 times. Then 13+15+18 = 46. The reason it's 46 and not 45 is probably that one row has been deleted from the downloadscount table for some reason - either because of a oubvious fake download (bot) or debugging mistake
And speaking of bots, in the beginning all bots downloading files where counted - this is probably an explaination why
RNDTool 1.4 has 155 downloads. Since a year ago or something, no bots are counted anymore. Some checks are done on the IP to make sure that it isn't a bot. (Some might get through that check anyways, but I believe it catches most of them).
Resume download is probably not supported, no.
Automatic mails and stuff has been planned for a while. I know it's possible, and I will try to implement it soon.
Btw: I hope you have seen that there are 2 different kinds of tables, one sortable by clicking the heads (used on Categories, Downloads Log, and Member List), and one not-sortable in the same way (used on Index, Info, Search). I plan to make all tables sortable with heads, and hopefully also filterable one day. I don't know if those sortable tables work in all browsers, but I hope they do (they use JavaScript).