What is WebDNA

WebDNA is a scripting and database system designed to easily build web applications.

WebDNA and BioType

BioType service is a biometric keystroke dynamic system. It will be part of WebDNA 8.5

Download WebDNA

Download WebDNA freeware, try it and register later if you want.

WebDNA resources

The list of all WebDNA instructions.
WebDNA
Software Corporation
Search WebDNA Site
 Menu


HOME


DOWNLOADS


LEARN


EDUCATION


NEWS


COMMUNITY


STORE


SUPPORT


CONTACT

Re: Cart -> Date and Time

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 55672
interpreted = N
texte = Okay let me simplify... When I put the [cart] tag in a template it generates a value. Let's say <10749685891852840> Within this value <10749685891852840> there is some kind of time stamp and I want to reverse engineer this value <10749685891852840> into the date and time like [mm/dd/yyyy] and [hh:mm:dd]. What I know by now is the fact that the cart value is very similar to the Unix timestamp so somehow it can be reverse engineered. Any help...? Palle On 24/1-2004, at 19.38, WebDna @ Inkblot Media wrote: > I see a flaw in my logic. That would only work if they placed an > Order. Not > upon cart creation. I will shut up now. > > > ----- Original Message ----- > From: "WebDna @ Inkblot Media" > To: "WebDNA Talk" > Sent: Saturday, January 24, 2004 10:34 AM > Subject: Re: Cart -> Date and Time > > >> Intruder! :) >> >> That is why I asked though. He never said what he was trying to do and > since >> I have a habit of over complicating things I thought that he may not >> want >> anything more than time and date of creation. And how can you intrude >> on a >> talk-list? ;) >> >> And I just received the email from Palel with his reasoning. >> >>> I am looking for the date and time the cart value was made. It is not >>> to be used in conjunction with any files, so I can't grab the lastmod >>> info or anything like that. >> >> No matter how you do this you have to place the script into a >> template and >> execute it. So you could write a simple search to look at the >> Orders.db > and >> get the Date and Time fields based on a specific cart #. >> >> Or am I wrong? That would not be a first! ;) >> >> Ron >> >> >> >> ----- Original Message ----- >> From: "Dan Strong" >> To: "WebDNA Talk" >> Sent: Saturday, January 24, 2004 10:18 AM >> Subject: Re: Cart -> Date and Time >> >> >>> Ron, >>> >>> I know you're not talking to me, and I apologize for the intrusion, >>> but >> I'm going to guess that if >>> he wanted to know that he could just look at the mod date on the cart >> file, or in the order file >>> or whatever... I'm thinking he actually wants to run some reverse >>> logic > on >> a cart number and >>> produce a date/time from it... >>> -Dan >>> >>> >>> On Sat, 24 Jan 2004 10:05:24 -0800 >>> "WebDna @ Inkblot Media" wrote: >>>> Are you looking for the date and time the cart was made? >>>> >>>> >>>> ----- Original Message ----- >>>> From: "Palle Bo Nielsen" >>>> To: "WebDNA Talk" >>>> Sent: Saturday, January 24, 2004 9:25 AM >>>> Subject: Cart -> Date and Time >>>> >>>> >>>>> Hi all, >>>>> >>>>> Any one got a code snippet which coverts a CART value into Date >>>>> (mm/dd/yyyy) and Time (hh:mm:ss) ?? >>>>> >>>>> Palle >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------- >>>>> 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/ >>> >>> ------------------------------------------------------------ >>> http://www.StrongGraphicDesign.com >>> http://www.SearchBoise.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/ > > -- Venlig hilsen Palle B. Nielsen (PowerPalle) http://www.macnyt.dk/ ------------------------------------------------------------- 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: Cart -> Date and Time ( "Dan Strong" 2004)
  2. Re: Cart -> Date and Time ( Palle Bo Nielsen 2004)
  3. Re: Cart -> Date and Time ( Palle Bo Nielsen 2004)
  4. Re: Cart -> Date and Time ( "Dan Strong" 2004)
  5. Re: Cart -> Date and Time ( "Dan Strong" 2004)
  6. Re: Cart -> Date and Time ( Alain Russell 2004)
  7. Re: Cart -> Date and Time ( Donovan Brooke 2004)
  8. Re: Cart -> Date and Time ( "Dan Strong" 2004)
  9. Re: Cart -> Date and Time ( Palle Bo Nielsen 2004)
  10. Re: Cart -> Date and Time ( Donovan Brooke 2004)
  11. Re: Cart -> Date and Time ( "WebDna @ Inkblot Media" 2004)
  12. Re: Cart -> Date and Time ( "WebDna @ Inkblot Media" 2004)
  13. Re: Cart -> Date and Time ( Palle Bo Nielsen 2004)
  14. Re: Cart -> Date and Time ( "Dan Strong" 2004)
  15. Re: Cart -> Date and Time ( "WebDna @ Inkblot Media" 2004)
  16. Re: Cart -> Date and Time ( "Dan Strong" 2004)
  17. Re: Cart -> Date and Time ( "Dan Strong" 2004)
  18. Cart -> Date and Time ( Palle Bo Nielsen 2004)
Okay let me simplify... When I put the [cart] tag in a template it generates a value. Let's say <10749685891852840> Within this value <10749685891852840> there is some kind of time stamp and I want to reverse engineer this value <10749685891852840> into the date and time like [mm/dd/yyyy] and [hh:mm:dd]. What I know by now is the fact that the cart value is very similar to the Unix timestamp so somehow it can be reverse engineered. Any help...? Palle On 24/1-2004, at 19.38, WebDna @ Inkblot Media wrote: > I see a flaw in my logic. That would only work if they placed an > Order. Not > upon cart creation. I will shut up now. > > > ----- Original Message ----- > From: "WebDna @ Inkblot Media" > To: "WebDNA Talk" > Sent: Saturday, January 24, 2004 10:34 AM > Subject: Re: Cart -> Date and Time > > >> Intruder! :) >> >> That is why I asked though. He never said what he was trying to do and > since >> I have a habit of over complicating things I thought that he may not >> want >> anything more than time and date of creation. And how can you intrude >> on a >> talk-list? ;) >> >> And I just received the email from Palel with his reasoning. >> >>> I am looking for the date and time the cart value was made. It is not >>> to be used in conjunction with any files, so I can't grab the lastmod >>> info or anything like that. >> >> No matter how you do this you have to place the script into a >> template and >> execute it. So you could write a simple search to look at the >> Orders.db > and >> get the Date and Time fields based on a specific cart #. >> >> Or am I wrong? That would not be a first! ;) >> >> Ron >> >> >> >> ----- Original Message ----- >> From: "Dan Strong" >> To: "WebDNA Talk" >> Sent: Saturday, January 24, 2004 10:18 AM >> Subject: Re: Cart -> Date and Time >> >> >>> Ron, >>> >>> I know you're not talking to me, and I apologize for the intrusion, >>> but >> I'm going to guess that if >>> he wanted to know that he could just look at the mod date on the cart >> file, or in the order file >>> or whatever... I'm thinking he actually wants to run some reverse >>> logic > on >> a cart number and >>> produce a date/time from it... >>> -Dan >>> >>> >>> On Sat, 24 Jan 2004 10:05:24 -0800 >>> "WebDna @ Inkblot Media" wrote: >>>> Are you looking for the date and time the cart was made? >>>> >>>> >>>> ----- Original Message ----- >>>> From: "Palle Bo Nielsen" >>>> To: "WebDNA Talk" >>>> Sent: Saturday, January 24, 2004 9:25 AM >>>> Subject: Cart -> Date and Time >>>> >>>> >>>>> Hi all, >>>>> >>>>> Any one got a code snippet which coverts a CART value into Date >>>>> (mm/dd/yyyy) and Time (hh:mm:ss) ?? >>>>> >>>>> Palle >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------- >>>>> 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/ >>> >>> ------------------------------------------------------------ >>> http://www.StrongGraphicDesign.com >>> http://www.SearchBoise.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/ > > -- Venlig hilsen Palle B. Nielsen (PowerPalle) http://www.macnyt.dk/ ------------------------------------------------------------- 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/ Palle Bo Nielsen

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:

how to use encrypt and searching (1998) WebCatalog-NT?'s (1996) Extended [ConvertChars] (1997) Size issues (2001) State DB & TIme Zones (2003) How far do [showif]s go? (1997) RE: TeaRoom (1997) reserved characters for field names? (1998) Almost a there but..bye bye NetCloak (1997) A multi-processor savvy WebCatalog? (1997) back button loses cart - ON SECURE PAGES ONLY (2000) Multiple fields on 1 input (1997) Country & Ship-to address & other fields ? (1997) unable to launch acgi in WebCat (1997) Problem (1997) WebCat2b13MacPlugIn - [showif][search][/showif] (1997) Error with [applescript] (1999) Dates as 20020902 (2002) Emailer (WebCat2) (1997) SendMail (2006)