<% '------------------------------------------------------------- 'StatCounteX 3.1 'http://www.2enetworx.com/dev/projects/statcountex.asp 'File: reportd.asp 'Description: Datailed Report 'Initiated by Hakan Eskici on Nov 18, 2000 'See credits.txt for the list of contributors 'You may use the code for any purpose 'But re-publishing is discouraged. 'See License.txt for additional information '------------------------------------------------------------- 'Change Log: '------------------------------------------------------------- '# Feb 5, 2001 by Kevin Yochum 'Added links for graphical reports and visitor ip paths 'Added showing url's as active links '------------------------------------------------------------- %> StatCounteX 3.1
Truly Scrumptious Fabrics Stats

» Reports » Detailed Report

<% sub SQLTable(sTitle, sSQL) rs.Open sSQL, , , adCmdTable %> <% for each fld in rs.fields iFieldCount = iFieldCount + 1 if iFieldCount = 1 then iWidth = 400 sAlign="left" else iWidth = 50 sAlign="right" end if %> <% next response.write "" response.write "" do while not rs.eof response.write "" response.write "" iFieldCount = 0 for each fld in rs.fields iFieldCount = iFieldCount + 1 if iFieldCount = 1 then iWidth=400 sAlign = "left" else iWidth=50 sAlign="right" end if sFieldName = "" If bShowLinks And InStr( rs(fld.name), "http://" ) > 0 Then sFieldName = "" & rs(fld.name) & "" Else sFieldName = rs(fld.name) end if %> <% next response.write "" response.write "" rs.movenext loop response.write "
» <%=sTitle%>
<%=fld.name%>
<%=sFieldName%>
" rs.close end sub OpenDB sConnStats SQLTable "Top 10 Pages", "SELECT TOP 10 PathName, Total FROM Paths ORDER BY Total DESC" SQLTable "Top 10 Referers", "SELECT TOP 10 RefName, Total FROM Refs ORDER BY Total DESC" SQLTable "Browsers", "SELECT BrowserName, Total FROM Browsers ORDER BY Total DESC" SQLTable "Resolutions", "SELECT ResName, Total FROM Resolutions ORDER BY Total DESC" SQLTable "Colors", "SELECT ColorName, Total FROM Colors ORDER BY Total DESC" SQLTable "Operating Systems", "SELECT OsName, Total FROM OSes ORDER BY Total DESC" conn.close set rs=nothing set conn=nothing %>

Detailed Statistics (all data)

» View detailed reports to see the statistics about Browsers, Resolutions, Colors, Operating Systems Pages and Referers.
» View page views for all pages.
» View all referers.
» View time specific page views.
» View click paths (IP addresses).

Graphs (all data)

» View Page Views and Visitors by Hour.
» View Page Views and Visitors by Day of Week.
» View Page Views and Visitors by Day of Month.
» View Page Views and Visitors by Week of Year.
» View Page Views and Visitors by Month.
» View Page Views and Visitors by Year.

Administration

» View Administration Page.