If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Access Stats problem, Graphics will not show.  XML
Forum Index » Support Forum
Author Message
evje
Beginner

Joined: 31/07/2003 00:04:45
Messages: 7
Location: Canada
Offline

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.
[WWW]
Anonymous



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!
Anonymous



It looks like your server doesn’t allow pictures in the cgi-bin, try putting them in the root directory of your website.
Don’t forget to change:

# url to the image files without trailing "/"
$gif_url = "http://www.procaz.net/images/statsgif";

and

# url to the image file
$output = "http://www.procaz.net/images/statsgif/blank.gif";

_________________
Jam'n


------------------------------------------------

Only the man who's truly educated
understands that he knows very little...

------------------------------------------------
Anonymous



Figured it out at last!!! Took a bit of juggling. Now to fine tune it.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum