Author |
Topic |
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:11:34
|
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 |
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 03 August 2002 : 20:13:32
|
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
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:16:13
|
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.
|
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 03 August 2002 : 20:36:57
|
You should get one Mod to work before you begin with another.
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:39:20
|
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
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:41:29
|
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 |
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 20:42:47
|
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 |
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:45:06
|
its just an error page a 500 Internal server thing
|
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:46:59
|
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" -->
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 20:48:00
|
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 |
|
|
liching
Starting Member
47 Posts |
Posted - 03 August 2002 : 20:50:45
|
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..
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 03 August 2002 : 20:52:46
|
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 |
|
|
liching
Starting Member
47 Posts |
Posted - 04 August 2002 : 04:48:24
|
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!
|
|
|
Hamlin
Advanced Member
United Kingdom
2386 Posts |
Posted - 04 August 2002 : 05:23:43
|
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 |
|
|
Topic |
|