evje wrote:I have installed Access Stats on my win NT4.0 server and it works perfectly. However, the graphics don't show. I have tried just about every combination of things and no luck!!
-----------------------------------------------------------------
setup for log2.pl
# url to the image file
$output = "http://123.123.123.123/stat/gif";
# path to the log files from the server root without trailing "/")
$base_dir = "D:/stat/logfiles";
-----------------------------------------------------------------
Setup for log.pl
# url to the image file
$output = "http://123.123.123.123/stat/gif";
# path to the log files from the server root without trailing "/")
$base_dir = "D:/stat/logfiles";
-----------------------------------------------------------------
Setup for stat.pl
$cgiurl = "http://123.123.123.123/cgi-bin/stat.pl";
# url to the image files without trailing "/"
$gif_url = "http://123.123.123.123/stat/gif";
# path to the log files from the server root without trailing "/")
$base_dir = "D:/stat/logfiles";
# url to the log files without trailing "/"
$log_url = "http://123.123.123.123/stat/logfiles";
-----------------------------------------------------------------
Anyone care to give me a hand to figure this out? I searched every post in this Forum and there is nothing about this problem.
-------------------------------------------------------------------
Forgot to mention; The graphic on the webpage fails to show as well. Used both the JavaScript and SSI version. Nothing shows but the small box where the graphic should be.
GGGGGRRRRRR!