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)
 Active Users Updated With Ip Viewing for Admin's
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 16

Mike B
Starting Member

6 Posts

Posted - 22 June 2001 :  18:19:18  Show Profile
Would it be possible to get DNS resolution in the view as well as IP?

Go to Top of Page

Naveed
New Member

Norway
85 Posts

Posted - 22 June 2001 :  18:42:37  Show Profile  Visit Naveed's Homepage
quote:

Hello, I've this problem if i reply a message :


Microsoft JET Database Engine error '80040e57'

The field is too small to accept the amount of data you attempted to add. Try inserting or pasting less data.

/fond2/forum/inc_top.asp, line 306


I suppose that's depend on Active Users, if I post with quote I don't have the error message and the board works well !






Hi, I got the same problem, u said u solved it by changing somrthing... can u explain how to do it??

Go to Top of Page

big9erfan
Average Member

540 Posts

Posted - 22 June 2001 :  18:46:22  Show Profile
Open up the table and change the M_Browse field from a Text field to a memo field ( in Access that is )

http://www.ugfl.net/forums
Go to Top of Page

Naveed
New Member

Norway
85 Posts

Posted - 22 June 2001 :  18:57:24  Show Profile  Visit Naveed's Homepage
I got it... thanks...



Edited by - naveed on 22 June 2001 19:05:27
Go to Top of Page

rethr
Starting Member

5 Posts

Posted - 23 June 2001 :  03:01:16  Show Profile
quote:

quote:

Syntax error
/forum/inc_top.asp, line 115
Function OnlineSQLencode(byVal strPass)


Nope not working
Syntax error
/forum/activetop.asp, line 17
Function OnlineSQLencode(byVal , strPass)

any idea?





try a comma after byVal:


Function OnlineSQLencode(byVal, strPass)






Go to Top of Page

mneedham
New Member

United Kingdom
84 Posts

Posted - 24 June 2001 :  17:35:26  Show Profile
Okay so I have downloaded that file but am I bit confused with this bit of code:

' ******************************************************
' ADD HERE WHAT YOU WANT THE PREFIX OF YOUR COOKIE TO BE
' it will either be 'strCookieURL' or 'strUniqueID'
strTempCookieType = strCookieURL
' ******************************************************

I am using the latest version ,think SR4. Now do I have to delete all that and put the prefix of my cookie or do I have to take off the ' for the one which I want to use

Thanks for your help!

Go to Top of Page

RobX
Starting Member

USA
27 Posts

Posted - 29 June 2001 :  20:18:27  Show Profile
Hello,

Could anyone help me with this error I am getting when I run active_users2.asp ?

Online Users Currently Browsing the Boards ()

ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forumtest/active_users2.asp, line 27

Thank you!

Go to Top of Page

RDoGG™
Junior Member

USA
329 Posts

Posted - 29 June 2001 :  20:51:05  Show Profile  Visit RDoGG™'s Homepage  Send RDoGG™ an AOL message  Send RDoGG™ a Yahoo! Message
quote:

Hello,

Could anyone help me with this error I am getting when I run active_users2.asp ?

Online Users Currently Browsing the Boards ()

ADODB.Recordset error '800a0bb9'

Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.

/forumtest/active_users2.asp, line 27

Thank you!





what's on line 27?

Go to Top of Page

msmit
Starting Member

6 Posts

Posted - 07 July 2001 :  09:40:39  Show Profile  Visit msmit's Homepage  Send msmit an ICQ Message
I have managed to get this mod working near perfect - yet - no matter what I do it shows me as Guest logged in. I have read through this entire topic and the same response to this problem is "strTempCookieType = strCookieID" I have this and still nothing...

I am testing under WinXP and IE6

Go to Top of Page

Taos
Starting Member

16 Posts

Posted - 07 July 2001 :  23:32:47  Show Profile
Richard, could I possibly get you to look at another MySQL incompatability for me.

The error reports as
Error Type:
ADODB.Recordset (0x800A0CB3)
Object or provider is not capable of performing requested operation.
/forums/active_users.asp, line 127

And if possible could I also ask you the favor of marking the changes you make if you would be so kind to do this for me.
I am trying to learn the differences between the different syntax for the different DB's so I may rectify such problems myself however have seen little along the way of examples.

Joseph
Go to Top of Page

Intrepidone
Average Member

Canada
515 Posts

Posted - 08 July 2001 :  14:58:11  Show Profile
msmit,

Try changing strTempCookieType = strCookieID to strTempCookieType = strUniqueID

See if that works

Intrepidone
Go to Top of Page

Intrepidone
Average Member

Canada
515 Posts

Posted - 08 July 2001 :  22:39:25  Show Profile
Small fix for active_users.asp for Netscape.

IP Address is showing in Username

Fix ....

Around lines 175 to 183 there is a </td> missing. Put a </td> in as shown in red below

<%          if strUseExtendedProfile then
Response.Write("<a href=""pop_profile.asp?mode=display&id="& rsMember("MEMBER_ID") & """>")
else
Response.Write("<a href=""JavaScript:openWindow2('pop_profile.asp?mode=display&id=" & rsMember("MEMBER_ID") & "')"">")
end if
Response.Write(rs("UserID") & "</a></font>")
%>
<% end if %>
</td>
<% if (mlev = 4 or mlev = 3) then %>


Intrepidone
Go to Top of Page

Rawly
Starting Member

United Kingdom
41 Posts

Posted - 19 July 2001 :  21:26:31  Show Profile  Visit Rawly's Homepage  Send Rawly an AOL message  Send Rawly an ICQ Message  Send Rawly a Yahoo! Message
I have installed this MOD, I am using the activeusers2.asp file and I have changed the
strTempCookieType = strUniqueID
And I still show up as a guest!
Please someone help!!

Thank You in advance

Rawly
Go to Top of Page

helio
Starting Member

Portugal
8 Posts

Posted - 20 July 2001 :  06:09:05  Show Profile  Visit helio's Homepage  Send helio an ICQ Message
Hi.

I have the same problem that TAOS reported:
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.

/forum/active_users.asp, line 127

Line 127 is:
rs.absolutepage = mypage

I'm using mySQL.

Thanks.

Go to Top of Page

ROB
Junior Member

USA
347 Posts

Posted - 20 July 2001 :  20:40:12  Show Profile  Visit ROB's Homepage  Send ROB an AOL message  Send ROB an ICQ Message  Send ROB a Yahoo! Message
quote:

Ok I have updated the Active Users and this will allow you to view the users IP Address if you are logged in as an Admin or a Moderator. Please give me your feedback. If you have installed the Previous Active User Mod you will still need to run active_users_setup.asp along with replacing all code with this new code for the ip logging to work.

Brad

http://www.freeaspcode.net/active_users.zip

Brad



Where is the code for this MOD? The link above doesn't work anymore. Can anyone email it to me?

Jeff Hester
http://www.bigblueball.com
Absolutely everything about Instant Messaging & Chat
Go to Top of Page
Page: of 16 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.2 seconds. Powered By: Snitz Forums 2000 Version 3.4.07