Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Simple site stat counter mod - Version 1.1.1
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 18

Fandi
Starting Member

1 Posts

Posted - 24 September 2003 :  06:45:31  Show Profile
I am getting the same error (/forum/inc_sitestat.asp, line 390 ).
Also I am not able to save the changes I do in the sitestat admin. It says "Configuration Posted! Congratulations!" but it haven't saved it. Any ideas?
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 10 October 2003 :  13:26:02  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
[Has any one lately got this thing working?
I installed it and I get the error on line 390 and admin settings are not saved?
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 11 October 2003 :  15:03:51  Show Profile
Hi,
Have you added these lines into the config.asp line as stated in readme.txt file:

'###############################
'# SITE STAT MOD ##########
strTotalDayVisitor = Application(strCookieURL & "STRTOTALDAYVISITOR")
strTotalMonthVisitor = Application(strCookieURL & "STRTOTALMONTHVISITOR")
strTotalYearVisitor = Application(strCookieURL & "STRTOTALYEARVISITOR")
strTotalVisitor = Application(strCookieURL & "STRTOTALVISITOR")
strDayCount = Application(strCookieURL & "STRDAYCOUNT")
strMonthCount = Application(strCookieURL & "STRMONTHCOUNT")
strYearCount = Application(strCookieURL & "STRYEARCOUNT")
strTotalCount = Application(strCookieURL & "STRTOTALCOUNT")
strVisitorCountEdit = Application(strCookieURL & "STRVISITORCOUNTEDIT")
strPageCountEdit = Application(strCookieURL & "STRPAGECOUNTEDIT")
strSiteStatTableBorder = Application(strCookieURL & "STRSITESTATTABLEBORDER")
strCounterDB = Application(strCookieURL & "STRCOUNTERDB")
strCounterDisplay = Application(strCookieURL & "STRCOUNTERDISPLAY")
strCounterTxtPath = Application(strCookieURL & "STRCOUNTERTXTPATH")
strTotalYesterDayVisitor = Application(strCookieURL & "STRTOTALYESTERDAYVISITOR")
strYesterDayCount = Application(strCookieURL & "STRYESTERDAYCOUNT")
strSiteStatMembers = Application(strCookieURL & "STRSITESTATMEMBERS")
strHeaderPage = Application(strCookieURL & "STRHEADERPAGE")
strHeaderVisitor = Application(strCookieURL & "STRHEADERVISITOR")
strHeaderMembers = Application(strCookieURL & "STRHEADERMEMBERS")

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 11 October 2003 :  15:09:12  Show Profile
Hi Fandi & pmf & RebelTech,

if you goto line 390 you will see the following:

set file = fso.OpenTextFile(strCounterTxtPath,1,true)

and the reason why you get this error is, that you have no permission to use this command. On what system are you working?

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 11 October 2003 :  15:20:14  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
quote:
Originally posted by rgrund

Hi Fandi & pmf & RebelTech,

if you goto line 390 you will see the following:

set file = fso.OpenTextFile(strCounterTxtPath,1,true)

and the reason why you get this error is, that you have no permission to use this command. On what system are you working?

Bob



My db is Access. I do have write permissions. I have been using a text based page counter and it works. I put the correct path etc... When I would try to save the settings in admin home I would get an error stating that the name of the file must be sitestat.txt . It was set to this in both the admin settings and also it checked out to ok in the hardcode ( I had read that in the hardcode it was looking for sitesTat.asp). I would get the filename error even if I choose to use the db.
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 11 October 2003 :  15:21:58  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
rgrund,
I do thank you for replying. If you know of an obvious fix I will be glad to re- install this mod. I really like all that it reports!
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 11 October 2003 :  15:31:40  Show Profile
RebelTech,

what is the url to your site. I will register and will you give me for a short time admin rights? I will check the settigs then. OK?

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 11 October 2003 :  17:00:32  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
I am backing up my forum now. I am going to then reapply the mod (when I could not get it to work I reuploaded the copy that d/l'ed just before trying the mod). As soon as I get this done I will email you with the info if you still feel like messing with it.
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 11 October 2003 :  17:01:39  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
You want me to use the files in the 11 zip?
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 11 October 2003 :  17:42:27  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
Let make sure I am doing this right. If I am only going to display the stats on my portal page the I do NOT have to modify default.asp, right?
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 12 October 2003 :  11:40:12  Show Profile
Hi RebelTech,

you are absoluetly right, to show the stats only at your portal, then you do not need to modify the default.asp.

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 12 October 2003 :  14:26:01  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
Sent you an email
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 12 October 2003 :  14:45:50  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
Ok, I have it up with no errors. I can now save the settings in admin. But the stats are not increasing. Ideas?
Go to Top of Page

a10
Starting Member

United States
22 Posts

Posted - 12 October 2003 :  23:24:41  Show Profile
I tried downloading from the link in the first couple of messages. Getting a site not found error. Is site down, if so, anyone else have it for download? Thanks.
Go to Top of Page

RebelTech
Average Member

USA
613 Posts

Posted - 12 October 2003 :  23:33:16  Show Profile  Visit RebelTech's Homepage  Send RebelTech an ICQ Message
The links were working earlier, the server may be down. I will put it up for awhile. Grab it at:
ftp://ftp.txradio.org/sitestat11.zip
Go to Top of Page
Page: of 18 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07