Closed huang0808 closed 5 years ago
@tsteur @halfdan @splinter89 @Firesphere @dandv could you help me to see what is the problem with the plugin? thanks very much.
I did not implement the date/time range selector because BotTracker just counts the hits. It can be useful if there were some reports depending on the BotTracker-ExtraStats, but that isn't implemented as well. I don't neet it, but if anyone wants to add this feature, feel free to do it.
You would ideally need to implement an archiver using ./console generate:archiver
. Unfortunately, this part is not really documented just yet.
@Thomas--F Thank your reply. could you do this feature?
@tsteur Thank you give method, I will try it.
As I said before, this feature doesn't make sense because there are only some count-fields in the database. The timestamp ist only stored for the last counted hit. So if you restrict the date-range, only some of the rows will dissapear but the numbers will be the same. You cannot use it to see the bot-hits in a specific time range. Without historical data there is no way to look at date-ranges.
@Thomas--F I see, thanks your relpy.
BotTracker is not applied with date rang selector, how to fix it? thanks.