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)
 MOD Tweak: Active Users (OS/Browser type)
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 4

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  17:20:08  Show Profile
Microsoft JET Database Engine error '80040e10'

No value given for one or more required parameters.

/inc_active_users.asp, line 113


113: my_Conn.Execute SQL


where can I get that file that is helping everyone? the link is broken!



Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 December 2001 :  17:32:49  Show Profile  Visit Nathan's Homepage
Actually, if you go here: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=19950

You can get active users 3.5 with this functionality built in.

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  17:34:27  Show Profile
yeah... you have to edit too many pages, i have tons of mods already so I can't overwrite anything, i need a quick fix for this



Edited by - freddydoes on 27 December 2001 17:35:44
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  17:59:54  Show Profile
ok, well i uploaded all the files clean and untouched and I still get that error, what the heck, it's clean. If it becuase of the new db fields? I used richard's set file suggestion.

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 December 2001 :  18:01:03  Show Profile  Visit Nathan's Homepage
Yeah, that error sounds like its a database error.

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  18:05:15  Show Profile
oh ****, i don't remember what is orginally looked like

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 December 2001 :  18:06:57  Show Profile  Visit Nathan's Homepage
Here are those files. . . if you didn't already add the necisary fields to your database I can make you a dbs file

http://66.189.200.249/stuff/Active%20Users%203.4%20Browser%20OS%20Addition.zip

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  18:11:15  Show Profile
hmm... I get the same errors with those new files, i think maybe richard goofed and I messed up my tables?

when i finished my setup, this is what it looked like:

CREATE TABLE FORUM_ONLINE ( UserID varchar (100) , UserIP varchar (40) , DateCreated varchar (100) , LastDateChecked varchar (100) , CheckedIn varchar (100) , LastChecked varchar (100) , M_BROWSE memo , SystemOS varchar (100) , Visits varchar (100) , BrowserTYPE varchar (100) )

Database set-up finish!!

Edited by - freddydoes on 27 December 2001 18:21:36
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 December 2001 :  18:26:06  Show Profile  Visit Nathan's Homepage
Visits??? Why is that in there?

The dbs file should look like this


Active Users 3.5
[CREATE]
ONLINE

UserID#varchar(100)#NULL#
UserIP#varchar(40)#NULL#
DateCreated#varchar(100)#NULL#
LastDateChecked#varchar(100)#NULL#
CheckedIn#varchar(100)#NULL#
LastChecked#varchar(100)#NULL#
M_BROWSE#memo#NULL#
SYSTEMOS#varchar(100)#NULL#
BROWSERTYPE#varchar(100)#NULL#
[END]


If you need to get rid of that old table first use this


Drop Active Users Table
[DROP]
ONLINE
[END]


 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource


Edited by - Nathan on 27 December 2001 18:26:28
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  18:28:31  Show Profile
well, i should have the necessary db info right? by the looks of my last post? i am downloading my db to see what it really looks like.

Edited by - freddydoes on 27 December 2001 18:34:40
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 December 2001 :  18:31:30  Show Profile  Visit Nathan's Homepage
The files in the zip I gave you above dont use visits, they will cause a problem.

 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  18:36:28  Show Profile
do you know how I can delete my visits field using sql? where I can just run an asp file to delete it?

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 27 December 2001 :  18:45:24  Show Profile  Visit Nathan's Homepage
Do you know how to run a dbs file?

This is the dbs file you need to run to get rid of that visits field:


Remove Visits Field

[ALTER]
ONLINE
DROP#VISITS###
[END]


 Nathan Bales - Romans 15:13
---------------------------------

Snitz Exchange | Mod Resource
Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  18:53:07  Show Profile
do i name the file .dbs then upload it and then run my mod_step and it should recognize it and then run it?

Go to Top of Page

freddydoes
Junior Member

108 Posts

Posted - 27 December 2001 :  19:04:02  Show Profile
ok, visits is now gone, i have the correct fields in my database, i uploaded your pages you sent me... and i still get the error, so

i droped the forum and remade it with your .dbs file, here is what I got

Creating table(s)...
CREATE TABLE FORUM_ONLINEUserID#varchar(100)#NULL#( UserIP#varchar(40)#NULL# int IDENTITY (1, 1) NOT NULL , DateCreated varchar(100) NULL , LastDateChecked varchar(100) NULL , CheckedIn varchar(100) NULL , LastChecked varchar(100) NULL , M_BROWSE memo NULL , SYSTEMOS varchar(100) NULL , BROWSERTYPE varchar(100) NULL )
-2147217900 | Syntax error in field definition.


Edited by - freddydoes on 27 December 2001 19:09:30
Go to Top of Page
Page: of 4 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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07