VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Site statistics chart generator

Paulo Borges  (1 Submission)   Graphics   VB Script   Unknown Difficulty   Sun 27th May 2001   Mon 8th February 2021

Site statistics chart generator

API Declarations



This is a graphic display of traffic registered on a given web site.
It is consisted of three modules. The first logs every user that enters the site and record this information in an access database. When a user requests the site statistics page an .asp routine executes and summarizes information from the access.mdb log file and formats it to be displayed by a chart java applet.

I have used two applications found in the Internet to accomplish this:
The first is the .asp routine that captures user visits and records it to the access database, this is called the sitelog.asp
The second is Tchart (developed by R. BERTHOU.) that can be downloaded from http://www.javaside.com (Pleased download tChart V 5.20) freeware

All it is needed to make it work is to install sitelog and have it working. Make sure that the access database is in a subdirectory ‘data’ of your web site. For that follow the instructions on the downloads of sitelog.

About Tchart, all you will need is to copy the following files to the root of your site:
tchart2.jar, tchart2.class

To link those two modules I have developed sitestat.asp, what it will do is take information from the access database populated by sitelog.asp and feed to Tchart so it will produce the graphics that represent site visit statistics by month

It can be seem in action at http://www.dataserv-mz.com/sitestat.asp

Paulo Borges


Rate Site statistics chart generator (1(1 Vote))
Site statistics chart generator.bas

Site statistics chart generator Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters