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

	<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-05-31T20:19:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-31T20:19:49-04:00</updated>

		<published>2005-05-31T20:19:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50037#p50037</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50037#p50037"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50037#p50037"><![CDATA[
Try the <a href="http://forum.egghelp.org/search.php" class="postlink">Search</a> function; I am sure this problem has already been covered elsewhere.  <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=3646">Alchera</a> — Tue May 31, 2005 8:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-31T19:32:54-04:00</updated>

		<published>2005-05-31T19:32:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50034#p50034</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50034#p50034"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50034#p50034"><![CDATA[
I gave Oxquizz a try before I bought nerfbenders script. The problem with moxquizz is the fact not all text is displayed in java. Most people use the java chat applet there  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> <br><br>Besides that I have over 600,000 questions in the format for Nerf's bot now..<br><br>Any idea for an solution with killing and restarting the bot ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Tue May 31, 2005 7:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-05-31T19:24:30-04:00</updated>

		<published>2005-05-31T19:24:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50033#p50033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50033#p50033"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50033#p50033"><![CDATA[
nerbendr strikes again! Look, personally I'd get rid of that trivia script permanently and go for one that works and is FREE! <a href="http://moxquizz.de/" class="postlink">MoxQuizz 0.8.1</a> is an excellent multi language trivia script and doesn't open multiple files all over the place and the author fully supports his product for free! <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=3646">Alchera</a> — Tue May 31, 2005 7:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-05-31T11:59:28-04:00</updated>

		<published>2005-05-31T11:59:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50021#p50021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50021#p50021"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50021#p50021"><![CDATA[
<blockquote class="uncited"><div>the scripts should close them by itself. if they don't you would't run out of file handles sooner or later no matter how high your limit is.<br><div class="codebox"><p>Code: </p><pre><code>set fd [open $file r]#script has 1 open fileset data [read $fd]close $fd#script has 0 open files but still has its content in $data</code></pre></div>if you still want to restart your bot periodly, then open TCL-Commands.doc under 'BIND TYPES' -&gt; 'TIME' and 'restart'.</div></blockquote><br>I still have the same problem <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_neutral.gif" width="15" height="15" alt=":|" title="Neutral">  Since nerbendr seems to be vanished I give it another try here.<br><br>When i use the above script in a tcl nothing happens...  anyone who could help me? <br>Another solution might be a script where the bot die's after 30 minutes and restarts after that.<br><br>All of your help is very much appreciated by this NON-tcl'er <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br>Tia<br><br>Dirk<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Tue May 31, 2005 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-13T10:02:10-04:00</updated>

		<published>2005-04-13T10:02:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48100#p48100</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48100#p48100"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48100#p48100"><![CDATA[
<blockquote class="uncited"><div>sorry for being dumb <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> but do i have to put that in my conf file ?</div></blockquote>you don't have to, but you can, but however you shouldn't.<br>scroll your .conf to the bottom you might come up with an idea (if not, you are really dump <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=2382">De Kus</a> — Wed Apr 13, 2005 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-04-13T07:58:45-04:00</updated>

		<published>2005-04-13T07:58:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48095#p48095</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48095#p48095"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48095#p48095"><![CDATA[
sorry for being dumb <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> but do i have to put that in my conf file ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed Apr 13, 2005 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-13T07:38:56-04:00</updated>

		<published>2005-04-13T07:38:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48094#p48094</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48094#p48094"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48094#p48094"><![CDATA[
the scripts should close them by itself. if they don't you would't run out of file handles sooner or later no matter how high your limit is.<br><div class="codebox"><p>Code: </p><pre><code>set fd [open $file r]#script has 1 open fileset data [read $fd]close $fd#script has 0 open files but still has its content in $data</code></pre></div>if you still want to restart your bot periodly, then open TCL-Commands.doc under 'BIND TYPES' -&gt; 'TIME' and 'restart'.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Apr 13, 2005 7:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-04-13T07:34:28-04:00</updated>

		<published>2005-04-13T07:34:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48093#p48093</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48093#p48093"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48093#p48093"><![CDATA[
Closing em by myself is not an option I'm afraid. I don't want to spend that much time online <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":-)" title="Smile"><br><br>Does anyome know an tcl that restarts the bot after a certain period of time ? I'm trying to find one but no luck yet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed Apr 13, 2005 7:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-13T07:28:58-04:00</updated>

		<published>2005-04-13T07:28:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48092#p48092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48092#p48092"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48092#p48092"><![CDATA[
<blockquote class="uncited"><div>64 opened files at once is what I mean. I think it can be solved when the bot restarts  every 30 minutes. Is there a .tcl what does that ?</div></blockquote>what about closing the files? I don't know why a bot would require 64 opened files, even if you count open TCP and bash connections as files (as what they are handled in TCL).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Apr 13, 2005 7:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-04-13T07:27:22-04:00</updated>

		<published>2005-04-13T07:27:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48091#p48091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48091#p48091"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48091#p48091"><![CDATA[
64 opened files at once is what I mean. I think it can be solved when the bot restarts  every 30 minutes. Is there a .tcl what does that ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed Apr 13, 2005 7:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-04-13T07:16:50-04:00</updated>

		<published>2005-04-13T07:16:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48089#p48089</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48089#p48089"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48089#p48089"><![CDATA[
are you talking about 64 opened files at once or 64 files on disc used one by oneother?<br>I believe a limit of 64 open files is already really a big deal, a 64 files quota for custom files would be ridiculous.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Wed Apr 13, 2005 7:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[domp]]></name></author>
		<updated>2005-04-13T06:48:01-04:00</updated>

		<published>2005-04-13T06:48:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=48087#p48087</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=48087#p48087"/>
		<title type="html"><![CDATA[Open files]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=48087#p48087"><![CDATA[
I have a problem with my triviabot. About once an our it locks up with the too many open files error. I contacted my provider about that n they answered I'm limited at 64 what is a standard there.  <br><br>Now my question, is it normal to set a limit at 64 files? I pay about 15 bucks a month for 3 bg processes and 50 MB data space.<br><br>lemme know what You think  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><br><br><br>Tia Dirk<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6098">domp</a> — Wed Apr 13, 2005 6:48 am</p><hr />
]]></content>
	</entry>
	</feed>
