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

hmmm
Starting Member

35 Posts

Posted - 27 December 2002 :  13:53:28  Show Profile
I am getting this error after I setup things the way you describe I go to the admin section and as soon as I submit the cahngesI get this

quote:
Error Type:
Microsoft VBScript runtime (0x800A0005)
Invalid procedure call or argument
/myweb/forum/admin_config_sitestat.asp, line 55



ay Ideas where I went wrong.
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 28 December 2002 :  09:49:16  Show Profile
Hi Hmmm,
Can you please answer the following questions:
1. Have you added this code in the config.asp
strCounterTxtPath = Application(strCookieURL & "STRCOUNTERTXTPATH")

2. Can you tell me the path you have used for the txt file? It should look like this:
c:\Inetpub\wwwroot\myhomepage\forum\sitetstat.txt

The script line checks to see if the txt file exists.


Robert


Internet should be OPENSOURCEd!
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 28 December 2002 :  16:16:22  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
Well I attempted an install of Ver 1.1 and kept running into problems to numerous to specify here. Tried with both storage versions (text file and DB). Kept getting a EOF error etc.

Waiting on Version 2.0 :-)

Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 29 December 2002 :  03:08:19  Show Profile
Hi,
could you tell me what you have done. I have just now set up a new test forum on my server and have also reinstalled the version 1.1 and I have no problem. I have even followed my own instructions. This really interests me, how these error come up?! If it is possible to remember the states, I will try to reproduce the same error on my server.

Does any one else have problems with 1.1?

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 29 December 2002 :  12:01:28  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
OK I have reinstalled this MOD following your instructions and am getting the following error:

Microsoft VBScript runtime error '800a003e'

Input past end of file

/forum/inc_sitestat.asp, line 351


I am using a text file setup right now. I also emailed you directly in order to establish contact so we cna try and work on this.

Thanks.


Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 29 December 2002 :  12:05:16  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
OK just shifted to the DB option and it works but the table is very weird. Please see my main page to see what I mean:

http://www.anotherwin95.com/forum/

However I woullprefer to use txt file because that keeps the dbase from growing to much.

Thanks again.


Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 29 December 2002 :  12:10:53  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
Well I think the table at the bottom of my main page is messed up due to HTML coding and I can not figure that out within the ASP and scripting stuff. Any help is appreciated.

Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com
Go to Top of Page

anotherwin95
Junior Member

USA
140 Posts

Posted - 29 December 2002 :  16:11:37  Show Profile  Visit anotherwin95's Homepage  Send anotherwin95 an ICQ Message
Thanks to rgrund and some great support we figured it out!


Thanks.

Richard Hay
Webmaster/Forum Admin
http://AnotherWin95.com

Edited by - anotherwin95 on 29 December 2002 16:13:27
Go to Top of Page

hmmm
Starting Member

35 Posts

Posted - 29 December 2002 :  19:20:18  Show Profile
I am going to attempt to reinstall the mod now.
I will let you know how it goes.
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 05 January 2003 :  16:14:35  Show Profile  Visit MaD2ko0l's Homepage
hey i get errors everywhere...when i have it on txt file it shows this error

Microsoft VBScript runtime error '800a003e'

Input past end of file

/mad2/inc_sitestat.asp, line 351


when i am on the db one it shows this error

ADODB.Field error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/mad2/inc_sitestat.asp, line 296


can some one help me plz??? thankx

maD2ko0l

© 1999-2010 MaD2ko0l
Go to Top of Page

nickos556
Starting Member

United Kingdom
1 Posts

Posted - 05 January 2003 :  16:51:58  Show Profile
The mod looks really good -I am planning to install it, but have a couple of questions first:

1) Can any user see the stats, or is it restricted just to the admin user? I don't really want every visitor to my site to see the stats...
2) How easy is it to modify the mod(!) so that it records the page hit's of every page on my site, not just the forum. Is there an include file I can use across my site, or would I have to edit it myself (I'm not too hot with asp!).

Cheers.
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 06 January 2003 :  03:21:14  Show Profile
MaD2ko0l,
Can you please check how many fields you have in the forum_sitestat table within the db! You should see 10 columns. If not please download the ZIP file again and reinstall the tables. I would suggest you contact me via my email and we can arrange a time to sort this out! OK?

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 06 January 2003 :  03:28:09  Show Profile
nickos556,
1. you do not need to put the code as instructured at the foot of the default.asp. Just leave this portion out and the table will not be shown.
2. You can view the stats just by using the file sitestat.asp
3. You can add the code to any page by including the following code to the pages you want, do not forget that you will need to define the path correctly to the include files, otherwise you will get an error:

<!--#INCLUDE FILE="config.asp"-->
<!--#INCLUDE FILE="inc_sitestat.asp" -->
<% Sitestat()%>

I would suggest if you have a top page within your web site to place the code in there, if you do not have this then you will have to add this into every page.

Hope that helped and that you will be able to install it!

Robert

Internet should be OPENSOURCEd!
Go to Top of Page

jkmcgrath
Junior Member

USA
145 Posts

Posted - 06 January 2003 :  08:33:49  Show Profile  Visit jkmcgrath's Homepage
Is there any plans to add to the stats that are displayed like the busiest day, by the hour that type of stuff not nessacarialy those stats.

Thanks for a great mod
John

Delta Force Seals
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 06 January 2003 :  08:50:34  Show Profile
Yes, in version 2! Version 2 will be totally a backend application! I am trying currently to make it as similar as to the webtrend information.

However I had to postpone the work on version 2. It is in my head, but I need more time.

I will make a post once version 2 will be out.

Robert

Internet should be OPENSOURCEd!
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.18 seconds. Powered By: Snitz Forums 2000 Version 3.4.07