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

	<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>2009-10-26T20:15:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-10-26T20:14:11-04:00</updated>

		<published>2009-10-26T20:14:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90644#p90644</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90644#p90644"/>
		<title type="html"><![CDATA[Re: helloe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90644#p90644"><![CDATA[
<blockquote class="uncited"><div>Tcl error [pub:online]: can't read "http": no such variable</div></blockquote>I updated my older post, see <a href="http://forum.egghelp.org/viewtopic.php?t=15790&amp;start=13" class="postlink">here</a>.. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon Oct 26, 2009 8:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lenooxx]]></name></author>
		<updated>2009-10-23T10:35:14-04:00</updated>

		<published>2009-10-23T10:35:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90614#p90614</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90614#p90614"/>
		<title type="html"><![CDATA[helloe]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90614#p90614"><![CDATA[
Tcl error [pub:online]: can't read "http": no such variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10564">lenooxx</a> — Fri Oct 23, 2009 10:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[haha456]]></name></author>
		<updated>2008-10-04T16:46:48-04:00</updated>

		<published>2008-10-04T16:46:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85415#p85415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85415#p85415"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85415#p85415"><![CDATA[
when i use !online i get Tcl error [pub:online]: can't read "state(status)": no such variable @ party line.. the link is set to <br><a href="http://www.game-monitor.com/sa-mp_GameServer/78.111.75.182:7777/GermanStuntServer_.by_TST_Clan..html" class="postlink">http://www.game-monitor.com/sa-mp_GameS ... Clan..html</a><br><br>Can anyone help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10249">haha456</a> — Sat Oct 04, 2008 4:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2009-10-26T20:15:45-04:00</updated>

		<published>2008-07-28T00:06:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84205#p84205</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84205#p84205"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84205#p84205"><![CDATA[
<blockquote class="uncited"><div>A new Problem appeared!<br><br>I used this script without changing something... from one day to another there was an error in partyline when using !online:<br><br> Tcl error [pub:online]: can't read "state(body)": no such variable<br><br>can someone help me?</div></blockquote>Looks like it is because the url now redirects somewhere else so try this code instead.<div class="codebox"><p>Code: </p><pre><code># Game-Monitor.com GameServer Scrape# v1.0 - egghelp version yay!!# put the url we are going to scrape here variable online_url "http://www.game-monitor.com/sa-mp_GameServer/84.16.234.167:6666/GermanFunServer.html"# put your channels here, seperate with spacesvariable online_chans "#yourchan #thischan #thatchan"# -- script begins, changes aren't needed below here --package require httpbind pub - !online pub:onlineproc pub:online {nick host hand chan text} {   if {[lsearch -exact [split $::online_chans] $chan] == -1} {return}   set token [http::config -useragent "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7e"]   catch {set token [http::geturl [set query $::online_url] -timeout 5000]} error   # errors and a redirect   if {![string match -nocase "::http::*" $error]} {     foreach line [split $error "\n"] {       putserv "privmsg $chan : $line"     }     return 0   } elseif {![string equal -nocase [::http::status $http] "ok"]} {     putserv "privmsg $chan :[string totitle [::http::status $http]] \( $query \)"     return 0   }  elseif {[string match *[::http::ncode $token]* "301|302"]} {      upvar #0 $token state      foreach {name value} $state(meta) {         if {[regexp -nocase ^location$ $name]} {            catch {set token [::http::geturl "[set query $value]" -query "" -timeout 5000]} error         }            }      }   set html [http::data $token]   http::cleanup $token   regsub -all {(?:\t|\n|\r|\v)} $html "" html   if {[regexp -- {&lt;div class="sumtitle"&gt;(.+?)&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;} $html - i]} {      regsub -all {&lt;b&gt;|&lt;/b&gt;} $i "\002" i      regsub -all {&lt;td&gt;| |&lt;td colspan="2"&gt;} $i " | " i      regsub -all {&lt;.*?&gt;} $i "" i      putserv "privmsg $chan :$i"   }   set onames {}   while {[regexp -nocase {&lt;td class="name"&gt;(.*?)&lt;/td&gt;} $html - oname]} {      lappend onames $oname      regsub -nocase {&lt;td class="name"&gt;} $html "" html   }   if {![llength $onames]  } {      putserv "privmsg $chan :There are no online players, nobody is playing. :("   } else {      for {set x 0} {x &lt; [llength $onames]} {incr x 8} {        putserv "privmsg $chan :Online players: [join [lrange $onames $x [expr {$x + 7}]] ", "]"      }   }   return 0}putlog "GameServer Scrape ready for action."</code></pre></div><blockquote class="uncited"><div><em class="text-italics">Setting the variable 'online_url' to:<br>"<a href="http://www.game-monitor.com/sa-mp_GameServer/84.16.234.167:6666/GermanFunServer.html" class="postlink">http://www.game-monitor.com/sa-mp_GameS ... erver.html</a>"</em><br>&lt;speechles&gt; !online<br>&lt;bot&gt; GermanFunServer | <strong class="text-strong">IP:</strong> 84.16.234.167:6666 | <strong class="text-strong">Players:</strong> 0/40 (average: 7.67) | <strong class="text-strong">Bots:</strong>  0 | <strong class="text-strong">Map:</strong> San Andreas (310) | <strong class="text-strong">Consecutive Failed:</strong> 0 / 30 | <strong class="text-strong">Game:</strong> San Andreas Multiplayer | <strong class="text-strong">Last Updated:</strong> 43s ago (cached: 0s) | <strong class="text-strong">Month Uptime:</strong> 89.8753% (3675 / 4089) | <strong class="text-strong">Last DB Update:</strong> 43s ago (last check: 0s) | <strong class="text-strong">Added:</strong>  days ago<br>&lt;bot&gt; There are no online players, nobody is playing. :<strong class="text-strong"></strong>(<br><br><em class="text-italics">Setting the variable 'online_url' to:<br>"<a href="http://www.game-monitor.com/sa-mp_GameServer/77.220.180.62:7777/__RUSSIAN_SERVER__RUSLT__.html" class="postlink">http://www.game-monitor.com/sa-mp_GameS ... SLT__.html</a>"</em><br>&lt;speechles&gt; !online<br>&lt;bot&gt; | RUSSIAN SERVER | [RUS]/[LT] | | <strong class="text-strong">IP:</strong> 77.220.180.62:7777 | <strong class="text-strong">Players:</strong> 25/60 (average: 35.84) | <strong class="text-strong">Bots:</strong>  0 | <strong class="text-strong">Map:</strong> <a href="http://www.rsrl.ru" class="postlink">www.rsrl.ru</a> (1) | <strong class="text-strong">Consecutive Failed:</strong> 0 / 30 | <strong class="text-strong">Game:</strong> San Andreas Multiplayer | <strong class="text-strong">Last Updated:</strong> 49s ago (cached: 25s) | <strong class="text-strong">Month Uptime:</strong> 93.6201% (3830 / 4091) | <strong class="text-strong">Last DB Update:</strong> 49s ago (last check: 25s) | <strong class="text-strong">Added:</strong>  days ago<br>&lt;bot&gt; Online players: K2_KORSAR, Kain, RuSsiAn_Pimp, VAV, Sandra_K, XISHNIK, Gagarin1964, [AZTEC]MC, DJ_Energi, _Dim_, [AstroD]Lexa, ba9n, Kilimangaro, GreeNShark, [DVpro]DSLX5, [PRoFFI]_Cat, [RV]1KlaSS, [Redman], Bi_Gear, KloUngGM, [ALN]SectoR, Hacker, BOSSS, [SR]Splinter, RimasLT</div></blockquote>This is exactly how it should look on IRC. You can change the url to any of the other gameservers that site offers and it will work identically. Added a single redirect catch so now hopefully will get to the correct url before attempting to pull the page body.. which it appears to be doing now. Enjoy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Edit(10-26-2009): Condensed entire script and corrected a few long outstanding bugs. Should work as promised <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Mon Jul 28, 2008 12:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2008-07-27T19:16:31-04:00</updated>

		<published>2008-07-27T19:16:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=84202#p84202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=84202#p84202"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=84202#p84202"><![CDATA[
A new Problem appeared!<br><br>I used this script without changing something... from one day to another there was an error in partyline when using !online:<br><br> Tcl error [pub:online]: can't read "state(body)": no such variable<br><br>can someone help me?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Sun Jul 27, 2008 7:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Mogour]]></name></author>
		<updated>2008-06-29T10:14:36-04:00</updated>

		<published>2008-06-29T10:14:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83800#p83800</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83800#p83800"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83800#p83800"><![CDATA[
Nice script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.<br><br>It would be nice to look up players, like:<br><br>&lt;User:&gt; !info Test<br>&lt;Bot:&gt; Test is currently playing - Score: 88692<br>&lt;User:&gt; !info Test2<br>&lt;Bot:&gt; Test2 is currently not playing.<br><br><br>I hope someone can help me with that.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9701">Mogour</a> — Sun Jun 29, 2008 10:14 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2008-05-31T07:07:00-04:00</updated>

		<published>2008-05-31T07:07:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83320#p83320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83320#p83320"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83320#p83320"><![CDATA[
thank u!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Sat May 31, 2008 7:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-31T05:22:55-04:00</updated>

		<published>2008-05-31T05:22:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83314#p83314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83314#p83314"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83314#p83314"><![CDATA[
use the modified code above.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat May 31, 2008 5:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2008-05-31T05:06:12-04:00</updated>

		<published>2008-05-31T05:06:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83312#p83312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83312#p83312"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83312#p83312"><![CDATA[
If I use !online, the bot says:<br><br>"<em class="text-italics">Online players: &lt;td class="name"&gt;mastre&lt;/td&gt;, mastre</em>"<br><br>( mastre was the first player in the list... )<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Sat May 31, 2008 5:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-31T05:27:10-04:00</updated>

		<published>2008-05-31T03:21:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83309#p83309</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83309#p83309"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83309#p83309"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># put the url we are going to scrape herevariable online_url "http://www.game-monitor.com/sa-mp_GameServer/84.16.234.167:6666/GermanFunServer.html"# put your channels here, seperate with spacesvariable online_chans "#yourchan #thischan #thatchan"package require httpbind pub - !online pub:onlineproc pub:online {nick host hand chan text} {  if {[lsearch -exact [split $::online_chans] $chan] == -1} {return}  set token [http::config -useragent "Lynx/2.8.5rel.1 libwww-FM/2.14 SSL-MM/1.4.1 OpenSSL/0.9.7e"]  catch {set token [http::geturl $::online_url -timeout 5000]} error  if {[string match -nocase "*couldn't open socket*" $error]} {    puthelp "PRIVMSG $chan :Sorry, cannot create a socket to \"$::online_url\"."    return 0  } elseif {[::http::status $token] == "timeout"} {    puthelp "PRIVMSG $chan :Sorry, your request to \"$::online_url\" has timed out."    return 0  }  set html [http::data $token]  http::cleanup $token  regsub -all {(?:\t|\n|\r|\v)} $html "" html  set onames {}  while {[regexp -nocase {&lt;td class="name"&gt;(.*?)&lt;/td&gt;} $html - oname]} {    lappend onames $oname    regsub -nocase {&lt;td class="name"&gt;} $html "" html  }  putserv "privmsg $chan :Online players: [join $onames ", "]"  return 1}</code></pre></div>Edit: modified code to use while with regexp/regsub vs inline regexp.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat May 31, 2008 3:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2008-05-31T02:50:36-04:00</updated>

		<published>2008-05-31T02:50:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83308#p83308</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83308#p83308"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83308#p83308"><![CDATA[
ok! I just want a script, with a pub trigger maybe !online , which makes the bot output the Player Names in the list ( <a href="http://www.game-monitor.com/sa-mp_GameServer/84.16.234.167:6666/GermanFunServer.html" class="postlink">this link!</a>) to the channel!<br><blockquote class="uncited"><div>Example:<br><br>Someone: !online<br>Eggie: Online Players:<br>Eggie: person1, person2, person3</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Sat May 31, 2008 2:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-31T00:43:17-04:00</updated>

		<published>2008-05-31T00:43:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83306#p83306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83306#p83306"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83306#p83306"><![CDATA[
<blockquote class="uncited"><div>Well...this is the "Request" Forum, so could you make me the script? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote>Without knowing 'what you want to display?', 'how you want it displayed?', 'seperate triggers for server info vs player info?', 'etc?', 'etc?' it is just a waste of my time. There is no clear goal.<br><br>If you leave your request open ended and completely vague, the help you desire simply won't. I can tell you how to do it yourself, but without knowing how it should work, it simply won't. If your request involves tons of work, this makes it less likely to happen and won't get realized. So keep your request simple at first, solicit your inital request, and wait for it hopefully to be realized. Once you accomplish this step (realization), you can further amend your request to address shortcomings/additions (refinement).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat May 31, 2008 12:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2008-05-30T21:32:46-04:00</updated>

		<published>2008-05-30T21:32:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83305#p83305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83305#p83305"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83305#p83305"><![CDATA[
<blockquote class="uncited"><div>Well...this is the "Request" Forum, so could you make me the script? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"></div></blockquote><a href="http://forum.egghelp.org/viewtopic.php?t=9713" class="postlink">Please Read Before Posting</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Fri May 30, 2008 9:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nimos]]></name></author>
		<updated>2008-05-30T17:43:46-04:00</updated>

		<published>2008-05-30T17:43:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83301#p83301</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83301#p83301"/>
		<title type="html"><![CDATA[Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83301#p83301"><![CDATA[
Well...this is the "Request" Forum, so could you make me the script? <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 <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9877">Nimos</a> — Fri May 30, 2008 5:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-05-30T16:45:13-04:00</updated>

		<published>2008-05-30T16:45:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=83300#p83300</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=83300#p83300"/>
		<title type="html"><![CDATA[Re: Getting a list from a Homepage]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=83300#p83300"><![CDATA[
<blockquote class="uncited"><div>is it possible to get <a href="http://www.game-monitor.com/sa-mp_GameServer/84.16.234.167:6666/GermanFunServer.html" class="postlink">  THIS  </a> online list into the channel, by using egghttp or anything similiar?</div></blockquote>http package or the egghttp script can be used. It's fairly simple. build a header regexp which will pull the info to display to begin with, the game name, server whatever. Then build an inline regexp and extract your playernames/scores to it. For output simply relay the gamename/server info, then use a foreach to step thru the playernames/scores list which the inline regexp created (in place of the inline regexp, can be used the while regexp/regsub method). Pretty basic stuff.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Fri May 30, 2008 4:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
