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

rgrund
Junior Member

Austria
206 Posts

Posted - 21 April 2003 :  04:30:20  Show Profile
Marcoworld,
I have regsitered now on your site as well. can you give me access as an admin.
thanks,
Robert

Internet should be OPENSOURCEd!
Go to Top of Page

Marcoworld
New Member

Italy
68 Posts

Posted - 21 April 2003 :  16:16:33  Show Profile  Visit Marcoworld's Homepage
ok rgrund!
now you are an Admin...
Let me know soon!
thank you!

- Excuse me for my bad english... -
http://www.marcoworld.it
http://www.marcoworld.it/forum
http://www.marcoworld.it/erasmus
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 21 April 2003 :  18:46:00  Show Profile  Visit Gargoyle's Homepage
Rgrund,

Thank-you so much for making this MOD and more importantly your offer of help. I have however fixed the problem. I am currently using SHv8 modded forum with TONS of additions and in your readme it states to put the sitestat include under these lines in inc_header.asp
'## END   - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT


But in my file it needed to be below these lines of code....

set my_Conn = Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString


That code is around lines 115-120

Hopefully this will help you in the future... Thank-you!!

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

korayem
New Member

Egypt
72 Posts

Posted - 23 April 2003 :  14:39:54  Show Profile
Gargoyle... thank u thanku thank u...8-D


By the time you read this, you've already read it!!
http://HASdot.COM/
Go to Top of Page

tribaliztic
Senior Member

Sweden
1532 Posts

Posted - 24 April 2003 :  04:30:33  Show Profile  Visit tribaliztic's Homepage  Send tribaliztic an ICQ Message
This solved my problem too! Thanx alot! =)

/Tribaliztic
- www.gotlandrace.se -
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 24 April 2003 :  18:37:56  Show Profile  Visit Gargoyle's Homepage
Your welcome guys or gals as the case may be..

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

mikeb89GT
Starting Member

21 Posts

Posted - 24 May 2003 :  09:59:53  Show Profile
Could someone take a look at mine. First error I get is

Microsoft VBScript runtime error '800a0005'

Invalid procedure call or argument
/forums/sf2k_v34_03/inc_sitestat.asp, line 390

Than when I try to set the options in the admin sections It tells me

"There Was A Problem With Your Details

The Filename has to be sitestat.txt"

No matter what I choose, any help would be appreciated

the site is
http://www.5-0.org/forums/sf2k_v34_03/default.asp

Mike

Go to Top of Page

wrc1
Starting Member

47 Posts

Posted - 24 May 2003 :  11:35:23  Show Profile
hello i installed the site stat counter mod. I get this error and what is wrong :

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'sitestat'

/forum/default.asp, line 996



This is a part of my default asp about line 996 :

end if
Response.Write "</font></td>" & vbNewline & _
" </tr>" & vbNewline

Response.Write "<tr>"
Response.Write " <td bgcolor=""" & strForumCellColor & """ colspan=""" & sGetColspan(6,5) &_
""">" & _
"<font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """ color=""" & strForumFontColor & """>"
sitestat()(this is line 996)
Response.Write "</font></td>" & vbNewline & _
" </tr>" & vbNewline

if ArchivedPostCount > 0 and strArchiveState = "1" then
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 25 May 2003 :  03:37:52  Show Profile
wrc1,
have you inlcuded the <--!include script? It seems that this is missing.

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 25 May 2003 :  03:42:05  Show Profile
mikeb89GT,

try to set the database option to access, so not to a txt file. save the configuration and inform me if that works. Second if you choose txt file, the physical path should be directed where the filew is located and the end you need to add the filename "sitestat.txt". The script is looking for this, if it is not included you will always get an error. Further the txt option will not work if you are hosted on a unix.

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

Etymon
Advanced Member

United States
2385 Posts

Posted - 25 May 2003 :  07:46:01  Show Profile  Visit Etymon's Homepage

Hi rgrund,

How close might you be to your newest version? If it will be a month or so, I'll go ahead and work with your latest. Thank you for the MOD work!

Etymon
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 25 May 2003 :  08:24:12  Show Profile
Hi Etymon,

I am curently really under big (BIG) work stress. I am undergoing a new course (calles Six-Sigma) and I am trying always to do a little programing in between but I will not have any release news before July. Hope you can install the current version and thanks for asking.

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

mikeb89GT
Starting Member

21 Posts

Posted - 25 May 2003 :  08:42:26  Show Profile
rgrund
I did try changing it to acces with the same results. I also tried it with txt and added the physical path in the admin section with no luck. If you could register on the site I will give you admin options so you can take a look around. Much appreciate the help. Also one last note, I am hosted on windows.

http://www.5-0.org

Edited by - mikeb89GT on 25 May 2003 08:46:03
Go to Top of Page

rgrund
Junior Member

Austria
206 Posts

Posted - 25 May 2003 :  14:26:18  Show Profile
mikeb89GT

I have registered at your site and could you give me admin status? I will only check the sitestat mod. I am currently sitting on an airport in sweden and I will not be able to help in the next five days. so you will need to be patient. I do want to help you to set up the mod.

Bob

Internet should be OPENSOURCEd!
Go to Top of Page

mikeb89GT
Starting Member

21 Posts

Posted - 25 May 2003 :  14:29:47  Show Profile
Your all set as an admin.
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.19 seconds. Powered By: Snitz Forums 2000 Version 3.4.07