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)
 UPDATED MOD : Snitz Personalization
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 10

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 07 June 2001 :  16:35:46  Show Profile
Faiz,

I do have a play around site for it, but like it needs. I requires you to log into it as a member, but you can sign up at www.flamehall.com. This site is a play site and has your mod setup on it. I shall work on the little part of the table that keeps showing the bgcolor and will post a fix as soon as I can if you like.

quote:

Thank you! do u have a working demo for this mod ...actually I do not have a online test site so...



Regards,

Webmaster @ Classic Motor Cycling
Classic Motor Cycling
Go to Top of Page

stuF
Average Member

United Kingdom
561 Posts

Posted - 07 June 2001 :  16:54:13  Show Profile  Visit stuF's Homepage
it is your version that im using, and after removing the wrong include statement, this is the error im getting....

Microsoft VBScript runtime error '800a01a8'

Object required: 'my_Conn'

/cgi-bin/forum/inc_functions.asp, line 656

i know its not the same file, but its occuring in my.asp
...


Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 June 2001 :  17:25:40  Show Profile
Try redownloading it again. I just updated it about an hour ago.
Go to Top of Page

stuF
Average Member

United Kingdom
561 Posts

Posted - 07 June 2001 :  18:20:09  Show Profile  Visit stuF's Homepage
ok, just tried again, same one again...
could you upload it as another name/different place?
as im getting the same one everytime...

Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 June 2001 :  18:44:16  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
This is the error I get:

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/forum/inc_functions.asp, line 642

Anyone have a working copy of this mod that they'd care to share w/me?

Thank you!

Cheers,
Tim

Drop me an email and find out about hosting your snitz forum too!

http://www.bandwidthunlimited.net
http://www.free-guestbook.com
http://www.tealnet.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 June 2001 :  20:12:13  Show Profile
Tim, what is on line 642 of your inc_functions.asp file?
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 June 2001 :  20:15:45  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
getMemberID = rsGetMemberID("MEMBER_ID")

Cheers,
Tim

Drop me an email and find out about hosting your snitz forum too!

http://www.bandwidthunlimited.net
http://www.free-guestbook.com
http://www.tealnet.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 June 2001 :  20:22:12  Show Profile
Tim, can you post the whole function GetMemberID from your inc_functions.asp file?

You also might try changing this in my.asp from:

id = getMemberID(Request.Cookies(strUniqueID & "User")("Name"))


to

id = getMemberID(strDBNTUserName)
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 June 2001 :  20:23:02  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
function getMemberID(fUser_Name)

'## Forum_SQL
strSql = "SELECT " & strMemberTablePrefix & "MEMBERS.MEMBER_ID "
strSql = strSql & " FROM " & strMemberTablePrefix & "MEMBERS "
strSql = strSql & " WHERE M_NAME = '" & fUser_Name & "'"

rsGetMemberID = my_Conn.Execute(strSql)

getMemberID = rsGetMemberID("MEMBER_ID")

end function

Cheers,
Tim

Drop me an email and find out about hosting your snitz forum too!

http://www.bandwidthunlimited.net
http://www.free-guestbook.com
http://www.tealnet.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 June 2001 :  20:25:22  Show Profile
Do you know whether you are using strUniqueID or strCookieURL on your forum?
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 June 2001 :  20:27:29  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
quote:
strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/"))
if Application(strCookieURL & "ConfigLoaded")= "" or IsNull(Application(strCookieURL & "ConfigLoaded")) or blnSetup="Y" then



Is in in config.asp file if that helps.


Cheers,
Tim

Drop me an email and find out about hosting your snitz forum too!

http://www.bandwidthunlimited.net
http://www.free-guestbook.com
http://www.tealnet.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 June 2001 :  20:45:50  Show Profile
In the my.asp file trying changing this:

id = getMemberID(Request.Cookies(strUniqueID & "User")("Name"))


to

id = getMemberID(strDBNTUserName)
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 June 2001 :  20:48:31  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
same error as I stated above...ADODB.Field (0x800A0BCD)
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/forum/inc_functions.asp, line 642




Cheers,
Tim

Drop me an email and find out about hosting your snitz forum too!

http://www.bandwidthunlimited.net
http://www.free-guestbook.com
http://www.tealnet.com
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 07 June 2001 :  20:53:58  Show Profile
Sorry, that was my mistake. I corrected the code above...
Go to Top of Page

tteal
Junior Member

USA
438 Posts

Posted - 07 June 2001 :  20:58:33  Show Profile  Visit tteal's Homepage  Send tteal an AOL message  Send tteal an ICQ Message
Richard, take a look for yourself http://www.tealnet.com/forum/my.asp

Cheers,
Tim

Drop me an email and find out about hosting your snitz forum too!

http://www.bandwidthunlimited.net
http://www.free-guestbook.com
http://www.tealnet.com
Go to Top of Page
Page: of 10 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