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

	<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-01-20T10:26:53-04:00</updated>

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

		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-01-20T10:26:53-04:00</updated>

		<published>2004-01-20T10:26:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32693#p32693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32693#p32693"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32693#p32693"><![CDATA[
good luck, if it doesn't work you never see me, never read me... never heard about me <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=691">CrazyCat</a> — Tue Jan 20, 2004 10:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-20T09:18:34-04:00</updated>

		<published>2004-01-20T09:18:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32684#p32684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32684#p32684"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32684#p32684"><![CDATA[
k, i'll try to work with that, thanks cc<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Jan 20, 2004 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2004-01-20T04:03:09-04:00</updated>

		<published>2004-01-20T04:03:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32676#p32676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32676#p32676"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32676#p32676"><![CDATA[
Hey GodOfSuicide, I didn't receive your mail, but I'll try to help you here <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>If you have a look in my ircgraph.tcl, you may see:<div class="codebox"><p>Code: </p><pre><code>Rrd::create $newfile DS:userslocal:GAUGE:600:U:U DS:ircops:GAUGE:600:U:U DS:usersglobal:GAUGE:600:U:U DS:channels:GAUGE:600:U:U DS:invisibles:GAUGE:600:U:U DS:normals:GAUGE:600:U:U DS:totalservers:GAUGE:600:U:U RRA:AVERAGE:0.5:1:600 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797</code></pre></div>This is the creation of a database with default values, so step is 300 seconds, and the 600 value in DS:<em class="text-italics">name</em>:GAUGE.... is the max delay between two updates.<br>If you want to have an update every minute, use the <strong class="text-strong">--step (or -s) <em class="text-italics">value</em></strong>, this give you:<div class="codebox"><p>Code: </p><pre><code>Rrd::create $newfile -s 60 DS:userslocal:GAUGE:120:U:U DS:ircops:GAUGE:120:U:U DS:usersglobal:GAUGE:120:U:U DS:channels:GAUGE:120:U:U DS:invisibles:GAUGE:120:U:U DS:normals:GAUGE:120:U:U DS:totalservers:GAUGE:120:U:U RRA:AVERAGE:0.5:1:700 RRA:AVERAGE:0.5:6:700 RRA:AVERAGE:0.5:24:775 RRA:AVERAGE:0.5:288:797 RRA:MAX:0.5:1:600 RRA:MAX:0.5:6:700 RRA:MAX:0.5:24:775 RRA:MAX:0.5:288:797</code></pre></div>This gives you a step of 1 minute (60 seconds:)) and the gauges can stay 2 minutes max without being updated.<br>Does this help you?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Jan 20, 2004 4:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-19T14:06:34-04:00</updated>

		<published>2004-01-19T14:06:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32668#p32668</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32668#p32668"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32668#p32668"><![CDATA[
i'm currently thinking of adding graphical stats via RRDTool, but it seams i'm just too stupid to learn the handling of this program<br>to add new entrys to the dbase isnt the problem since the timestamp is the in unixtime format, but to create a dbase, set the resolution and all this stuff is little over the top for me :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Jan 19, 2004 2:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-19T12:54:01-04:00</updated>

		<published>2004-01-19T12:54:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32667#p32667</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32667#p32667"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32667#p32667"><![CDATA[
<strong class="text-strong">[News Flash]</strong> Bla bla bla.. For more info. visit <a href="http://mysite.com/something.php&amp;news=xx" class="postlink">http://mysite.com/something.php&amp;news=xx</a> or whatever.. and the same *design* for all <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=187">caesar</a> — Mon Jan 19, 2004 12:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-19T12:38:53-04:00</updated>

		<published>2004-01-19T12:38:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32666#p32666</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32666#p32666"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32666#p32666"><![CDATA[
<blockquote class="uncited"><div>draws more attention because of the bold an ()</div></blockquote>right now i have it running in test channels with different designs, with ~2-4 newslines each minute its really hard to pay attention to all of them<br>what about different design for each kind of ticker (e.g. coding, gaming, politics, news, tec, etc) ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Jan 19, 2004 12:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-01-19T11:29:37-04:00</updated>

		<published>2004-01-19T11:29:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32665#p32665</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32665#p32665"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32665#p32665"><![CDATA[
first one<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Mon Jan 19, 2004 11:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Turambar]]></name></author>
		<updated>2004-01-19T11:28:23-04:00</updated>

		<published>2004-01-19T11:28:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32664#p32664</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32664#p32664"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32664#p32664"><![CDATA[
first one<br>draws more attention because of the bold an ()<br>all in all, looks nicer<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3245">Turambar</a> — Mon Jan 19, 2004 11:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-01-19T11:26:01-04:00</updated>

		<published>2004-01-19T11:26:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32663#p32663</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32663#p32663"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32663#p32663"><![CDATA[
The first one. <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=187">caesar</a> — Mon Jan 19, 2004 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2004-01-19T09:57:12-04:00</updated>

		<published>2004-01-19T09:57:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32660#p32660</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32660#p32660"/>
		<title type="html"><![CDATA[News and Design : What to choose ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32660#p32660"><![CDATA[
I have nearly finished my newsticker system (which is now dynamicaly done over the botnet, all the parsing is done by a limbo bot), now i start to thing about different designs.<br><br>what would you prefer (or maybe suggest other versions)?<blockquote class="uncited"><div><strong class="text-strong">[mysite.com]</strong> some headline <strong class="text-strong">(</strong><span style="text-decoration:underline"><a href="http://mysite.com/something.php&amp;news=xxx" class="postlink">http://mysite.com/something.php&amp;news=xxx</a></span><strong class="text-strong">)</strong> (the current version)<br>&lt;mysite.com&gt; some headline - <a href="http://mysite.com/something.php&amp;news=xxx" class="postlink">http://mysite.com/something.php&amp;news=xxx</a><br>&gt;&gt;&gt; mysite.com - someheadline &gt;&gt;&gt; <a href="http://mysite.com/something.php&amp;news=xxx" class="postlink">http://mysite.com/something.php&amp;news=xxx</a></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Mon Jan 19, 2004 9:57 am</p><hr />
]]></content>
	</entry>
	</feed>
