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

	<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>2004-11-22T14:30:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-11-22T14:30:54-04:00</updated>

		<published>2004-11-22T14:30:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42989#p42989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42989#p42989"/>
		<title type="html"><![CDATA[Tcl help, just not quite eggdrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42989#p42989"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>package require httpset count 0set t [::http::geturl $yourURL]foreach line [split [::http::data $t] \n] {  if {$count == 5} {set count 0; continue}  if {[string match *compare.htm* $line] || $count} {    regsub -all -- &lt;\[^&gt;\]*&gt; $line "" stuff    lappend yourlist [string trim $stuff]    incr count  }}::http::cleanup $t</code></pre></div>welcome back<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Nov 22, 2004 2:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2004-11-22T13:27:48-04:00</updated>

		<published>2004-11-22T13:27:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=42987#p42987</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=42987#p42987"/>
		<title type="html"><![CDATA[Tcl help, just not quite eggdrop...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=42987#p42987"><![CDATA[
Goood evening one and all. Yes it's me, I have returned, and what is more, it is me that needs your help this time folks.<br><br>I am now back in the Unemployment corner, but I am keeping myself active, mainly in the user support comunity, but just not dedicating my time to eggdrop any more.<br><br>Instead, I am now one of two lead developers on a popular UK site aimed at a UK ISPs customers base, but cateters for pretty much any UK ISP.<br><br>My problem is that I am trying to parse external content, using Perl, PHP or Tcl and now for the past 2 weeks, myself and the other developer have been having no luck.<br><br>The content in question is <a href="http://www.grid.org/services/teams/team_members.htm?id=8B532F39-66B9-44E3-A75F-6AE189A9EABD&amp;ord=STATUS&amp;rsps=250" class="postlink">THIS</a> page.<br><br>I need to get a Tcl list (hell, PHP or perl spitting back CSV data will do) of the content of the member name, join/retire, CPU time, points and units returned. This must be the contents of those columns as is.<br><br>Any help for an old hand would be excelent<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 22, 2004 1:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
