Re: Server IP address-thanks

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 56587
interpreted = N
texte = Something like that. I want to run a snippet of code that checks the server IP that it is currently running on. ----- Original Message ----- From: "Alain Russell" To: "WebDNA Talk" Sent: Thursday, March 04, 2004 4:18 PM Subject: Re: Server IP address-thanks > which server ? > The one you are posting the data at ? > > On 05/03/2004, at 11:47 AM, WebDna @ Inkblot Media wrote: > > > ah, but what if I do not know the servers IP. I want to obtain it > > dynamically via a script. > > > > > > ----- Original Message ----- > > From: "Alain Russell" > > To: "WebDNA Talk" > > Sent: Thursday, March 04, 2004 2:42 PM > > Subject: Re: Server IP address-thanks > > > > > >> add it as a variable > >> we've gone over this a few times .. > >> > >> [include file=^serverIP.inc] > >> > >> where serverIP.inc contains just the ip address of the server. > >> > >> Alain > >> > >> On 05/03/2004, at 11:40 AM, WebDna @ Inkblot Media wrote: > >> > >>> This still did not answer how to obtain and pass the Server's IP > >>> that I > >>> could see. > >>> > >>> > >>> ----- Original Message ----- > >>> From: > >>> To: "WebDNA Talk" > >>> Sent: Thursday, March 04, 2004 2:34 PM > >>> Subject: Re: Server IP address-thanks > >>> > >>> > >>>> > >>>> Thanks to all, and especially Alain, for this code. > >>>> > >>>> Frank > >>>> > >>>> ============== > >>>> > >>>>> This is the sort of thing you need .. > >>>>> > >>>>> [text]crlf=[unurl]%0D%0A[/unurl][/text] > >>>>> [text]the_variables=action=[url]checkDomain[/ > >>>>> url]&userID=[url]MYIDCODE[/url]&hash=[url]1234567812345[/ > >>>>> url]&domainname=[url]domainname[/url]&submit=[url]Check > >>>>> Domain[/url][/text] > >>>>> > >>>>> [tcpconnect host=staging.bulkregister.com&port=443&ssl=T] > >>>>> [tcpsend][!] > >>>>> [/!]GET / HTTP/1.1[crlf][!] > >>>>> [/!]host: staging.bulkregister.com[crlf][!] > >>>>> [/!]Content-length: > >>>>> [countchars][the_Variables][/countchars][crlf][!] > >>>>> [/!][crlf][!] > >>>>> [/!][the_Variables][crlf][!] > >>>>> [/!][/tcpsend] > >>>>> [/tcpconnect] > >>>>> > >>>>> > >>>>> On 05/03/2004, at 10:54 AM, frank@cwolfe.com wrote: > >>>>> > >>>>>>>>
> >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>
> >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------------- > >>>>> 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/ > >>> > >> > >> > >> > >> ------------------------------------------------------------- > >> 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/ ------------------------------------------------------------- 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: Server IP address-thanks ( Kenneth Grome 2004)
  2. Re: Server IP address-thanks ( "WebDna @ Inkblot Media" 2004)
  3. Re: Server IP address-thanks ( Alain Russell 2004)
  4. Re: Server IP address-thanks ( "WebDna @ Inkblot Media" 2004)
  5. Re: Server IP address-thanks ( Alain Russell 2004)
  6. Re: Server IP address-thanks ( "WebDna @ Inkblot Media" 2004)
  7. Re: Server IP address-thanks ( frank@cwolfe.com 2004)
Something like that. I want to run a snippet of code that checks the server IP that it is currently running on. ----- Original Message ----- From: "Alain Russell" To: "WebDNA Talk" Sent: Thursday, March 04, 2004 4:18 PM Subject: Re: Server IP address-thanks > which server ? > The one you are posting the data at ? > > On 05/03/2004, at 11:47 AM, WebDna @ Inkblot Media wrote: > > > ah, but what if I do not know the servers IP. I want to obtain it > > dynamically via a script. > > > > > > ----- Original Message ----- > > From: "Alain Russell" > > To: "WebDNA Talk" > > Sent: Thursday, March 04, 2004 2:42 PM > > Subject: Re: Server IP address-thanks > > > > > >> add it as a variable > >> we've gone over this a few times .. > >> > >> [include file=^serverIP.inc] > >> > >> where serverIP.inc contains just the ip address of the server. > >> > >> Alain > >> > >> On 05/03/2004, at 11:40 AM, WebDna @ Inkblot Media wrote: > >> > >>> This still did not answer how to obtain and pass the Server's IP > >>> that I > >>> could see. > >>> > >>> > >>> ----- Original Message ----- > >>> From: > >>> To: "WebDNA Talk" > >>> Sent: Thursday, March 04, 2004 2:34 PM > >>> Subject: Re: Server IP address-thanks > >>> > >>> > >>>> > >>>> Thanks to all, and especially Alain, for this code. > >>>> > >>>> Frank > >>>> > >>>> ============== > >>>> > >>>>> This is the sort of thing you need .. > >>>>> > >>>>> [text]crlf=[unurl]%0D%0A[/unurl][/text] > >>>>> [text]the_variables=action=[url]checkDomain[/ > >>>>> url]&userID=[url]MYIDCODE[/url]&hash=[url]1234567812345[/ > >>>>> url]&domainname=[url]domainname[/url]&submit=[url]Check > >>>>> Domain[/url][/text] > >>>>> > >>>>> [tcpconnect host=staging.bulkregister.com&port=443&ssl=T] > >>>>> [tcpsend][!] > >>>>> [/!]GET / HTTP/1.1[crlf][!] > >>>>> [/!]host: staging.bulkregister.com[crlf][!] > >>>>> [/!]Content-length: > >>>>> [countchars][the_Variables][/countchars][crlf][!] > >>>>> [/!][crlf][!] > >>>>> [/!][the_Variables][crlf][!] > >>>>> [/!][/tcpsend] > >>>>> [/tcpconnect] > >>>>> > >>>>> > >>>>> On 05/03/2004, at 10:54 AM, frank@cwolfe.com wrote: > >>>>> > >>>>>>>>
> >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>
> >>>>> > >>>>> > >>>>> > >>>>> ------------------------------------------------------------- > >>>>> 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/ > >>> > >> > >> > >> > >> ------------------------------------------------------------- > >> 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/ ------------------------------------------------------------- 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:

formula??? (2000) WriteFile Formatting (2000) Shopping carts and reloading pages (1997) Count how many items in a summ total (2003) Friday night shopping site joke (1997) [OT] Domain Name Scam (2000) Information on Vieworders.tpl (1998) Cancel Subscription (1996) Exclude by date - multiple (1997) [searchString] (1997) displaying [cart] contents with a pull-down & frames (1998) [SearchString] usage (1997) No incentive ... (2000) [shownext max=?] armed (1997) webcat in the subject line - SMSI (2002) Country & Ship-to address & other fields ? (1997) Shipping charge question (2003) International Orders (1998) Logical and or in [hideif] (1997) WebCat b13 CGI -shownext- (1997)