Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 31/01/2003 00:18:29
|
csco
Newbie
Joined: 31/01/2003 00:07:30
Messages: 3
Offline
|
Access Stats doesn't work on NT (at least for me) I've tried everything.
It seems that the Access Stats doesn't create any "Log Files"
I can read the one which is coming with the script, and that all
I've check with my ISP and yes, CGI(PERL) is installed as well as SSI and the permissions where right as well.
I've been using Access Stats on UNIX box and it works just fine, Why not on Windows????
Tell me Tell me
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/02/2003 23:29:18
|
Jam'n
Graduate
![[Avatar]](/forum/images/avatar/9851679603ed7b6d3d2c7f.gif)
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
I'm using it under Windows XP and it works.
Have you tried the Windows XP Kompatibel version, as Xp and NT are some of the same build?
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 03/02/2003 23:47:45
|
csco
Newbie
Joined: 31/01/2003 00:07:30
Messages: 3
Offline
|
Jam'n I'm sure that it works for others and you, unfortunatly not for me. and yes I've tried the Window XP script as well (in fact I think that I've tried everthing that I know). My knowledge of NT is null may be I haven't given the right path or what ever. I'm more myself a Unix or Mac person so you know .......... windows...... mhhh
Can someone help me and give me a dummy setup for a NT box????? please
Moreover I've found that I can't CHMOD the files to 777 on the server but I think that a NT thingy no???????
Thank in advance for your help
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 04/02/2003 00:00:24
|
Jam'n
Graduate
![[Avatar]](/forum/images/avatar/9851679603ed7b6d3d2c7f.gif)
Joined: 07/01/2003 17:31:39
Messages: 166
Location: Netherlands
Offline
|
On NT you can't chmod files you just select the file with the right button and select properties and remove read-only.
The stat.pl looks like this on my machine:
#!c:/perl/bin/perl.exe
#########################################################################
# Access Stats v1.12 #
# Copyright (c)2000 Chi Kien Uong #
# URL: http://www.proxy2.de #
# #
# This Software is distributed under the GNU General Public #
# License. For more details see license.txt #
# #
#########################################################################
# #
# Windows XP Kompatibel - Andreas Kirchmeyer #
# #
#########################################################################
# url to script
$cgiurl = "http://www.procaz.net/cgi-bin/stats/stat.pl";
# url to the image files without trailing "/"
$gif_url = "http://www.procaz.net/cgi-bin/stats/gif";
# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))
$base_dir = "c:/internet/sambar52/cgi-bin/stats/logfiles";
# url to the log files without trailing "/"
$log_url = "http://www.procaz.net/cgi-bin/stats/logfiles";
And the log.pl like this
#!c:/perl/bin/perl.exe
#########################################################################
# Access Stats v1.12 #
# Copyright (c)2000 Chi Kien Uong #
# URL: http://www.proxy2.de #
# #
# This Software is distributed under the GNU General Public #
# License. For more details see license.txt #
# #
#########################################################################
# url to the image file
$output = "http://www.procaz.net/cgi-bin/stats/blank.gif";
# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))
$base_dir = "c:/internet/sambar52/cgi-bin/stats/logfiles";
maybe you missed something.
|
Jam'n
------------------------------------------------
Only the man who's truly educated
understands that he knows very little...
------------------------------------------------ |
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 04/02/2003 00:38:58
|
csco
Newbie
Joined: 31/01/2003 00:07:30
Messages: 3
Offline
|
Thank you Jam'n
I'm going to try this right now
|
|
|