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: General / Current Version (Old)
 Weird Problem :?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

asp_storm
Average Member

USA
787 Posts

Posted - 25 July 2001 :  23:43:24  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
why do i keep getting this error, i am using The EastPasco Version of The Script:
--------------------------------------------------------------------------------
error '8002801d'
Library not registered.

/brd/inc_functions.asp, line 631

--------------------------------------------------------------------------------
thx,
asp_newbie

[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]

asp_storm
Average Member

USA
787 Posts

Posted - 26 July 2001 :  20:24:43  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
any1?

[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 July 2001 :  20:39:04  Show Profile  Visit HuwR's Homepage
what is on line 631 of your inc_functions ?

Go to Top of Page

asp_storm
Average Member

USA
787 Posts

Posted - 26 July 2001 :  20:40:44  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
quote:

what is on line 631 of your inc_functions ?




this:
*******************************************************************************
Set regEx = New RegExp ' Create regular expression.
********************************************************************************

[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 July 2001 :  21:01:13  Show Profile  Visit HuwR's Homepage
replace your chkBadwords function with this


function chkBadWords(pString)
fString = trim(pString)
if fString = "" or IsNull(fString) then fString = " "
bwords = split(strBadWords, "|")
for i = 0 to ubound(bwords)
fString = Replace(fString, bwords(i), string(len(bwords(i)),"*"), 1,-1,1)
next
chkBadWords = fString
end function


Go to Top of Page

asp_storm
Average Member

USA
787 Posts

Posted - 26 July 2001 :  21:34:23  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
quote:

replace your chkBadwords function with this


function chkBadWords(pString)
fString = trim(pString)
if fString = "" or IsNull(fString) then fString = " "
bwords = split(strBadWords, "|")
for i = 0 to ubound(bwords)
fString = Replace(fString, bwords(i), string(len(bwords(i)),"*"), 1,-1,1)
next
chkBadWords = fString
end function





after i uploaded it like that i got:Microsoft VBScript compilation error '800a0401'

Expected end of statement

/board/inc_functions.asp, line 630

For i = 0 To UBound(bwords) fString = Replace(fString, bwords(i), String(len(bwords(i)),"*"), 1,-1,1)
-----------------------------^



[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 26 July 2001 :  21:57:22  Show Profile  Visit HuwR's Homepage
I think some of your lines are missing the end of line, when you copied and pasted, it doesn't copy any eol markers.

If you want to copy code someone has pasted, and still keep the formatting, hit the reply with quote button, and then copy the code from inside the edit box, it will keep the formatting.

Go to Top of Page

asp_storm
Average Member

USA
787 Posts

Posted - 26 July 2001 :  22:05:37  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
quote:

I think some of your lines are missing the end of line, when you copied and pasted, it doesn't copy any eol markers.

If you want to copy code someone has pasted, and still keep the formatting, hit the reply with quote button, and then copy the code from inside the edit box, it will keep the formatting.



k, thanks, trying

[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]
Go to Top of Page

asp_storm
Average Member

USA
787 Posts

Posted - 26 July 2001 :  22:09:38  Show Profile  Visit asp_storm's Homepage  Send asp_storm an AOL message
quote:

quote:

I think some of your lines are missing the end of line, when you copied and pasted, it doesn't copy any eol markers.

If you want to copy code someone has pasted, and still keep the formatting, hit the reply with quote button, and then copy the code from inside the edit box, it will keep the formatting.



k, thanks, trying

[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]

working great now, thx ALOT HuwR! You R Da Bomb!

[|||_____-asp_newbie-_____||||||]
(__Webmaster__)
[-Newschoolskiing.com-]
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.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07