I have seen it is possible to put a combo date selector, the same as in:
http://www.nltechno.com/awstat…..ailleur.fr
I am generating the html statistical pages from the console. I have tried to change the following settings, erase the database and update again and again. And it doesnt seem to appear. Does anyone know what is missing. Do i have to change another setting?
# AWStats saves and sorts its database on a month basis (except if using
# databasebreak option from command line).
# However, if you choose the -month=all from command line or
# value '-Year-' from CGI combo form to have a report for all year, AWStats
# needs to reload all data for full year (each month), and sort them,
# requiring a large amount of time, memory and CPU. This might be a problem
# for web hosting providers that offer AWStats for large sites, on shared
# servers, to non CPU cautious customers.
# For this reason, the 'full year' is only enabled on Command Line by default.
# You can change this by setting this parameter to 0, 1, 2 or 3.
# Possible values:
# 0 – Never allowed
# 1 – Allowed on CLI only, -Year- value in combo is not visible
# 2 – Allowed on CLI only, -Year- value in combo is visible but not allowed
# 3 – Possible on CLI and CGI
# Default: 2
#
AllowFullYearView=3
I have chosen 3, because in this way it is possible to be used by the interface or by the console. Am i right?
Regards