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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 MOD HELP!!
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 3

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:11:34  Show Profile
i think its 3.4

this guy has got 2 active_users.asp in the folder, which one do i use?
they are different!

here is the beginning of one
quote:
<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="include/inc_functions.asp" -->
<!--#INCLUDE FILE="include/inc_top.asp" -->
<%'## Do Cookie stuffs with reload
nRefreshTime = Request.Cookies(strTempCookieType & "Reload")
if Request.form("cookie") = "1" then
if strSetCookieToForum = 1 then
Response.Cookies(strTempCookieType & "Reload").Path = strTempCookieType



and here the beginning of another
quote:

<!--#INCLUDE FILE="config.asp" -->
<!--#INCLUDE FILE="inc_functions.asp" -->
<!--#INCLUDE FILE="inc_top.asp" -->
<%
mypage = request("whichpage")

If mypage = "" then
mypage = 1
end if

mypagesize = request.cookies("paging")("pagesize")

If mypagesize = "" then
mypagesize = 15
end if



Edited by - liching on 03 August 2002 20:13:05
Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 03 August 2002 :  20:13:32  Show Profile  Send Rasco an ICQ Message
quote:

Show active users on default.asp
-------------------------------------------------
Find following statement in your default.asp
------------------------------------------------

if strShowStatistics = "1" then

--------------------------------------------------
Add the following statement Just before the above statement
--------------------------------------------------


%>
<!--#INCLUDE FILE="inc_activeusers2.asp" -->
<%

---------------------------------------------
After addition it will look similar as below:
---------------------------------------------

%>
<!--#INCLUDE FILE="inc_activeusers2.asp" -->
<%

if strShowStatistics = "1" then



Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  20:14:49  Show Profile
Not that it matters but did you know there was a newer version here?

http://ls3k.com/snitz/mods.asp?action=details&ID=2

I'm not sure why the names dont show up tho I have never used version 3.4


no matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
installation guide | mods
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:16:13  Show Profile
GREAT!
LOL

ok, well i'm chucking in a poll now, just a poll and active users is all I WANT! heehhehe

and i got this error when i tried to install in in the mod
quote:
Adding new records..
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAdminPolls','0')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strUserPolls','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strActivePoll','0')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strWhoVotes','everyone')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strWhoVotes','everyone')
-2147467259 | The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.



Go to Top of Page

Rasco
Advanced Member

Germany
3192 Posts

Posted - 03 August 2002 :  20:36:57  Show Profile  Send Rasco an ICQ Message
You should get one Mod to work before you begin with another.

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:39:20  Show Profile
quote:

Microsoft VBScript compilation error '800a03ea'

Syntax error

/raky/langMODS_Ls3kAU4.asp, line 46

case "1033" 'English
^


i got that when i installed that new active users

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:41:29  Show Profile
whats wrong with it?
now my admin_home wont work eitehr...
quote:


<LI><a href="javascript:openWindow3('admin_config_order.asp')">Configure Category/Forum Order</a></LI>

<% response.write " <LI><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></LI>"%>
</UL></p>



thats the code that i chucked in the response wirite stuff

Edited by - liching on 03 August 2002 20:42:39
Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  20:42:47  Show Profile
Change the end of the langMODS_Ls3kAU4.asp to look like this


'## SNITZ FORUM 2000 MOD LANGUAGE FILE
'## Mod Active Users 4.0
'## Author: Nathan Bales


%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->




What error are you getting wwith admin home?


no matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
installation guide | mods
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:45:06  Show Profile
its just an error page a 500 Internal server thing

Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:46:59  Show Profile
quote:

'## SNITZ FORUM 2000 MOD LANGUAGE FILE
'## Mod Active Users 4.0
'## Author: Nathan Bales

select case strLangLCID
' case "1030" 'Danish
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1030.asp" --><%
case "1033" 'English
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
' case "1036" 'French
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1036.asp" --><%
' case "1037" 'Hebrew
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1037.asp" --><%
' case "1041" 'Japanese
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1041.asp" --><%
' case "1043" 'Dutch
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1043.asp" --><%
' case "1046" 'Portuguese - Brazil
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1046.asp" --><%
' case "1053" 'Sweedish
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_1053.asp" --><%
' case "2070" 'Portuguese - Portugal
%><!--INCLUDE FILE="LangMODS_Ls3kAU4_2070.asp" --><%
case else
%><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" --><%
end select
%>




where do i put %><!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  20:48:00  Show Profile
quote:

'## SNITZ FORUM 2000 MOD LANGUAGE FILE
'## Mod Active Users 4.0
'## Author: Nathan Bales
%>
<!--#INCLUDE FILE="LangMODS_Ls3kAU4_1033.asp" -->



Like that, so remove all select, case stuff


no matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
installation guide | mods



Edited by - Hamlin on 03 August 2002 20:49:56
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 03 August 2002 :  20:50:45  Show Profile
i swear this is stressing me out

You guys are soo much help!!

My default page doesnt work and my admin home either...
but one step at a time..

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 03 August 2002 :  20:52:46  Show Profile
Do you have a link to your forum?


quote:

i swear this is stressing me out



Go and take a tea break, we will still be here to help after



no matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
installation guide | mods
Go to Top of Page

liching
Starting Member

47 Posts

Posted - 04 August 2002 :  04:48:24  Show Profile
could someone install the ACtive Users Mod for me? Is that posssible, because I have tried it about 8 times unsusseccfully...
ANd i'm running out of time.. I need it up before tonight!!

ANYONE ?? PLEASE, I'll Love you forever!

Go to Top of Page

Hamlin
Advanced Member

United Kingdom
2386 Posts

Posted - 04 August 2002 :  05:23:43  Show Profile
What error are you getting?

Do you have any other mods installed?


no matter how fast light travels it finds the darkness has always got there first, and is waiting for it.
installation guide | mods
Go to Top of Page
Page: of 3 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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07