Author |
Topic |
Mike B
Starting Member
6 Posts |
Posted - 22 June 2001 : 18:19:18
|
Would it be possible to get DNS resolution in the view as well as IP?
|
|
|
Naveed
New Member
Norway
85 Posts |
Posted - 22 June 2001 : 18:42:37
|
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??
|
|
|
big9erfan
Average Member
540 Posts |
Posted - 22 June 2001 : 18:46:22
|
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 |
|
|
Naveed
New Member
Norway
85 Posts |
Posted - 22 June 2001 : 18:57:24
|
I got it... thanks...
Edited by - naveed on 22 June 2001 19:05:27 |
|
|
rethr
Starting Member
5 Posts |
Posted - 23 June 2001 : 03:01:16
|
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)
|
|
|
mneedham
New Member
United Kingdom
84 Posts |
Posted - 24 June 2001 : 17:35:26
|
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!
|
|
|
RobX
Starting Member
USA
27 Posts |
Posted - 29 June 2001 : 20:18:27
|
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!
|
|
|
RDoGG™
Junior Member
USA
329 Posts |
Posted - 29 June 2001 : 20:51:05
|
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?
|
|
|
msmit
Starting Member
6 Posts |
Posted - 07 July 2001 : 09:40:39
|
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
|
|
|
Taos
Starting Member
16 Posts |
Posted - 07 July 2001 : 23:32:47
|
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
|
|
|
Intrepidone
Average Member
Canada
515 Posts |
Posted - 08 July 2001 : 14:58:11
|
msmit,
Try changing strTempCookieType = strCookieID to strTempCookieType = strUniqueID
See if that works
Intrepidone |
|
|
Intrepidone
Average Member
Canada
515 Posts |
Posted - 08 July 2001 : 22:39:25
|
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 |
|
|
Rawly
Starting Member
United Kingdom
41 Posts |
Posted - 19 July 2001 : 21:26:31
|
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 |
|
|
helio
Starting Member
Portugal
8 Posts |
Posted - 20 July 2001 : 06:09:05
|
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.
|
|
|
ROB
Junior Member
USA
347 Posts |
Posted - 20 July 2001 : 20:40:12
|
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 |
|
|
Topic |
|