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

	<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-06-02T15:09:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-06-02T15:09:08-04:00</updated>

		<published>2004-06-02T15:09:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36878#p36878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36878#p36878"/>
		<title type="html"><![CDATA[Re:Help with listening within a given port range]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36878#p36878"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># This will return the first port in 'reserved-portrange # not currently in use as a listen port.  Will return -1 # if no port found usable. proc FindUsablePort {} {   global reserved-portrange   foreach {start stop} [split ${reserved-portrange} :] break   set dcclist [dcclist]    for {set current $start} {$current &lt;= $stop} {incr current} {     if {![regexp -- "lstn  *$current" $dcclist]} {return $current}   }; return -1 }</code></pre></div>Problem solved! Many thanks to MC_8 for his help.  <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=3646">Alchera</a> — Wed Jun 02, 2004 3:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-05-31T23:30:28-04:00</updated>

		<published>2004-05-31T23:30:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36795#p36795</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36795#p36795"/>
		<title type="html"><![CDATA[Help with listening within a given port range]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36795#p36795"><![CDATA[
Hi,<br><br>I'm using a serving script (for freeware <em class="text-italics">only</em>) with Windrop running behind ICF. The following is all that is a problem.<div class="codebox"><p>Code: </p><pre><code>set port [listen 0 script null]</code></pre></div>I can successfully change the 0 to any port I have setup in ICF ie: 3032.<br><br>What I want to do is be able to use any port from 3032 through to 3043.<br><br>Can any one assist?<br><br>PS: For those Windrop users in need of du, it can be downloaded from <a href="http://www.ballarat.us/downloads/du10.zip" class="postlink">here</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Mon May 31, 2004 11:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
