04-27-2006 06:16 PM - edited 04-27-2006 06:16 PM
Message Edited by altenbach on 04-27-2006 04:17 PM
04-27-2006 07:59 PM
04-27-2006 08:02 PM
GET / HTTP/1.1[CRLF]Post back if this doesn't do it and I will take a crack at a .vi when
Host: www.fastlinx.net[CRLF]
Connection: close[CRLF]
Accept-Encoding: gzip[CRLF]
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5[CRLF]
Accept-Language: en-us,en;q=0.5[CRLF]
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7[CRLF]
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.2) Gecko/20060419 Fedora/1.5.0.2-1.2.fc5 Firefox/1.5.0.2 pango-text Web-Sniffer/1.0.24[CRLF]
Referer: http://web-sniffer.net/[CRLF]
[CRLF]
Except that your User-Agent: string will probably be some version of IE.
The string the modem sends back will have lots of frame stuff but should
be consistent enough to parse.
04-28-2006 01:50 PM
04-28-2006 01:57 PM
04-28-2006 02:12 PM - edited 04-28-2006 02:12 PM
Message Edited by altenbach on 04-28-2006 12:20 PM
04-29-2006 01:59 PM
Jarrod, Finally...
I've been wanting to write a program which will allow the regulars to know whether threads they've posted to have new posts without having to subscribe to their own posts. The trick is to recognize the appropriate thread icon, but the problem was that using the internet toolkit VI to get the HTML source would not allow the user to be logged in (apparently JAVAScript) and using the ActiveX didn't help either because I tried to find the HTML file saved on the computer and there didn't seem to be one.
Now that I have this, I might get back to this when I have the time.
04-29-2006 05:42 PM
04-29-2006 05:49 PM
04-30-2006 01:46 AM
Actually, we already had a discussion where I posted an initial (messy) example meant to test whether this would work using the internet toolkit VI here. When I have enough time I will try to get it to work using this (although, if you know of a pure G way, that would be much preferable). Then, of course, if that works, comes the part of writing the program itself, which I don't know when I'll be able to get to. Obviously, if I will do it at some point, I will post the result, as this is meant as a public service for the regular users (although I'm not sure how much the web team will be happy with that ).
The main problem would be with determining how far back to go to check for new posts. Since using the user's tracker is not an option (people could reply to old threads) the program would have to resort to looking at the boards themselves and that point it could get complicated.