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

Summary search -- speed (1997) [AppendFile] problem (WebCat2b13 Mac .acgi) (1997) WebCatalog2 for NT Beta Request (1997) Web Developer Product Awards (1997) DNA Bandwidth Monitor (2005) Pull Down Search (2000) How is it done? (1998) WebCommerce: Folder organization ? (1997) Single Link browsing (1997) New public beta available (1997) Formulas and Prices (2000) PCS Emailer's role ? (1997) WebCat & WebTen (1997) WebDNA - fun to compare (2005) Multi-processor Mac info ... (1997) Multiple Ad databases? (1997) Frames and WebCat (1997) File upload woes (1998) [WebDNA] WebDNA is not parsing CSS file (2010) WebCat2b13MacPlugIn - [include] doesn't allow creator (1997)