<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/14009" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2007-09-17T23:57:03-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/14009</id>

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-09-17T23:57:03-04:00</updated>

		<published>2007-09-17T23:57:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76003#p76003</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76003#p76003"/>
		<title type="html"><![CDATA[What exactly does this mean????]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76003#p76003"><![CDATA[
Thats the older method using the tcl socket code to retrieve webpages manually. Obviously the person who wrote the original script knew exactly what they needed to access a particular webpage in this way..Most(?) of us nowdays use the tcl http package, because it simplifies things a bit especially with more complicated web pages requiring queries and such.<br><br>The Accept- lines are http header directives. Refer to the relevant htt-protocol specs, eg:<br><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html" class="postlink">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Sep 17, 2007 11:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[droolin]]></name></author>
		<updated>2007-09-17T20:30:52-04:00</updated>

		<published>2007-09-17T20:30:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75992#p75992</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75992#p75992"/>
		<title type="html"><![CDATA[What exactly does this mean????]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75992#p75992"><![CDATA[
I have a line of code that I borrowed from another script to read the 7.html page from shoutcast.  <br><div class="codebox"><p>Code: </p><pre><code> puts -nonewline $lcl_StreamWebPageScoket "GET /7.html HTTP/1.1\nAccept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*\nAccept-Language: en-us\nAccept-Encoding: gzip, deflate\nUser-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; T312461; (R1 1.3); .NET CLR 1.0.3705; .NET CLR 1.1.4322)\nHost: www.awesomechat.net\nConnection: Keep-Alive\n\n"</code></pre></div>But I have no idea what it means other then it puts a line as if it was a browser???? But, the rest of that stuff???? I have no idea.  <br><br>Can anyone explain to me why this would be done like this?<br><br>Dan<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3562">droolin</a> — Mon Sep 17, 2007 8:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
