Advanced Traffic Statistics: Live Radar & WAF Security

Advanced Traffic Statistics: Live Radar & WAF Security 1.8.0

No permission to download
Is there a way to reset the logs that store the visits used by the addon?

After I experienced tens of thousands of /misc/style-variation queries last month (multiples higher than my normal expected traffic), my graphs for Trend Last 30 Days, Historical Monthly Visitors, and Annual Comparison are so heavily skewed that for the future those graphs will barely be showing a little line of activity for an undetermined amount of time.

I have made the necessary robots.txt additions to prevent these queries from continuing, but my graphs will be showing that huge spike for a long time and basically making the following days, months, years seem really insignificant on the charts.
 
Is there a way to reset the logs that store the visits used by the addon?

After I experienced tens of thousands of /misc/style-variation queries last month (multiples higher than my normal expected traffic), my graphs for Trend Last 30 Days, Historical Monthly Visitors, and Annual Comparison are so heavily skewed that for the future those graphs will barely be showing a little line of activity for an undetermined amount of time.

I have made the necessary robots.txt additions to prevent these queries from continuing, but my graphs will be showing that huge spike for a long time and basically making the following days, months, years seem really insignificant on the charts.
Currently, there isn't a "reset" button directly in the XenForo Admin Control Panel. However, you can easily fix this directly in your database (via phpMyAdmin).
  • Open phpMyAdmin and find the table xf_statistiche_report_giornaliero.
  • Browse the table and look for the specific dates of the attack in the data_rif column.
  • You will see a massive number in the totale_unici column for those days. Just edit that number and change it to your normal daily average (e.g., change 35000 to 800).
  • Save. Your charts will instantly recalculate the scale and go back to normal!
(Note: Please always remember to make a quick database backup before running manual SQL queries or editing tables!)
 
Currently, there isn't a "reset" button directly in the XenForo Admin Control Panel. However, you can easily fix this directly in your database (via phpMyAdmin).
  • Open phpMyAdmin and find the table xf_statistiche_report_giornaliero.
  • Browse the table and look for the specific dates of the attack in the data_rif column.
  • You will see a massive number in the totale_unici column for those days. Just edit that number and change it to your normal daily average (e.g., change 35000 to 800).
  • Save. Your charts will instantly recalculate the scale and go back to normal!
(Note: Please always remember to make a quick database backup before running manual SQL queries or editing tables!)
Unfortunately my forum installation is hosted on the XF Cloud, and as such I do not have access to the server via phpMyAdmin or any other way.

And since my use of the advanced stats is new and I have considered it under beta test on my site, I wouldn't mind resetting all the counters to the initial settings and just starting fresh this month. But the cloud limits me.
 
Back
Top Bottom