Re: Likelihood of a duplicate (Palle you around?)

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 62237
interpreted = N
texte = You mean this little snippet of logic =D ------------ START SNIPPET ---------------- [!]--EDITABLE--[/!] [text multi=T]offset=-9&your_cart=[cart][!]or whatever cart# you're trying to reverse[/!][/text] [!]--END EDITABLE--[/!] [text show=f]offset_in_seconds=[math][offset]*3600[/math][/text] [text show=f]offset_as_time=[math time]offset_in_seconds[/math][/text] [text show=f]scrubbed_cart=[getchars start=1&end=10][your_cart][/getchars][/text] [text show=f]days_since_epoch=[math]floor(([scrubbed_cart]+[offset_in_seconds])/86400)[/math][/text] [text show=f]seconds_since_midnight=[Format Seconds_To_Time][math][scrubbed_cart]%86400[/math][/format][/text] GET DATE & TIME FROM CART #[cart]:
[math date]{1/1/1970}+{00/[days_since_epoch]/0000}[/math] - [math time]{[seconds_since_midnight]}-{07:00:00}[/Math] ------------------------ END SNIPPET -------------------------- Good thing I have my own archive of emails! ----- Original Message ----- From: "Dan Strong" To: "WebDNA Talk" Sent: Wednesday, June 15, 2005 10:22 AM Subject: Re: Likelihood of a duplicate (Palle you around?) > Close. Remember I reverse-engineered [cart] and it returned the date and > time the cart was created? Search the archives for subject 'Cart -> Date > and Time' and you'll see the discussion sans the posts where the code was > actually posted (by me). > > > On Wed, 15 Jun 2005 19:07:11 +0200 > "Palle B. Nielsen (PowerPalle)" wrote: >> Hi Dan, >> >> Is it this one...? >> >> http://www.macnyt.dk:16080/sku/ >> >> Palle >> >> >> On 15/06/2005, at 17.41, Dan Strong wrote: >> >>> Can't find it... guess I thought it would live on in the archives.... >>> Palle, if you're around, you were the one I was working on it with, do >>> you still happen to have the code? >>> -Dan >>> >>> >>> On Wed, 15 Jun 2005 07:58:58 -0700 >>> "Dan Strong" wrote: >>> >>>> I'll have to dig it up... let me see what I can find. I can't see that >>>> it's truly proprietary since it's just a derivative of the UNIX >>>> timestamp..who knows. If I find it, I'll post it because it's useful. >>>> -Dan >>>> On Wed, 15 Jun 2005 07:53:24 -0400 >>>> Terry Wilson wrote: >>>> >>>>> Maybe they felt this was proprietary information? Please post it >>>>> again! >>>>> >>>>>> From: "Dan Strong" >>>>>> Subject: Re: Likelihood of a duplicate >>>>>> Date: Tue, 14 Jun 2005 20:32:00 -0700 >>>>>> Message-ID: >>>>>> Content-Type: text/plain; format="flowed" >>>>>> Content-Transfer-Encoding: 8bit >>>>>> >>>>>> Weird, it's not in the archives anymore... just to be sure I did a >>>>>> search on all messages I'veever sent and when I found the thread >>>>>> where my '[cart] hack' was it is not there. All it did >>>>>> wasreverse-engineer a [cart] value into the date/time it was >>>>>> created... did SM remove it? >>>>>> -Dan >>>>>> >>>>> -- >>>>> Terry Wilson | terry@terryfic.com | http://terryfic.com >>>>> http://WhosComing.com - a simplified, affordable online reservation >>>>> system >>>>> http://WhosBringingWhat.com - online potluck signup sheet >>>>> http://TightPods.com -- stylish protection for your laptop >>>>> -------------------------------------------------------------------- >>>>> ------ >>>>> ------------------------------------------------------------- >>>>> 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 >>>> digest@talk.smithmicro.com> >>>>> 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 >>> digest@talk.smithmicro.com> >>>> 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 >> digest@talk.smithmicro.com> >>> 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/ > > > ------------------------------------------------------------- > 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: Likelihood of a duplicate (Palle you around?) ( "Dan Strong" 2005)
  2. Re: Likelihood of a duplicate (Palle you around?) ( "WebDna @ Inkblot Media" 2005)
  3. Re: Likelihood of a duplicate (Palle you around?) ( "Dan Strong" 2005)
  4. Re: Likelihood of a duplicate (Palle you around?) ( "Palle B. Nielsen (PowerPalle)" 2005)
  5. Re: Likelihood of a duplicate (Palle you around?) ( "Dan Strong" 2005)
You mean this little snippet of logic =D ------------ START SNIPPET ---------------- [!]--EDITABLE--[/!] [text multi=T]offset=-9&your_cart=[cart][!]or whatever cart# you're trying to reverse[/!][/text] [!]--END EDITABLE--[/!] [text show=f]offset_in_seconds=[math][offset]*3600[/math][/text] [text show=f]offset_as_time=[math time]offset_in_seconds[/math][/text] [text show=f]scrubbed_cart=[getchars start=1&end=10][your_cart][/getchars][/text] [text show=f]days_since_epoch=[math]floor(([scrubbed_cart]+[offset_in_seconds])/86400)[/math][/text] [text show=f]seconds_since_midnight=[Format Seconds_To_Time][math][scrubbed_cart]%86400[/math][/format][/text] GET DATE & TIME FROM CART #[cart]:
[math date]{1/1/1970}+{00/[days_since_epoch]/0000}[/math] - [math time]{[seconds_since_midnight]}-{07:00:00}[/Math] ------------------------ END SNIPPET -------------------------- Good thing I have my own archive of emails! ----- Original Message ----- From: "Dan Strong" To: "WebDNA Talk" Sent: Wednesday, June 15, 2005 10:22 AM Subject: Re: Likelihood of a duplicate (Palle you around?) > Close. Remember I reverse-engineered [cart] and it returned the date and > time the cart was created? Search the archives for subject 'Cart -> Date > and Time' and you'll see the discussion sans the posts where the code was > actually posted (by me). > > > On Wed, 15 Jun 2005 19:07:11 +0200 > "Palle B. Nielsen (PowerPalle)" wrote: >> Hi Dan, >> >> Is it this one...? >> >> http://www.macnyt.dk:16080/sku/ >> >> Palle >> >> >> On 15/06/2005, at 17.41, Dan Strong wrote: >> >>> Can't find it... guess I thought it would live on in the archives.... >>> Palle, if you're around, you were the one I was working on it with, do >>> you still happen to have the code? >>> -Dan >>> >>> >>> On Wed, 15 Jun 2005 07:58:58 -0700 >>> "Dan Strong" wrote: >>> >>>> I'll have to dig it up... let me see what I can find. I can't see that >>>> it's truly proprietary since it's just a derivative of the UNIX >>>> timestamp..who knows. If I find it, I'll post it because it's useful. >>>> -Dan >>>> On Wed, 15 Jun 2005 07:53:24 -0400 >>>> Terry Wilson wrote: >>>> >>>>> Maybe they felt this was proprietary information? Please post it >>>>> again! >>>>> >>>>>> From: "Dan Strong" >>>>>> Subject: Re: Likelihood of a duplicate >>>>>> Date: Tue, 14 Jun 2005 20:32:00 -0700 >>>>>> Message-ID: >>>>>> Content-Type: text/plain; format="flowed" >>>>>> Content-Transfer-Encoding: 8bit >>>>>> >>>>>> Weird, it's not in the archives anymore... just to be sure I did a >>>>>> search on all messages I'veever sent and when I found the thread >>>>>> where my '[cart] hack' was it is not there. All it did >>>>>> wasreverse-engineer a [cart] value into the date/time it was >>>>>> created... did SM remove it? >>>>>> -Dan >>>>>> >>>>> -- >>>>> Terry Wilson | terry@terryfic.com | http://terryfic.com >>>>> http://WhosComing.com - a simplified, affordable online reservation >>>>> system >>>>> http://WhosBringingWhat.com - online potluck signup sheet >>>>> http://TightPods.com -- stylish protection for your laptop >>>>> -------------------------------------------------------------------- >>>>> ------ >>>>> ------------------------------------------------------------- >>>>> 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 >>>> digest@talk.smithmicro.com> >>>>> 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 >>> digest@talk.smithmicro.com> >>>> 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 >> digest@talk.smithmicro.com> >>> 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/ > > > ------------------------------------------------------------- > 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/ "WebDna @ Inkblot Media"

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:Item options w/ price adjustment (1997) Quit revisited (1997) Re:quit command on NT (1997) read and write you own cookies with webcat (1997) Protecting Images (2003) Is setting a basic lineitem in the cart really magic? (2000) WC1.6 to WC2 date formatting (1997) PCS Frames (1997) Search Questions (2000) Emailer setup (1997) ShowNext truncating passed variable?? (1997) WebCat2 - Getting to the browser's username/password data (1997) Show shoppingcart after remove last item (1997) [WebDNA] WebDNA 6.2 ErrorLog.txt (2014) OPEN MARKET PATENTS SOUND ECOMMERCE ALARM (1998) Counting files (1998) Running _every_ page through WebCat ? (1997) [shownext] and descending order (1997) Cookie still not working (1999) delete fails (2000)