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/O Code)
 forum counter
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jakrif
Starting Member

4 Posts

Posted - 31 August 2004 :  01:40:05  Show Profile  Visit jakrif's Homepage
We have successfully installed and converted to Hebrew a snitz forum in our non profit web site. The forum is working great.

Is there any way we can integrate a hit counter into the code? Right now we only estimate hits by summing manually up the three last discussions.

In our site we use the free gostat counter, any possibility of integrating this code into the pages?

web site in english:http://www.ninjutsu.co.il/english/mainweb%20english/index.htm
our site forum:
http://www.ninjutsu.co.il/forums/new%20snitz%20forum/default.asp

thanks

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 31 August 2004 :  01:44:40  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Post a link to a .txt version of your inc_footer.asp, and I'll provide the instructions on how to add the counter code.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

jakrif
Starting Member

4 Posts

Posted - 31 August 2004 :  14:10:29  Show Profile  Visit jakrif's Homepage
the link to the .txt file is this:
http://www.ninjutsu.co.il/inc_footer.txt
I hope i did it right. This is the asp file I imported into frontpage, converted to text file and then published back.


this is the code the counter people supply:

<!-- Gostats.com web hit code. Please do not change this-->
<script type="text/javascript">var go_mem="bruda03";</script>
<script type="text/javascript" src="http://gostats.com/go.js"></script>
<noscript>
<a href="http://gostats.com/gogi/viewstats.pl?mn=bruda03" target="_top">
<img src="http://gostats.com/gogi/count.pl?mn=bruda03" alt="FREE HIT COUNTER" border=0></a>
</noscript><br>
<a href="http://gostats.com">free hit counter</a>
<!-- End of Gostats.com web hit code -->


Again, many thanks, I built the site with frontpage and that means I am a bit of a novice.
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 31 August 2004 :  14:31:56  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Find the following code in inc_footer.asp (lines 75-79):
Response.Write	"  </tr>" & vbNewLine & _
		"</table>" & vbNewLine & _
		"</font>" & vbNewLine & _
		"</body>" & vbNewLine & _
		"</html>" & vbNewLine

and replace it with the following code:
Response.Write	"  </tr>" & vbNewLine & _
		"</table>" & vbNewLine
%>
<center>
<!-- Gostats.com web hit code. Please do not change this-->
<script type="text/javascript">var go_mem="bruda03";</script>
<script type="text/javascript" src="http://gostats.com/go.js"></script>
<noscript>
<a href="http://gostats.com/gogi/viewstats.pl?mn=bruda03" target="_top">
<img src="http://gostats.com/gogi/count.pl?mn=bruda03" alt="FREE HIT COUNTER" border=0></a>
</noscript><br>
<a href="http://gostats.com">free hit counter</a>
<!-- End of Gostats.com web hit code -->
</center>
<%
Response.Write  "</font>" & vbNewLine & _
		"</body>" & vbNewLine & _
		"</html>" & vbNewLine

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz

Edited by - OneWayMule on 31 August 2004 15:53:56
Go to Top of Page

jakrif
Starting Member

4 Posts

Posted - 31 August 2004 :  15:49:03  Show Profile  Visit jakrif's Homepage
I did and got the folowing message on my browser instead of the forum:

Microsoft VBScript compilation error '800a0400'

Expected statement

/forums/new snitz forum/inc_footer.asp, line 88

"</font>" & vbNewLine & _
^


so I published the backup unchanged asp file again and reverted to the previous state.

Edited by - jakrif on 31 August 2004 15:49:59
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 31 August 2004 :  15:54:15  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Sorry, instructions aboce updated.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

cyber Knight
Starting Member

41 Posts

Posted - 01 September 2004 :  09:43:33  Show Profile
OneWayMule
would you please whenever you get a chance help me implement this into inc_footer.asp

http://www.asp101.com/samples/counter_db.asp

am getting error:
Microsoft VBScript compilation error '800a03ea'

Syntax error

/../counter_db_inc.asp, line 22

Function RetrieveAndIncrementCount()
Go to Top of Page

cyber Knight
Starting Member

41 Posts

Posted - 01 September 2004 :  13:46:37  Show Profile
Nevermind OneWayMule
i found a mod for just what i was looking for:
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=110
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07