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

	<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>2003-09-25T14:30:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-25T14:30:59-04:00</updated>

		<published>2003-09-25T14:30:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27576#p27576</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27576#p27576"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27576#p27576"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set proxychannels ""bind join * * proxy:joinproc proxy:join {nick uhost hand chan} {  if {[lsearch -exact [strlwr $::proxychannels] [strlwr $chan]] == -1} { return }if {[strlwr $nick] == [strlwr $::botnick] || [validuser $hand]} { return }  set ip [lindex [split $uhost "@"] 1]  set file [open "proxy.txt" r]   while {[gets $file line] &gt; -1} {     if {[string match -nocase $ip $line]} {       # that ip/mask matches a banned proxy.. add your thing here..      break    }   }  close $file}</code></pre></div>Add in the proxy.txt file the proxyes you want to be banned or whatever, then before the break, under the "# that ip/mask matches a banned proxy.. add your thing here.." comment add your stuff you want to happen if matches a *banned* one. Oh, and inside proxychannels add the channels you want to be checked on join..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Sep 25, 2003 2:30 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-09-25T14:08:59-04:00</updated>

		<published>2003-09-25T14:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27573#p27573</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27573#p27573"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27573#p27573"><![CDATA[
<a href="http://www.blitzed.org/bopm" class="postlink">http://www.blitzed.org/bopm</a><br><br>I use this<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Thu Sep 25, 2003 2:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kk-]]></name></author>
		<updated>2003-09-25T12:23:19-04:00</updated>

		<published>2003-09-25T12:23:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27569#p27569</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27569#p27569"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27569#p27569"><![CDATA[
try this tcl    PortCheck2.0.tcl     you find it in the tcl section<br><br>if your flooder is using a certain port on all his flood bots u can just enter the port on the script 9 times out off 10 this tcl will get them for you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">) you can also add any port number you want ie 1080 80 8080 3128 etc etc.<br><br>hope this helps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3629">kk-</a> — Thu Sep 25, 2003 12:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-23T17:51:13-04:00</updated>

		<published>2003-09-23T17:51:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27495#p27495</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27495#p27495"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27495#p27495"><![CDATA[
Is it a big server that you are on? Maybe try having a word with an IRCop or Admin of the server ask him to Turn on proxy scanning. Obviously if you are on one of the big networks then they will just say no <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> you could also have a word with an IRCop about this muppet with the proxies cuz if the opper is doing his job properly he should be k-lining people using proxies I dont think any of the big networks allow proxie use. Read the MOTD on the server.  <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> — Tue Sep 23, 2003 5:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-23T16:20:35-04:00</updated>

		<published>2003-09-23T16:20:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27490#p27490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27490#p27490"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27490#p27490"><![CDATA[
<blockquote class="uncited"><div>personally i would just ...<br>.+user idiot<br>.chattr idiot +dk<br>then start adding proxies with .+host  <br>call me crazy but i cant justify scanning everyone who joins a room for one idiot</div></blockquote>Ok what if I added him and .+host lamer *!*~@*    ? Now everytime he comes in no matter which proxy, it will ban him, right?<br><br>But...He uses different nicks every time so I'm not sure how the bot will recognize him.<p>Statistics: Posted by Guest — Tue Sep 23, 2003 4:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-20T19:36:49-04:00</updated>

		<published>2003-09-20T19:36:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27371#p27371</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27371#p27371"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27371#p27371"><![CDATA[
Well nothing seems to be working. Just got to fill up the ban list with bans till the lamer runs out.<p>Statistics: Posted by Guest — Sat Sep 20, 2003 7:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-17T11:59:50-04:00</updated>

		<published>2003-09-17T11:59:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27197#p27197</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27197#p27197"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27197#p27197"><![CDATA[
Or better try to find the source of his "evilness" and make a script that will place a ban if the ip of the user that joined the channel matches one from an certain list of banned proxyes. Adding like a crazy monkey many hosts to that user idiot you'll make things worst. This should be something like a bad words script, the only difference is that is reading the *list* from a certain file specified not from a variable or from a variable, how you wish.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed Sep 17, 2003 11:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[gumbydammit]]></name></author>
		<updated>2003-09-17T10:36:08-04:00</updated>

		<published>2003-09-17T10:36:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27194#p27194</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27194#p27194"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27194#p27194"><![CDATA[
personally i would just ...<br>.+user idiot<br>.chattr idiot +dk<br>then start adding proxies with .+host  <br>call me crazy but i cant justify scanning everyone who joins a room for one idiot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1870">gumbydammit</a> — Wed Sep 17, 2003 10:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-17T10:05:10-04:00</updated>

		<published>2003-09-17T10:05:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27192#p27192</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27192#p27192"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27192#p27192"><![CDATA[
Actually , sock4/5 there exist a non standard port. How you going to scan this ? i doubt that . *!~*@* will be the best choice, mostly sock4/5 server they didn't install ident server, at least i think that.<br><br><br><br><a href="http://www.mrprince.mine.nu/" class="postlink">http://www.mrprince.mine.nu/</a><p>Statistics: Posted by Guest — Wed Sep 17, 2003 10:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-16T14:38:03-04:00</updated>

		<published>2003-09-16T14:38:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27166#p27166</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27166#p27166"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27166#p27166"><![CDATA[
usually these proxies are socks4/5 so I suggest scanning port 1080<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 16, 2003 2:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-16T12:27:51-04:00</updated>

		<published>2003-09-16T12:27:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27153#p27153</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27153#p27153"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27153#p27153"><![CDATA[
I just installed antisocks v1.1 from this site. Is that a good one?<p>Statistics: Posted by Guest — Tue Sep 16, 2003 12:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bobjuh]]></name></author>
		<updated>2003-09-16T02:37:28-04:00</updated>

		<published>2003-09-16T02:37:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27131#p27131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27131#p27131"/>
		<title type="html"><![CDATA[Re: Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27131#p27131"><![CDATA[
<blockquote class="uncited"><div>Hi, in a channel of mine someone is casuing trouble and I can't perm ban him because he has access to a bunch of different proxies. Is there anyway I can ban all proxies? I have found a tcl that checks all users for open port 8080.  Would that be the best way - to use a tcl that checks for proxies? Any suggestions? I do not want to ban *!*~@*.</div></blockquote>There are some tcl archive for onjoin scanning for open proxy.<br>Try them.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=109">bobjuh</a> — Tue Sep 16, 2003 2:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-15T23:58:49-04:00</updated>

		<published>2003-09-15T23:58:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27122#p27122</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27122#p27122"/>
		<title type="html"><![CDATA[Banning Proxies]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27122#p27122"><![CDATA[
Hi, in a channel of mine someone is casuing trouble and I can't perm ban him because he has access to a bunch of different proxies. Is there anyway I can ban all proxies? I have found a tcl that checks all users for open port 8080.  Would that be the best way - to use a tcl that checks for proxies? Any suggestions? I do not want to ban *!*~@*.<p>Statistics: Posted by Guest — Mon Sep 15, 2003 11:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
