|
JavaCounter 1.5
|
This is a link to my new Java counter — it is much better than those below,
which I am keeping here mostly because they are Perl source files, good for
browsing.
|
|
Page Hits Counter — xbitmap
|
A simple counter (I don't
use it any more). Monochrome output, not terribly fancy,
but easy to set up. Counts any number of pages for any
number of owners. Sometimes doesn't look very good on
some Netscape browsers, depending on choice of text and
background color.
This script
now logs each contact by date, time, IP address,
originating server and browser type! Keep track of your
contacts! Find out whether more people log on at noon
than at midnight! Things like that.
|
|
Page Hits Counter — GIF
|
This script works like the one above,
but after logging user data it passes control to a GIF
counter program written by others (I am using
Count 2.3
, but the script will likely work with
any counter program). This counter looks better than the
one above but it is very hard to set up. You have to
compile and install the GIF counter program and then link
this script to it. This task is not for the faint of
heart.
|
|
Page Hits Log Analyzer (version 3/18/96 bug fix)
|
Use this script in
conjunction with the counters listed above to analyze
your page hits by browser type, platform type, and time
of day!
Press here for a Sample Output
|
|
Guest Book Script
|
This script accepts a new
entry to a guestbook database and generates an HTML page showing past entries.
|
8/20/96 revision.
This script now optionally sends e-mail to a
specified address for each guest book entry.
|
|
|
8/25/96 revision.
Fixed bug that prevented correct operation with
Lynx text-only browser.
|
|
|
7/30/97 revision.
Combined two CGI scripts into one, combined display and entry HTML pages into
one.
|
|
|
Guest Book HTML Template
|
This is the HTML template page used by the above guest book script.
Activate it and save it on your system. Make any style or content changes you
want to make. Install it in the same directory as the CGI script above — name
it "template.html."
|
|
Guest Book Web Page Example
|
This is an example of the guest book in operation.
|
|
Environment Reader
|
This simple script prints
out everything that the system sees when you activate a
CGI script. Use it to see what information your forms are
providing, and what the Net knows about you all the time!
|