Re: Very serious bug with the [protect] tag

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 49534
interpreted = N
texte = Dear Scott,Thank you for this quick reply but it's not that. As such, you can take a look at my very normal code in the MultiGroupChecker page:[!] check for user in users.db[/!] [showif NotFound=[lookup db=Users.db&lookinField=user&value=[uppercase][username][/ uppercase]&returnField=user¬Found=NotFound]] [authenticate Unauthorized User] [/showif][!] Check password of user in users.db[/!] [showif [url][encrypt][uppercase][password][/uppercase][/encrypt][/ url]![url][lookup db=Users.db&lookinField=user&value=[uppercase][username][/ uppercase]&returnField=pass¬Found=NotFound][/url]] [authenticate Unauthorized User] [/showif][!] Check if user is in the group[/!] [search db=Users.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/ uppercase]&equserdatarq=[uppercase][username][/ uppercase]&eqpassdatarq=[url][encrypt][uppercase][password][/ uppercase][/encrypt][/url]] [showif [numFound]=0] [authenticate Unauthorized User] [/showif] [/search][!] Check if user is expired[/!] [search db=users.db&eqUSERdatarq=[uppercase][username][/ uppercase]&leEXPIRE_DATEdatarq=[DATE]&EXPIRE_DATEtype=date] [founditems] [hideif [EXPIRE_DATE]=[raw][EXPIRE_DATE][/raw]] [hideif [EXPIRE_DATE]=] [authenticate Unauthorized User - Expired] [/hideif] [/hideif] [/founditems] [/search][!] Users.hdr fieldsuser pass groups expire_date expire_delexpire_date: 01/01/2001 expire_del: T or F - Removes the acount if expired [/!]...as you can see, everything's fine. You have to remember the problem comes from both the [protect] and [authenticate] tag so it has to be something deeper.Do you have any idea what it might be?On Tuesday, April 15, 2003, at 03:18 PM, Scott Anderson wrote:> I doubt there is a bug with the protect tag. The [Protect] tag is > basically > a MACRO for the WebDNA code contained in the 'MultiGroupChecker' file > located in your WebCatalogEngine folder. Check your copy of that file > to > make sure that it is not corrupted, or perhaps broken by some outside > modifications. > >> -----Original Message----- >> From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of >> Claude Gelinas >> Sent: Tuesday, April 15, 2003 11:28 AM >> To: WebDNA Talk >> Subject: Very serious bug with the [protect] tag >> >> >> Dear SMI Support, >> >> I've discovered a VERY SERIOUS BUG affecting the WebCatalog >> 4.5 plug-in >> when a page tries to display .dna code protected by the [protect] tag. >> >> Using Safari, I get weird garbled code while on Explorer, it returns >> the data fine. You can read more about this bug at: >> http://webmaster.mbnx.net/MacOSX/viewtopic.php?t=5 >> >> ...and please, I'd like a fix for this very serious bug. >> >> Thank you, >> >> -- >> Claude Gelinas, Chief Technological Officer >> MBNX.net - Online Services >> >> Direct: (418) 657-6184 >> Toll free: 1 866 783-2321 >> >> Mailto:cgelinas@mbnx.net >> Visit us - http://mbnx.net/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > >-- Claude Gelinas, Chief Technological Officer MBNX.net - Online ServicesDirect: (418) 657-6184 Toll free: 1 866 783-2321Mailto:cgelinas@mbnx.net Visit us - http://mbnx.net/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Very serious bug with the [protect] tag (Scott Anderson 2003)
  2. Re: Very serious bug with the [protect] tag (WJ Starck 2003)
  3. Re: Very serious bug with the [protect] tag (Claude Gelinas 2003)
  4. Re: Very serious bug with the [protect] tag (Claude Gelinas 2003)
  5. Re: Very serious bug with the [protect] tag (Scott Anderson 2003)
  6. Re: Very serious bug with the [protect] tag (Gary Krockover 2003)
  7. Very serious bug with the [protect] tag (Claude Gelinas 2003)
Dear Scott,Thank you for this quick reply but it's not that. As such, you can take a look at my very normal code in the MultiGroupChecker page:[!] check for user in users.db[/!] [showif NotFound=[lookup db=Users.db&lookinField=user&value=[uppercase][username][/ uppercase]&returnField=user¬Found=NotFound]] [authenticate Unauthorized User] [/showif][!] Check password of user in users.db[/!] [showif [url][encrypt][uppercase][password][/uppercase][/encrypt][/ url]![url][lookup db=Users.db&lookinField=user&value=[uppercase][username][/ uppercase]&returnField=pass¬Found=NotFound][/url]] [authenticate Unauthorized User] [/showif][!] Check if user is in the group[/!] [search db=Users.db&groupsword=ww&wogroupsdatarq=[uppercase][groups][/ uppercase]&equserdatarq=[uppercase][username][/ uppercase]&eqpassdatarq=[url][encrypt][uppercase][password][/ uppercase][/encrypt][/url]] [showif [numFound]=0] [authenticate Unauthorized User] [/showif] [/search][!] Check if user is expired[/!] [search db=users.db&eqUSERdatarq=[uppercase][username][/ uppercase]&leEXPIRE_DATEdatarq=[date]&EXPIRE_DATEtype=date] [founditems] [hideif [EXPIRE_DATE]=[raw][EXPIRE_DATE][/raw]] [hideif [EXPIRE_DATE]=] [authenticate Unauthorized User - Expired] [/hideif] [/hideif] [/founditems] [/search][!] Users.hdr fieldsuser pass groups expire_date expire_delexpire_date: 01/01/2001 expire_del: T or F - Removes the acount if expired [/!]...as you can see, everything's fine. You have to remember the problem comes from both the [protect] and [authenticate] tag so it has to be something deeper.Do you have any idea what it might be?On Tuesday, April 15, 2003, at 03:18 PM, Scott Anderson wrote:> I doubt there is a bug with the protect tag. The [protect] tag is > basically > a MACRO for the WebDNA code contained in the 'MultiGroupChecker' file > located in your WebCatalogEngine folder. Check your copy of that file > to > make sure that it is not corrupted, or perhaps broken by some outside > modifications. > >> -----Original Message----- >> From: WebDNA Talk [mailto:WebDNA-Talk@talk.smithmicro.com]On Behalf Of >> Claude Gelinas >> Sent: Tuesday, April 15, 2003 11:28 AM >> To: WebDNA Talk >> Subject: Very serious bug with the [protect] tag >> >> >> Dear SMI Support, >> >> I've discovered a VERY SERIOUS BUG affecting the WebCatalog >> 4.5 plug-in >> when a page tries to display .dna code protected by the [protect] tag. >> >> Using Safari, I get weird garbled code while on Explorer, it returns >> the data fine. You can read more about this bug at: >> http://webmaster.mbnx.net/MacOSX/viewtopic.php?t=5 >> >> ...and please, I'd like a fix for this very serious bug. >> >> Thank you, >> >> -- >> Claude Gelinas, Chief Technological Officer >> MBNX.net - Online Services >> >> Direct: (418) 657-6184 >> Toll free: 1 866 783-2321 >> >> Mailto:cgelinas@mbnx.net >> Visit us - http://mbnx.net/ >> >> >> ------------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to >> >> Web Archive of this list is at: http://webdna.smithmicro.com/ > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > >-- Claude Gelinas, Chief Technological Officer MBNX.net - Online ServicesDirect: (418) 657-6184 Toll free: 1 866 783-2321Mailto:cgelinas@mbnx.net Visit us - http://mbnx.net/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Claude Gelinas

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Summary search -- speed (1997) how do we turn off staticpages page creation? (2003) WebCat2 Append problem (B14Macacgi) (1997) RE: ShowNext Command (1997) Ok here is a question? (1997) Credit Card Number checking (1997) How many lookups does it take ... (2003) WebCatalog & htdig (2000) group searching problem (2002) cart (1997) Loops N Variables (1998) shownext (1997) WebCatalog for Postcards ? (1997) Automatic thumbnail images (1998) Server Freeze (1998) PCS Frames (1997) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997) looping table rows (1999) Attn: Bug in GeneralStore example b15 (1997) Running 2 two WebCatalog.acgi's (1996)