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

	<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>2001-12-01T17:18:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-12-01T17:18:00-04:00</updated>

		<published>2001-12-01T17:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2299#p2299</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2299#p2299"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2299#p2299"><![CDATA[
one suggestion, you can make the map formatted correctly by adding &lt;pre&gt; tags, as with the map on <a href="http://dawg.miracle1.net/efnet.html" class="postlink">http://dawg.miracle1.net/efnet.html</a><br><div class="codebox"><p>Code: </p><pre><code>puts $ffd "/MAP:" puts $ffd "&lt;pre&gt;"puts $ffd " $netstats_localserver " netstats_do_netmap " " $ffd $netstats_localserver puts $ffd "&lt;/pre&gt;"puts $ffd "n" </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sat Dec 01, 2001 5:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-01T16:40:00-04:00</updated>

		<published>2001-12-01T16:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2298#p2298</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2298#p2298"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2298#p2298"><![CDATA[
Hax'd this up a little. Here are the changes I made to make it purdier for a page.<br><br>proc netstats_do_final {} {<br>global netstats_setting netstats_links_data netstats_localserver netstats_list_data netstats_lusers_data<br>set ffd [open $netstats_setting(file_output) w+]<br>puts $ffd "&lt;center&gt;"<br>puts $ffd "Network Stats"<br>puts $ffd "Connected to $netstats_localserver"<br>puts $ffd "n"<br>puts $ffd "/LUSERS:"<br>foreach i [array names netstats_lusers_data] {<br>puts $ffd "$netstats_lusers_data($i)"<br>}<br>#puts $ffd "n"<br>#puts $ffd "/LIST:"<br>#foreach i [array names netstats_list_data] {<br>#regsub -all -- ":$" "[join $netstats_list_data($i)]" "" text2<br>#puts $ffd "$i $text2"<br>#}<br>puts $ffd "n"<br>puts $ffd "/MAP:"<br>puts $ffd "     $netstats_localserver     "<br>netstats_do_netmap "     " $ffd $netstats_localserver<br>puts $ffd "n"<br>puts $ffd "/LINKS:"<br>foreach i [array names netstats_links_data] {<br>puts $ffd "[join $netstats_links_data($i)]"<br>}<br>puts $ffd "&lt;/center&gt;"<br>close $ffd<br>puthelp "[exec /bin/netstats]"<br>}<br><br>Notice the &lt;center&gt; and &lt;/center&gt; added, and the puthelp "[exec /bin/netstats]" I would have had the regular execute, but tcl didn't like the pipes, etc, so here's my /bin/netstats:<br><br>cat /www/htdocs/netstats/netstats.txt|perl -p -e 's/n/&lt;br&gt;n/g'&gt;/www/htdocs/netstats/netstats2.txt<br><br>just chmod +x that so it's executable, which just puts &lt;br&gt;s at the end of each line, so it's not all jumbled together. Then I just &lt;?php include("netstats2.txt"); ?&gt; cause php is the shizit. here is my page with it if you want to see it in action. <a href="http://wagd.com/netstats/" class="postlink">http://wagd.com/netstats/</a> Thanks everyone! *Hugs WCC*<p>Statistics: Posted by Guest — Sat Dec 01, 2001 4:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-29T15:55:00-04:00</updated>

		<published>2001-11-29T15:55:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2215#p2215</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2215#p2215"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2215#p2215"><![CDATA[
n/m found it.<p>Statistics: Posted by Guest — Thu Nov 29, 2001 3:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-29T14:51:00-04:00</updated>

		<published>2001-11-29T14:51:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2214#p2214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2214#p2214"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2214#p2214"><![CDATA[
what lines should be commented out to prevent the /list from being displayed. Way to many channels on my server =P.<p>Statistics: Posted by Guest — Thu Nov 29, 2001 2:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-29T12:18:00-04:00</updated>

		<published>2001-11-29T12:18:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2212#p2212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2212#p2212"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2212#p2212"><![CDATA[
sorry, not my forum, just wanted to say WCC is god! Thanks for this too hehehe.<p>Statistics: Posted by Guest — Thu Nov 29, 2001 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-26T20:57:00-04:00</updated>

		<published>2001-11-26T20:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2096#p2096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2096#p2096"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2096#p2096"><![CDATA[
no problem <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":razz:" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Nov 26, 2001 8:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-26T03:43:00-04:00</updated>

		<published>2001-11-26T03:43:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2072#p2072</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2072#p2072"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2072#p2072"><![CDATA[
Thank you Wcc, it works fine <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Mon Nov 26, 2001 3:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-25T19:09:00-04:00</updated>

		<published>2001-11-25T19:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2042#p2042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2042#p2042"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2042#p2042"><![CDATA[
<a href="http://dawg.dynu.com/NetStats1.2.zip" class="postlink">http://dawg.dynu.com/NetStats1.2.zip</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Nov 25, 2001 7:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-24T19:58:00-04:00</updated>

		<published>2001-11-24T19:58:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2004#p2004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2004#p2004"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2004#p2004"><![CDATA[
Sure, I can have it done by later today.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sat Nov 24, 2001 7:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-23T22:27:00-04:00</updated>

		<published>2001-11-23T22:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1944#p1944</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1944#p1944"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1944#p1944"><![CDATA[
heya, <br>like this tcl ... i tried it with /list &amp; /links but it doesnt work ... the only thing i see is --&gt; End of List <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> Can someone help me, writing this tcl, i dun need a html file. 2 *.txt files (1 for /list &amp; 1 for /links) would be enough for it.<p>Statistics: Posted by Guest — Fri Nov 23, 2001 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-20T02:16:00-04:00</updated>

		<published>2001-11-20T02:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1803#p1803</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1803#p1803"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1803#p1803"><![CDATA[
This should work... <a href="http://dawg.dynu.com/Lusers1.0.zip" class="postlink">http://dawg.dynu.com/Lusers1.0.zip</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Tue Nov 20, 2001 2:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-19T19:48:00-04:00</updated>

		<published>2001-11-19T19:48:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1796#p1796</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1796#p1796"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1796#p1796"><![CDATA[
Oops, hehe, ya I can make that for ya<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Nov 19, 2001 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-11-19T11:52:00-04:00</updated>

		<published>2001-11-19T11:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1781#p1781</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1781#p1781"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1781#p1781"><![CDATA[
note the topic title wcc <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":razz:" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Mon Nov 19, 2001 11:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2001-11-19T01:17:00-04:00</updated>

		<published>2001-11-19T01:17:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1768#p1768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1768#p1768"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1768#p1768"><![CDATA[
Once it gets the info, what should it do with it? Put it in a file, a webpage, dcc, email it to you, print it and mail it to the moon, what? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Mon Nov 19, 2001 1:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-11-18T16:32:00-04:00</updated>

		<published>2001-11-18T16:32:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=1766#p1766</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=1766#p1766"/>
		<title type="html"><![CDATA[create a webpage with /lusers info]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=1766#p1766"><![CDATA[
<br>sorry by the spam here, but anyone who talk portuguese it's welcome to irc.openglx.com.br <br><p>Statistics: Posted by Guest — Sun Nov 18, 2001 4:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
