Visitors on this page: #!/usr/bin/perl
##############################################################################
# Visitor Counter Version 2.51 #
# Copyright 1998-99, UtilMind Solutions info@utilmind.com #
# http://www.utilmind.com #
# Created: Nov 3, 1998-99 Last Modified: May 03, 2000 #
##############################################################################
# COPYRIGHT NOTICE #
# Copyright 1998-99, UtilMind Solutions All Rights Reserved. #
# #
# VisCounter may be used and modified free of charge by anyone so long as #
# this copyright notice and the comments above remain intact. By using this #
# code you agree to indemnify UtilMind Solutions from any liability that #
# might arise from it's use. #
# #
# Selling the code for this program without prior written consent is #
# expressly forbidden. In other words, please ask first before you try and #
# make money off of our programs. #
# #
# Obtain permission before redistributing this software over the Internet or #
# in any other medium. In all cases copyright and header must remain intact.#
##############################################################################
# Set Variables
$counterfile = 'counter.txt';
# Get the input
$link = $ENV{'DOCUMENT_URI'};
# Begin Code
open(FILE, $counterfile) || die Can't locate counter file $!;
@DATA =
May 03, 2000: At installation of the "counter.txt" file, please make sure that file is not blank. Type return char or something else. We've made minor bugfixing to pervent losing the data in flat-database and if "counter.txt" size is 0 bytes stats will not calculated. Please visit our 'Perl Message Board' at http://www.utilmind.com for questions.