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

	<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>2006-04-10T12:54:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2006-04-10T12:54:10-04:00</updated>

		<published>2006-04-10T12:54:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61807#p61807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61807#p61807"/>
		<title type="html"><![CDATA[why this portscan makes my eggdrop laggie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61807#p61807"><![CDATA[
user had posted a long time ago a script that would check for open ports (or something like this, anyway, it could be *updated* to do whatever you wish) without making it block. Check the <a href="http://forum.egghelp.org/search.php" class="postlink">Search</a> function.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Apr 10, 2006 12:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-04-10T12:03:59-04:00</updated>

		<published>2006-04-10T12:03:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61805#p61805</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61805#p61805"/>
		<title type="html"><![CDATA[why this portscan makes my eggdrop laggie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61805#p61805"><![CDATA[
because the script is lame<br><br>don't use it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Apr 10, 2006 12:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SirDon]]></name></author>
		<updated>2006-04-10T07:26:04-04:00</updated>

		<published>2006-04-10T07:26:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61801#p61801</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61801#p61801"/>
		<title type="html"><![CDATA[why this portscan makes my eggdrop laggie]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61801#p61801"><![CDATA[
Hello <br><br>i have tried this script on allmost 13 boxies and this scripts make my eggdrop laggie.here is the code please can somebody help me with this?<div class="codebox"><p>Code: </p><pre><code>putlog "loaded portcheck - Gh0st@Dalnet"set banports {  1080  3128  8080  6588  7212  32167  }set checkchans {  #Chan}# set bantext "Proxys are not allowed."# set onjoin "Scanning for open proxies, please discard any warnings on your firewall"bind join - * prox_joinproc prox_join {nick uhost hand chan} {  global banports checkchans  set bchan [string tolower $chan]  if {[lsearch -exact $checkchans $chan] == -1} {return 1}  set host [lindex [split $uhost @] 1]  foreach a $banports {   catch {socket $host $a} p   if {([string range $p 0 3] == "sock") &amp;&amp; ([lindex $p 1] == "")} {     utimer 2 [list prox:t $nick $host $chan $a]     close $p     break    }  }}proc prox:t {nick host chan a} {  if {[botisop $chan] &amp;&amp; [onchan $nick $chan] &amp;&amp; ![isbotnick $nick] &amp;&amp; ![isop $nick $chan]} {    putlog "### Kicking $nick on channel $chan for an open port $a"    putserv "NOTICE $nick :You have been kicked due to port $a being open."    pushmode $chan +b *!*@$host    putserv "kick $chan $nick :Open Proxies are not allowed in the channel !"  }}</code></pre></div>Regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7605">SirDon</a> — Mon Apr 10, 2006 7:26 am</p><hr />
]]></content>
	</entry>
	</feed>
