- A new search engine database to allow several "match id" for same
search engine. Example: All google ip referer id are recognised.
- Can use UA and HOST fields to build personalized ExtraSection reports.
+- Added support for AND conditions in personlaized ExtraSection config.
- Support for right to left languages. Added 'he' language.
- Added LevelForSearchEnginesDetection parameter to choose between 2 possible
levels of detection for search engines (like LevelForRobotsDetection).
<br># ExtraSectionNameX is title of your personalized chart.
<br># ExtraSectionConditionalX are conditions you can use to count or not the hit,
<br># Use one of the field condition (URL, QUERY_STRING, REFERER, UA, HOST)
-<br># and string to match after a coma. Use "|" for "OR".
+<br># and string to match after a coma. Use "|" for "OR". If you can also use
+<br># several conditions, they will be combined as "AND".
<br># ExtraSectionFirstColumnTitleX is the first column title of the chart.
<br># ExtraSectionFirstColumnValuesX is a Regex string to tell AWStats in which
<br># field to extract value from (URL, QUERY_STRING, REFERER, UA, HOST) and how
<br>
<br># Example to report the 20 products the most ordered by "order.cgi" script
<br>ExtraSectionName1="Product orders"
-<br>ExtraSectionCondition1="URL,/cgi-bin/order.cgi"
+<br>ExtraSectionCondition1="URL,/cgi-bin/order.cgi|URL,/cgi-bin/order2.cgi"
<br>ExtraSectionFirstColumnTitle1="Product ID"
<br>ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
<br>ExtraSectionFirstColumnFormat1="%s"
# ExtraSectionNameX is title of your personalized chart.
# ExtraSectionConditionalX are conditions you can use to count or not the hit,
# Use one of the field condition (URL, QUERY_STRING, REFERER, UA, HOST)
-# and string to match after a coma. Use "|" for "OR".
+# and string to match after a coma. Use "|" for "OR". If you can also use
+# several conditions, they will be combined as "AND".
# ExtraSectionFirstColumnTitleX is the first column title of the chart.
# ExtraSectionFirstColumnValuesX is a Regex string to tell AWStats in which
# field to extract value from (URL, QUERY_STRING, REFERER, UA, HOST) and how
# Example to report the 20 products the most ordered by "order.cgi" script
#ExtraSectionName1="Product orders"
-#ExtraSectionCondition1="URL,/cgi-bin/order.cgi"
+#ExtraSectionCondition1="URL,/cgi-bin/order.cgi|URL,/cgi-bin/order2.cgi"
#ExtraSectionFirstColumnTitle1="Product ID"
#ExtraSectionFirstColumnValues1="QUERY_STRING,productid=([^&]+)"
#ExtraSectionFirstColumnFormat1="%s"