[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:

WebCat2: multiple currency support (1997) RAM variables (1997) Mac Lockup Problems (1998) webcat- multiple selection in input field (1997) Adding to Cart (2004) Generating Report Totals (1997) Encrypt & SetHeader Length Problem (2000) Shhh... (2006) Math Bug (1999) Banners (1997) Nesting format tags (1997) UPS/FEDEX/OTHER Ship lookups available?? (1998) OT: Photo Resources (2002) [WebDNA] Unofficial WebDna 6.2 and 7 - Mac Mavericks Installer (2014) [/application] error? (1997) Nested tags count question (1997) [index] (1997) Sort Floating Point Number (2008) Bug or syntax error on my part? (1997) Calendar sample (1998)