Re: Very serious bug with the [protect] tag

This WebDNA talk-list message is from

2003


It keeps the original formatting.
numero = 49535
interpreted = N
texte = Claude-I think what he's saying is that the *file itself* may be corrupted?Maybe try and replace it with a fresh copy.I can email you one if you'd like...--Will Starck NovaDerm Skincare Science http://www.novaderm.com wjs@novaderm.com On Tuesday, April 15, 2003, at 02:27 PM, Claude Gelinas wrote:> 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 fields > > user pass groups expire_date expire_del > > expire_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 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/ 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)
Claude-I think what he's saying is that the *file itself* may be corrupted?Maybe try and replace it with a fresh copy.I can email you one if you'd like...--Will Starck NovaDerm Skincare Science http://www.novaderm.com wjs@novaderm.com On Tuesday, April 15, 2003, at 02:27 PM, Claude Gelinas wrote:> 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 fields > > user pass groups expire_date expire_del > > expire_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 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/ WJ Starck

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:

Re:UPS, FEDEX TRACKING (1999) Extracting a Word (2000) Date Formats (1997) OPEN MARKET PATENTS SOUND ECOMMERCE ALARM (1998) Million product store (2003) [OT] JS snippet needed (2006) Cart date/time (2006) memory conflict with 3.0.8 (2001) Is there a 'does not contain' comparison? (1999) Performance Tuning (2006) Giving out error pages (1997) 2 things: CartSweep and Manual (2003) Indexing Web sites? (2000) 'does not contain' operator needed ... (1997) Date or time comparisons have bugs ... (1998) GuestBook example (1997) Associative lookup style? + bit more (1997) No luck with taxes (1997) Problems with [Applescript] (1997) Fulfillment e-mail? (1998)