Re: Basics of tcpconnect

This WebDNA talk-list message is from

2006


It keeps the original formatting.
numero = 68137
interpreted = N
texte = That's right, that's what it's supposed to do. You need to write code to deal with the result. Set a text variable: [text]whatcameback=[TCPConnect host=digg.com&port=80] [TCPSend]GET / HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend] [/TCPConnect][/text] Then you can use [middle] to extract something, either to display directly on your page or to set another text variable. Depends on what you expect to extract. Let's say you wanted to set a text variable for the title of this page. You'd write [text]pagetitle=[middle startafter=&endbefore=][whatcameback][/middle][/text] If you are looking to send variables with the request, do another email archive search for help with authorize.net and tcp. Examples for that have been posted before. Basically you create the content of your tcpsend with all your variables. HTH, Terry >--------------------------------------------------------_156740306_- > WebDNA Talk Digest #2324 > > 1) Basics of tcpconnect > by "Olin Lagon" > >This digest is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the FEED mode, E-mail to >Send administrative queries to > > >--------------------------------------------------------_156740306_- >From: "Olin Lagon" >Subject: Basics of tcpconnect >Date: Sat, 11 Nov 2006 10:21:50 -1000 >Message-ID: <002a01c705cf$11f1d8e0$6501a8c0@olin> >Content-Type: text/plain; >charset="US-ASCII" >Content-Transfer-Encoding: 7bit > >Heh can anyone help me on tcpconnect? I copied all of the examples from the >manual and tried a few things I found in the email archive. Can't seem to >write a tcpconnect to grab the contents of any Webpage. Trying specifically >to do a get and load up a bunch of args. Here is one that I have tried >direct from the manual > >I took this from the docs > >[TCPConnect host=digg.com&port=80] >[TCPSend]GET / HTTP/1.0[UnURL]%0D%0A%0D%0A[/UnURL][/TCPSend] >[/TCPConnect] > >In this example just trying to pull the homepage from Digg. I get this > >---------------------------------- >HTTP/1.1 302 Found >Date: Sat, 11 Nov 2006 20:16:40 GMT >Server: Apache >Location: http://diggtheblog.blogspot.com/ >Content-Length: 279 >Keep-Alive: timeout=5, max=98 >Connection: Keep-Alive >Content-Type: text/html; charset=iso-8859-1 > > > >302 Found > >

Found

>

The document has moved href="http://diggtheblog.blogspot.com/">here.

> >
>
Apache Server at blog.digg.com Port 80
> >---------------------------------- > >Any ideas??? Thanks! Olin > > >--------------------------------------------------------_156740306_- >------------------------------------------------------------- >Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >To end your Mail problems go to . >--------------------------------------------------------_156740306_--- -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system http://TightJacket.com -- stylish protection for your laptop -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. ------------------------------------------------------------- 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: Basics of tcpconnect ( "Olin Lagon" 2006)
  2. Re: Basics of tcpconnect ( Jesse Proudman 2006)
  3. Re: Basics of tcpconnect ( "Olin Lagon" 2006)
  4. Re: Basics of tcpconnect ( "Scott Walters" 2006)
  5. Re: Basics of tcpconnect ( Jesse Proudman 2006)
  6. Re: Basics of tcpconnect ( "Olin Lagon" 2006)
  7. Re: Basics of tcpconnect ( Jesse Proudman 2006)
  8. Re: Basics of tcpconnect ( "Olin Lagon" 2006)
  9. Re: Basics of tcpconnect ( Jesse Proudman 2006)
  10. Re: Basics of tcpconnect ( "Olin Lagon" 2006)
  11. Re: Basics of tcpconnect ( Terry Wilson 2006)
  12. Basics of tcpconnect ( "Olin Lagon" 2006)
That's right, that's what it's supposed to do. You need to write code to deal with the result. Set a text variable: [text]whatcameback=[TCPConnect host=digg.com&port=80] [tcpsend]GET / HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend] [/TCPConnect][/text] Then you can use [middle] to extract something, either to display directly on your page or to set another text variable. Depends on what you expect to extract. Let's say you wanted to set a text variable for the title of this page. You'd write [text]pagetitle=[middle startafter=&endbefore=][whatcameback][/middle][/text] If you are looking to send variables with the request, do another email archive search for help with authorize.net and tcp. Examples for that have been posted before. Basically you create the content of your tcpsend with all your variables. HTH, Terry >--------------------------------------------------------_156740306_- > WebDNA Talk Digest #2324 > > 1) Basics of tcpconnect > by "Olin Lagon" > >This digest is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the FEED mode, E-mail to >Send administrative queries to > > >--------------------------------------------------------_156740306_- >From: "Olin Lagon" >Subject: Basics of tcpconnect >Date: Sat, 11 Nov 2006 10:21:50 -1000 >Message-ID: <002a01c705cf$11f1d8e0$6501a8c0@olin> >Content-Type: text/plain; >charset="US-ASCII" >Content-Transfer-Encoding: 7bit > >Heh can anyone help me on tcpconnect? I copied all of the examples from the >manual and tried a few things I found in the email archive. Can't seem to >write a tcpconnect to grab the contents of any Webpage. Trying specifically >to do a get and load up a bunch of args. Here is one that I have tried >direct from the manual > >I took this from the docs > >[TCPConnect host=digg.com&port=80] >[tcpsend]GET / HTTP/1.0[unurl]%0D%0A%0D%0A[/UnURL][/TCPSend] >[/TCPConnect] > >In this example just trying to pull the homepage from Digg. I get this > >---------------------------------- >HTTP/1.1 302 Found >Date: Sat, 11 Nov 2006 20:16:40 GMT >Server: Apache >Location: http://diggtheblog.blogspot.com/ >Content-Length: 279 >Keep-Alive: timeout=5, max=98 >Connection: Keep-Alive >Content-Type: text/html; charset=iso-8859-1 > > > >302 Found > >

Found

>

The document has moved href="http://diggtheblog.blogspot.com/">here.

> >
>
Apache Server at blog.digg.com Port 80
> >---------------------------------- > >Any ideas??? Thanks! Olin > > >--------------------------------------------------------_156740306_- >------------------------------------------------------------- >Brought to you by CommuniGate Pro - The Buzz Word Compliant Messaging Server. >To end your Mail problems go to . >--------------------------------------------------------_156740306_--- -- Terry Wilson | terry@terryfic.com | http://terryfic.com http://WhosComing.com - a simplified, affordable online reservation system http://TightJacket.com -- stylish protection for your laptop -------------------------------------------------------------------------- Attitude is the only difference between ordeal and adventure. ------------------------------------------------------------- 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/ Terry Wilson

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:

List Name Change (2002) RE: type 2 errors with ssl server (1997) [shownext max (1997) [isfile] ? (1997) RE: Formulas.db + Users.db (1997) Subtotal Not Calculated on Invoice.html (1998) much help needed NEWBIE alert (2000) all records returned. (1997) Multiple Newcarts (1996) [format xs] freeze (1997) ReturnRaw context (1997) RE: Purchased cart being overwritten (1997) vs (1997) HELP WITH DATES (1997) Problem with ShoppingCart.tpl refresh (2000) Using WebCat for product info requests (1997) Lookup Notfound (1998) Bug alert! (1997) Problems getting parameters passed into email. (1997) quitting (1997)