[WebDNA] RE: tcp connect to check domain names

This WebDNA talk-list message is from

2009


It keeps the original formatting.
numero = 101762
interpreted = N
texte = Hi, Anyone have a working code to check domain name availability Ross Markbreiter The World Wide Web Store A full service Internet company. "We bring you the world" http://www.worldwidewebstore.com Toll Free: 866-628-6139 California: Ph: 818-707-1234 North Carolina: Ph: 919-439-4179 -----Original Message----- From: Lawrence [mailto:Lawrence@authorsimage.com]=20 Sent: Tuesday, January 06, 2009 8:23 AM To: talk@webdna.us Subject: Re: [WebDNA] SETCOOKIE Thanks Taby, it's fine now!!! Toby Cox a =E9crit : > >> if you do not specify an expires parameter, then the cookie becomes a >> "session cookie," expiring automatically when the browser quits. > > by using this code > > [SETCOOKIE=20 > = name=3DVisits&value=3D12&expires=3D&path=3D/&domain=3Disd.smithmicro.com]= > > you are setting an expiry of [blank] > > you need to change it to > > [SETCOOKIE = name=3DVisits&value=3D12&path=3D/&domain=3Disd.smithmicro.com] > > and you should be good to go > > > On a similar topic, it's the same with variables > > if you want to see if a variable is set, you don't do > > [showif [myvar]=3D][/showif] > > because if the variable isn't set it will be "[myvar]" and not "" > > so the showif statement would be as follows: > > [showif [myvar]=3D[raw][myvar][/raw]][/showif] > > or (better) > > [showif [url][myvar][/url]=3D[url][raw][myvar][/raw][/url]][/showif] > > as if [myvar] is set to "I love webdna!" > > this will translate in the first example to > > [showif I love webdna!=3D[raw][myvar][/raw]][/showif] > > and webdna translates the exclamation mark as an operator and "I love=20 > webdna" does not equal "=3D[raw][myvar][/raw]" > > > > Hope this helps > > > TC > > > On 5 Jan 2009, at 13:39, Lawrence wrote: > >> Hi >> >> I'm trying to set cookies but I have a problem with the expire date. >> exemple : [SETCOOKIE name=3DVisits&value=3D12&expires=3DWednesday, = 09-Nov-1999 >> 23:12:40 GMT&path=3D/&domain=3Disd.smithmicro.com] >> This run fine but the following won't. >> [SETCOOKIE=20 >> = name=3DVisits&value=3D12&expires=3D&path=3D/&domain=3Disd.smithmicro.com]= >> [ if you do not specify an expires parameter, then the cookie becomes = a >> "session cookie," expiring automatically when the browser quits.] >> I want to have a "session cookie" what's wrong? >> Is it a problem on my server? >> >> Thank's >> Lawrence >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ Associated Messages, from the most recent to the oldest:

    
  1. RE: [WebDNA] RE: tcp connect to check domain names ("Ross Markbreiter" 2009)
  2. Re: [WebDNA] RE: tcp connect to check domain names (Steve Craig 2009)
  3. [WebDNA] RE: tcp connect to check domain names ("Ross Markbreiter" 2009)
Hi, Anyone have a working code to check domain name availability Ross Markbreiter The World Wide Web Store A full service Internet company. "We bring you the world" http://www.worldwidewebstore.com Toll Free: 866-628-6139 California: Ph: 818-707-1234 North Carolina: Ph: 919-439-4179 -----Original Message----- From: Lawrence [mailto:Lawrence@authorsimage.com]=20 Sent: Tuesday, January 06, 2009 8:23 AM To: talk@webdna.us Subject: Re: [WebDNA] SETCOOKIE Thanks Taby, it's fine now!!! Toby Cox a =E9crit : > >> if you do not specify an expires parameter, then the cookie becomes a >> "session cookie," expiring automatically when the browser quits. > > by using this code > > [SETCOOKIE=20 > = name=3DVisits&value=3D12&expires=3D&path=3D/&domain=3Disd.smithmicro.com]= > > you are setting an expiry of [blank] > > you need to change it to > > [SETCOOKIE = name=3DVisits&value=3D12&path=3D/&domain=3Disd.smithmicro.com] > > and you should be good to go > > > On a similar topic, it's the same with variables > > if you want to see if a variable is set, you don't do > > [showif [myvar]=3D][/showif] > > because if the variable isn't set it will be "[myvar]" and not "" > > so the showif statement would be as follows: > > [showif [myvar]=3D[raw][myvar][/raw]][/showif] > > or (better) > > [showif [url][myvar][/url]=3D[url][raw][myvar][/raw][/url]][/showif] > > as if [myvar] is set to "I love webdna!" > > this will translate in the first example to > > [showif I love webdna!=3D[raw][myvar][/raw]][/showif] > > and webdna translates the exclamation mark as an operator and "I love=20 > webdna" does not equal "=3D[raw][myvar][/raw]" > > > > Hope this helps > > > TC > > > On 5 Jan 2009, at 13:39, Lawrence wrote: > >> Hi >> >> I'm trying to set cookies but I have a problem with the expire date. >> exemple : [SETCOOKIE name=3DVisits&value=3D12&expires=3DWednesday, = 09-Nov-1999 >> 23:12:40 GMT&path=3D/&domain=3Disd.smithmicro.com] >> This run fine but the following won't. >> [SETCOOKIE=20 >> = name=3DVisits&value=3D12&expires=3D&path=3D/&domain=3Disd.smithmicro.com]= >> [ if you do not specify an expires parameter, then the cookie becomes = a >> "session cookie," expiring automatically when the browser quits.] >> I want to have a "session cookie" what's wrong? >> Is it a problem on my server? >> >> Thank's >> Lawrence >> >> >> >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > --------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: archives: http://mail.webdna.us/list/talk@webdna.us old archives: http://dev.webdna.us/TalkListArchive/ "Ross Markbreiter"

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:

Multiple catalog databases and showcart (1997) PDF on the fly - how to? (2005) WebCat b13 CGI -shownext- (1997) bug in [SendMail] (1997) ACGI processing for .html (1997) [WebDNA] [OT] WebDNA Server Beta (2013) Problems with [Search] param - Mac Plugin b15 (1997) Number searching/formats (1998) Digest for 4/18/97 (1997) RE: Adding a product from another site (1997) WebCat2final1 crashes (1997) Database Advice (1996) date (1998) WebTen and WebCat (1997) Building Calendars (1997) all records returned. (1997) Storefornts (1997) Automated FTP from Shell (2004) [BoldWords] WebCat.acgib15Mac (1997) Search Engine questions ... (2002)