hello
When i put 2 EXTRAS one after the other , only the second is used by AWSTAT.
what can i do to use both EXTRAS together and not just the second?
(AWSTATS is used on local)
for example :
# Affichage du Top 20 des Téléchargements
ExtraSectionName1="Téléchargements (Top 20)"
ExtraSectionCodeFilter1="200 304"
ExtraSectionCondition1="URL,(.*((\\.rar)|(\\.doc)|(\\.exe)|(\\.msi)|(\\.pdf)|(\\.rtf)|(\\.swf)|(\\.txt)|(\\.vbs)|(\\.xls)|(\\.zip)|(\\.zm2)))"
ExtraSectionFirstColumnTitle1="Téléchargements"
ExtraSectionFirstColumnValues1="URL,(.*)"
ExtraSectionFirstColumnFormat1="<A HREF='http://www.syages.fr%s' TARGET='_blank'>%s</A>"
ExtraSectionStatTypes1=HBL
ExtraSectionAddAverageRow15=0
ExtraSectionAddSumRow1=1
MaxNbOfExtra1=20
MinHitExtra1=1
# Top 10 des images
ExtraSectionName1="Top 10 des images"
ExtraSectionCodeFilter1="200 304"
ExtraSectionCondition1="URL,(.*((\\.bmp)|(\\.gif)|(\\jpg)|(\\.jpeg)))"
ExtraSectionFirstColumnTitle1="Images"
ExtraSectionFirstColumnValues1="URL,(.*)"
ExtraSectionFirstColumnFormat1="<A HREF='http://www.syages.fr%s' TARGET='blank'>%s</a>"
ExtraSectionStatTypes1=HBL
ExtraSectionAddAverageRow15=0
ExtraSectionAddSumRow1=1
MaxNbOfExtra1=10
MinHitExtra1=1