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
 cant get active users mod to work...
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  17:39:56  Show Profile
default.asp just wont load... any ideas!? any help would be appreciated

Edited by - ruirib on 14 December 2002 20:01:50

laser
Advanced Member

Australia
3859 Posts

Posted - 14 December 2002 :  18:12:25  Show Profile
any errors ?
any url to view ?
any place that you got stuck or didn't understand the steps ?
Go to Top of Page

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  18:16:35  Show Profile
initial errors when updating the database:

Dropping Table..

Table does not exist
--------------------------------------------------------------------------------

Dropping Table..

Table dropped succesfully
--------------------------------------------------------------------------------

Creating table(s)...
CREATE TABLE FORUM_ACTIVE_USERS( MEMBER_ID int NULL , AU_IP varchar(40) NULL , AU_LOGINTIME varchar(100) NULL , AU_LASTACTIVETIME varchar(100) NULL , AU_LASTPAGE varchar(250) NULL , AU_QUERYSTRING text NULL , AU_USER_AGENT text NULL )
Table created succesfully

--------------------------------------------------------------------------------

Adding Column M_AUHIDE...
ALTER TABLE FORUM_MEMBERS ADD COLUMN M_AUHIDE varchar(1) NULL
Column already exists
Adding Column M_AUHIDE...
ALTER TABLE FORUM_MEMBERS ALTER COLUMN M_AUHIDE varchar(1) NULL
Column altered successfully

--------------------------------------------------------------------------------

Adding Column M_AUHIDE...
ALTER TABLE FORUM_MEMBERS_PENDING ADD COLUMN M_AUHIDE varchar(1) NULL
Column already exists

--------------------------------------------------------------------------------

Adding new records..
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANON','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUANONOVERRIDE','2')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPALLOW','4')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUPCOLLAPSE','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUALLOW','3')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUREFRESH','0')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUIP','1')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUUA','2')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAULOCAL','3')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUTIMEOUT','7')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUADMINCOLOR','orangered')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('STRAUMODCOLOR','forestgreen')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('intAURecord','0')
INSERT INTO FORUM_CONFIG_NEW (C_VARIABLE,C_VALUE) VALUES ('strAURecordDate','11111111111111')

Value(s) updated succesfully
--------------------------------------------------------------------------------


Database setup finished
Go to Top of Page

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  18:17:45  Show Profile
is there any errors there?
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 14 December 2002 :  18:24:56  Show Profile
nothing that should affect it drastically, how about you get more information (all the stuff I asked for, and anything else you can think of) then post here and someone can help.
Go to Top of Page

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  18:33:26  Show Profile
http://www.trialskings.com/forum/

theres the forum folder, pretty much all of it seems to be screwed up

when i log into the admin options i get:

Forum Feature Configuration:

Main Forum Configuration
Feature Configuration
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/forum/admin_home.asp, line 131



When setting the forum up the only thing i can think of that may have gone wrong is the bit where it tells you to put %> and <% on either side of something in default.asp. it looks like this:

&><!--#include file="inc_activeusers.asp"--><%
if strShowStatistics = "1" then
WriteStatistics
end if

Any ideas? i would really appreciate it if you could help me sort this 1 out, quickly as possible, as my forums down at the moment

cheers
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 14 December 2002 :  18:40:19  Show Profile
You should have %> rather than &> at the very beginning of that code segment, change that and it might be fine
Go to Top of Page

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  19:27:05  Show Profile
ok well thats sorted the default.asp page out... it now loads up ok... but when i enter admin options i still get the same error:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'fLang'

/forum/admin_home.asp, line 131
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 14 December 2002 :  19:39:48  Show Profile  Visit masterao's Homepage
At the bottom of the readme.html-file which came with the AU-mod, there are instructions for adding code at the end of config.asp. Did you add that?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  19:51:06  Show Profile
yeah tryed both lots of code still no work
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 14 December 2002 :  19:53:26  Show Profile  Visit masterao's Homepage
What does your LangMODS_Ls3kAU4.asp contain?

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
Go to Top of Page

jimster
Starting Member

28 Posts

Posted - 14 December 2002 :  20:29:40  Show Profile
ahhhhhh ok thanks guys finally got it working... i misread where is said to replace the %> at the bottom of the config.asp file. cheers for all the help. just 1 more thing, is there anyway i can get the active users information to appear below the statistics?
Go to Top of Page

masterao
Senior Member

Sweden
1678 Posts

Posted - 14 December 2002 :  20:49:47  Show Profile  Visit masterao's Homepage
Im glad you got it working .

You would need to rewrite the code in inc_activeusers.asp to do that. I haven't done it myself, so I don't have any example on how to do it. The AU mod is written so that you can have the Active User Panel/Statistics in a separate table below the forums. If you want to use that option, you need to rewrite the code in inc_activeusers.asp with that in mind.

Jan
===========
FR Portal Forums | Active Users 4.0.20 Mod
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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07