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

	<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>2005-03-19T11:08:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-03-19T11:08:01-04:00</updated>

		<published>2005-03-19T11:08:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47942#p47942</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47942#p47942"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47942#p47942"><![CDATA[
Ahh my bad sorry De Kus  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> and your right "1 *" would never be executed as you say it would have to be "01 *" to work at one minute past every hour and "*1 *" would execute every 10 minutes <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Mar 19, 2005 11:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-03-19T09:50:27-04:00</updated>

		<published>2005-03-19T09:50:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47941#p47941</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47941#p47941"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47941#p47941"><![CDATA[
<blockquote class="uncited"><div>wouldn't "1 *" execute the proc once every hour at 1 minute past?</div></blockquote>I meant 1 "*", not *1 *" (last one would never be true because [string match "1 *" "01 xx xx xx xxxx"] == 0).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Mar 19, 2005 9:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-19T08:53:12-04:00</updated>

		<published>2005-03-19T08:53:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47935#p47935</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47935#p47935"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47935#p47935"><![CDATA[
I agree with ^Doom^ about "1 *", I think this will trigger the proc only once every hour (I didn't test, so I might be wrong). On the other hand,<div class="codebox"><p>Code: </p><pre><code>bind time - "*" stime</code></pre></div>should trigger the proc every minute.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Mar 19, 2005 8:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AbuAli]]></name></author>
		<updated>2005-03-19T07:41:11-04:00</updated>

		<published>2005-03-19T07:41:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47932#p47932</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47932#p47932"/>
		<title type="html"><![CDATA[humm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47932#p47932"><![CDATA[
hello,<br>now witch one i use ?<div class="codebox"><p>Code: </p><pre><code>"* *"</code></pre></div>or<div class="codebox"><p>Code: </p><pre><code>"1 *"</code></pre></div><br>and about how can i make the ops start with @ and the voice start with + and the halfop start with % and stay on the top of the list, like mirc nick list <br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5052">AbuAli</a> — Sat Mar 19, 2005 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-03-19T05:59:21-04:00</updated>

		<published>2005-03-19T05:59:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47925#p47925</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47925#p47925"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47925#p47925"><![CDATA[
<blockquote class="uncited"><div>PS:<blockquote class="uncited"><div>to execute every minute change "?5 *" to "* *"</div></blockquote> simply 1 * is enough <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.</div></blockquote>wouldn't "1 *" execute the proc once every hour at 1 minute past?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Mar 19, 2005 5:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-03-18T22:27:35-04:00</updated>

		<published>2005-03-18T22:27:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47901#p47901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47901#p47901"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47901#p47901"><![CDATA[
the body tag should normaly be opend after the head tag is closed, or has WAP html total diffrent specifications?<br>btw. don't forget [split ] before using strings with list functions.<br><br>PS:<blockquote class="uncited"><div>to execute every minute change "?5 *" to "* *"</div></blockquote> simply 1 * is enough <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Mar 18, 2005 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-03-18T19:00:30-04:00</updated>

		<published>2005-03-18T19:00:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47895#p47895</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47895#p47895"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47895#p47895"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>"?5 *"</code></pre></div>this is a crontab type time bind its set to go off at <br><br>05<br>15<br>25<br>35<br>45<br>55 minutes past every hour<br><br>?5 make sense? and the * means do this every hour.<br><br>to execute every minute change "?5 *" to "* *"<br><br>HTH<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Mar 18, 2005 7:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AbuAli]]></name></author>
		<updated>2005-03-18T18:30:22-04:00</updated>

		<published>2005-03-18T18:30:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47894#p47894</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47894#p47894"/>
		<title type="html"><![CDATA[thx]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47894#p47894"><![CDATA[
yeah gb, thats what i want <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> a WAP IRC STATS<br><br>but i have a problem, i set the time to 1 min<br><div class="codebox"><p>Code: </p><pre><code>bind time - "?1*" stime </code></pre></div>but the code dont generate 1 in 1 min the html,<br>he generate the html 10 in 10 min,<br>why?<br>dont have logic, if i change the time, why dont work!!<br><br>and if i can make the ops start with @ and the voice start with + and the halfop start with % and stay on the top of the list, like mirc nick list<br><br>thx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5052">AbuAli</a> — Fri Mar 18, 2005 6:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-18T17:46:51-04:00</updated>

		<published>2005-03-18T17:46:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47890#p47890</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47890#p47890"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47890#p47890"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set sfile "/home/user/public_html/stats.html"set schan "#channel"bind time - "?5*" stimeproc stime {mi ho da mo yr} { webstats $::schan} proc webstats c { set f [open $::sfile w] puts $f "&lt;html&gt;&lt;body&gt;&lt;head&gt;" puts $f "&lt;title&gt;channel stats for $c&lt;/title&gt;&lt;/head&gt;" puts $f "$c [llength [chanlist $c]] users ([strftime "%H:%M, %m/%d/%Y"])&lt;br&gt;" foreach u [lsort -dict [chanlist $c]] {  puts $f "$u&lt;br&gt;" } puts "&lt;/body&gt;&lt;/html&gt;" close $f putlog "Updated html stats for $c" }</code></pre></div>It'll generate a new page every 5min.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Fri Mar 18, 2005 5:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AbuAli]]></name></author>
		<updated>2005-03-18T15:40:54-04:00</updated>

		<published>2005-03-18T15:40:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47867#p47867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47867#p47867"/>
		<title type="html"><![CDATA[stats script, WAP]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47867#p47867"><![CDATA[
hello, i have a ideia, <br>i need a code, like ChanStats but simples,<br>make a html, on /home/login/pulic_html<br>on the html, only the name of the channel and the number of the users on the channel and the <strong class="text-strong">nicknames who is online on the moment</strong>,<br><br>EX: make this html, live,<br><br>#Channel 3 users<br>nick1<br>nick2<br>nick2<br><br><br>this services have on ChanStats, but its complicate, so can any one help me ? to make a WAP IRC ChanStats, i will give to him the credit of the tcl lol<br><br>thx,<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5052">AbuAli</a> — Fri Mar 18, 2005 3:40 pm</p><hr />
]]></content>
	</entry>
	</feed>
