Contents 

Introduction
Welcome to Nihuo Web Log Analyzer
Features
License Agreement
Installing & Uninstalling
System Requirements
Installing
Uninstalling
Working with the program
How does it work
User Interface
Menu Command
File Menu
Tools Menu
Help Menu
Toolbar
Project & Profile Tree List Window
Adding new project
Mode
General
Format
Servers
FTP
HTTP
Download
ODBC
File Names
Advertising
Adding new profile
General
Report
Local Folder
FTP
Email
Time Range
Tracking
Hit Filter
Visit Filter
Content
Database
Generating Reports
Date Macros
Command Line Operation
Program Settings
General
Elements
Email
File Types
Browsers
Search Engines
OS
Spider
Server Attack
Intranet
Support Log File Format
Apache/NCSA Format
IIS/W3C Extended Format
Reports
General Statistics
Activity Statistics
Daily
By Hour
By Day Of Week
By Month
Resources Accessed
URLs
Pages
Images
Downloaded Files
Video Files
Audio Files
Directories
Entry Pages
Exit Pages
Bounce Page
Stay Length
Time Taken
File Types
File Extension
Paths Through
Stolen Object
Advertising
Views and Clicks
Views
Clicks
Visitor & Demographics
Most Recent
By Stay Length
By Hits
By Bandwidth
By Authenticated Users
By Countries
By US States
By China Provinces
By Cities
Top Class A IP
Top Class B IP
Top Class C IP
IPV6
Domain
ISP
Referrers
Top Referring Sites
Top Referring URLs
Search Engines
Top Search Engines
Top Search Phrases
Top Search Keywords
Top Searched Files
Servers
Top Servers
Top Sites
Top IP:Port
Top Computers
Top Hosts
Intranet
Top Dept.
Browsers & Platforms
Top Browsers
Top Platforms
Spiders
Errors
Top Errors
404 Errors
Other Errors
Server Errors
Windows Errors
Tracked Files
Summary
Daily Activity
General Statistics
Referrers of File
Referrers of Visitors Who Accessed File
Top Parameters
Parameter Analysis
Top Previous Page
Top Next Page
Top Path Include File
Server Attack
Server Attack
Sample Report
Hit Filters
Advertising
Agent
Authenticate User
Browser
Client Host Country
Client Host Domain
Client Host IP
Cookie
Day Of Week
Entry Page
Method
OS
Referrer
Requested File
Return Code
Spider
Stolen Object
Time
URL Parameter
Virtual Domain
Visit Filters
Visit Depth
Visitor Entry Page
Visitor Exit Page
Visitor who came from specify referrer
Visitors who accessed speicified file
Visitors who accessed speicified file type
Scheduling Task
Schedule List Window
Add a New Schedule Event
General
Project & Profile
Pre-processing
Post-processing
Quick Start
Launching Nihuo Web Log Analyzer
Setting up a new website
Generating Report
Glossary
Glossary
Support
Contact us
Getting Program Updates
Purchasing
How to purchase

Nihuo Web Log Analyzer

Prev Page Next Page

Date Macros

You can have the Nihuo Web Log Analyzer automatically save that report to a location that you specify. If you retain those reports for future reference, you might want to organize them in such a way as to make their contents immediately identifiable to aid you when you next want to open them. To do so, you can describe which date or range of dates each report covers by including that information in the path name. Nihuo Web Log Analyzer includes a set of macros you can use to automate this process. These macros serve as placeholders for values that the software "plugs in" to the path name when it saves your reports.

 

Macro Description Example

%logstartdate%

Date of the first entry of log files

If the log start date is Feb 23, 2003, %logstartdate% will insert "Feb-23-2003" into your path name.

%logenddate%

Date of the last entry of log files

If the log end date is Feb 23, 2003, %logenddate% will insert "Feb-23-2003" into your path name.

%generationdate%

Current Date

If the current date is Feb 23, 2003, %generationdate% will insert "Feb-23-2003" into your path name.

%yy.sd%

The last two digits of the log start year

If the log start date is Feb 23, 2003, %yy.sd% will insert "03" into your path name.

%yy.ed%

The last two digits of the log end year

If the log end date is Feb 23, 2003, %yy.ed% will insert "03" into your path name.

%yy.gd%

The last two digits of the curent year

If the current date is Feb 23, 2003, %yy.gd% will insert "03" into your path name.

%yyyy.sd%

All four digits of the log start year

If the log start date is Feb 23, 2003, %yyyy.sd% will insert "2003" into your path name.

%yyyy.ed%

All four digits of the log end year

If the log end date is Feb 23, 2003, %yyyy.ed% will insert "2003" into your path name.

%yyyy.gd%

All four digits of the current year

If the current date is Feb 23, 2003, %yyyy.gd% will insert "2003" into your path name.

%am.sd%

Abbreviated text of the log start month

If the log start date is Feb 23, 2003, %am.sd% will insert "Feb" into your path name.

%am.ed%

Abbreviated text of the log end month

If the log end date is Feb 23, 2003, %am.ed% will insert "Feb" into your path name.

%am.gd%

Abbreviated text of the current month

If the current date is Feb 23, 2003, %am.gd% will insert "Feb" into your path name.

%mm.sd%

Two digits that represent the log start month

If the log start date is Feb 23, 2003, %mm.sd% will insert "02" into your path name.

%mm.ed%

Two digits that represent the log end month

If the log end date is Feb 23, 2003, %mm.ed% will insert "02" into your path name.

%mm.gd%

Two digits that represent the current month

If the current date is Feb 23, 2003, %mm.gd% will insert "02" into your path name.

%dd.sd%

Two digits that represent the log start day

If the log start date is Feb 23, 2003, %dd.sd% will insert "23" into your path name.

%dd.ed%

Two digits that represent the log end day

If the log end date is Feb 23, 2003, %dd.ed% will insert "23" into your path name.

%dd.gd%

Two digits that represent the current day

If the current date is Feb 23, 2003, %dd.gd% will insert "23" into your path name.

%dw.sd%

Index to the day in the log start week

If the log start date is Feb 23, 2003, a Sunday, %dw.sd% will insert "0" into your path name.

%dw.ed%

Index to the day in the log end week

If the log end date is Feb 23, 2003, a Sunday, %dw.ed% will insert "0" into your path name.

%dw.gd%

Index to the day in current week

If the current date is Feb 23, 2003, a Sunday, %dw.gd% will insert "0" into your path name.

%dy.sd%

Index to the log start day in the year

If the log start date is Feb 23, 2003, %dy.sd% will insert "54" into your path name.

%dy.ed%

Index to the log end day in the year

If the log end date is Feb 23, 2003, %dy.ed% will insert "54" into your path name.

%dy.gd%

Index to the current day in the year

If the current date is Feb 23, 2003, %dy.gd% will insert "54" into your path name.

%hour.sd%

Hour of the log start time

If the log start time is 5:30:19 p.m, %hour.sd% will insert "17" into your path name.

%hour.ed%

Hour of the log end time

If the log end time is 5:30:19 p.m, %hour.ed% will insert "17" into your path name.

%hour.gd%

Hour of the current time

If the current time is 5:30:19 p.m, %hour.gd% will insert "17" into your path name.

%min.sd%

Minute of the log start time

If the log start time is 5:30:19 p.m, %min.sd% will insert "30" into your path name.

%min.ed%

Minute of the log end time

If the log end time is 5:30:19 p.m, %min.ed% will insert "30" into your path name.

%min.gd%

Minute of the current time

If the current time is 5:30:19 p.m, %min.gd% will insert "30" into your path name.

%sec.sd%

Second of the log start time

If the log start time is 5:30:19 p.m, %sec.sd% will insert "19" into your path name.

%sec.ed%

Second of the log end time

If the log end time is 5:30:19 p.m, %sec.ed% will insert "19" into your path name.

%sec.gd%

Second of the log curent time

If the log current time is 5:30:19 p.m, %sec.gd% will insert "19" into your path name.

%wy.sd%

Index to the log start week in the year

If the log start date is Feb 23, 2003, %wy.sd% will insert "9" into your path name.

%wy.ed%

Index to the log end week in the year

If the log end date is Feb 23, 2003, %wy.ed% will insert "9" into your path name.

%wy.gd%

Index to the current week in the year

If the log current date is Feb 23, 2003, %wy.gd% will insert "9" into your path name.

%wm.sd%

Index to the log start week in the month

If the log start date is Feb 23, 2003, %wm.sd% will insert "5" into your path name.

%wm.ed%

Index to the log end week in the month

If the log end date is Feb 23, 2003, %wm.ed% will insert "5" into your path name.

%wm.gd%

Index to the current week in the month

If the current date is Feb 23, 2003, %wm.gd% will insert "5" into your path name.

%aw.sd%

Abbreviated text of the log start weekday

If the log start date is Feb 23, 2003, a Sunday, %aw.sd% will insert "Sun" into your path name.

%aw.ed%

Abbreviated text of the log end weekday

If the log end date is Feb 23, 2003, a Sunday, %aw.ed% will insert "Sun" into your path name.

%aw.gd%

Abbreviated text of the current weekday

If the current date is Feb 23, 2003, a Sunday, %aw.gd% will insert "Sun" into your path name.