<?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/2969" />

	<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>2002-11-08T20:34:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-08T20:34:26-04:00</updated>

		<published>2002-11-08T20:34:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12962#p12962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12962#p12962"/>
		<title type="html"><![CDATA[TCL code for finding info on a webpage (high scores)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12962#p12962"><![CDATA[
Try the script archive on this site. There are plenty of scripts that download web pages and parse the results. Weather scripts, stock quotes, google search results, etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Fri Nov 08, 2002 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-08T17:25:55-04:00</updated>

		<published>2002-11-08T17:25:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12957#p12957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12957#p12957"/>
		<title type="html"><![CDATA[ok, lol]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12957#p12957"><![CDATA[
umm, yeah, I realized this, but I could not find one.... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by Guest — Fri Nov 08, 2002 5:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-06T15:03:07-04:00</updated>

		<published>2002-11-06T15:03:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12898#p12898</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12898#p12898"/>
		<title type="html"><![CDATA[TCL code for finding info on a webpage (high scores)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12898#p12898"><![CDATA[
That example is parsing the http response headers. You should find an example that uses the actual webpage data.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Nov 06, 2002 3:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-06T11:39:19-04:00</updated>

		<published>2002-11-06T11:39:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12885#p12885</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12885#p12885"/>
		<title type="html"><![CDATA[TCL code for finding info on a webpage (high scores)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12885#p12885"><![CDATA[
I just want a way for people to type (I can do this part once I can get the data into my system, got a way to list as much as I can add via /notice or ctcp methods) !highscore where then the top 100 is listed. Yet obtaining the data from the website is eluding me.<br><br>I found this:<br><blockquote class="uncited"><div>proc pub:whats { nick uhost hand chan arg } { <br>if {[llength $arg]==0} { <br>putserv "notice $nick :Usage : !whats &lt;web site&gt;" <br>} else { <br>set host [lindex $arg 0] <br>set query "<a href="http://www.netcraft.com/oldwhats/?host=$host" class="postlink">http://www.netcraft.com/oldwhats/?host=$host</a>" <br>set token [http::config -useragent "Mozilla"] <br>set token [http::geturl $query] <br>puts stderr "" <br>upvar #0 $token state <br>foreach {name value} $state(meta) { <br>if {$name == "Server"} { <br>putserv "notice $nick :Host $host is running $value" <br>} <br>} <br>} <br>return 0 <br>} <br></div></blockquote>Yet this appears to be totally different. I have about given up hope to find what I need... anyone got suggestions?<p>Statistics: Posted by Guest — Wed Nov 06, 2002 11:39 am</p><hr />
]]></content>
	</entry>
	</feed>
