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

	<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>2011-12-03T13:59:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[while]]></name></author>
		<updated>2011-12-03T13:59:26-04:00</updated>

		<published>2011-12-03T13:59:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98297#p98297</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98297#p98297"/>
		<title type="html"><![CDATA[Tor proxie protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98297#p98297"><![CDATA[
mine has this:<div class="codebox"><p>Code: </p><pre><code>proc ban { ip host nick channel orghost } {        set bantime [channel get $channel torp.bantime]        putloglev $::torp::conflag * "$::torp::logtxt: DEBUG - Ban time set to '$bantime' minute(s)"        putlog "$::torp::logtxt: User '$nick' is a TOR user, banning $nick!$orghost for $bantime minute(s)"putquick "PRIVMSG $channel :$nick is a TOR SPAM BOT"        </code></pre></div>you can change the $nick is a tor bot to .. say...   !gline *!*@ip ... or /msg uworld gline ... something like that<br><br>the down side is that the tcl works if people join a channel you set in the tcl<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10748">while</a> — Sat Dec 03, 2011 1:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2011-12-03T12:02:20-04:00</updated>

		<published>2011-12-03T12:02:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98295#p98295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98295#p98295"/>
		<title type="html"><![CDATA[Tor proxie protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98295#p98295"><![CDATA[
hi <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Thank you for your reply '' while ''<br><br>i'll try to edit this TorPunisher.tcl ..if i can :p<br><br>i downloaded this script from tcl archive before..but i didnt actually try to use it into my bot.infact i didnt noticed  this script scan Tor proxies from a Tor Status site.i thought it scans with rbl site.<br><br>i already have bopm installed on my ircd server.and this bopm used rbl list.but sometimes thats not enuff.<br><br>ok thnx again i will try  this one..<br><br><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=11703">heartbroken</a> — Sat Dec 03, 2011 12:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[while]]></name></author>
		<updated>2011-12-03T03:53:24-04:00</updated>

		<published>2011-12-03T03:53:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98294#p98294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98294#p98294"/>
		<title type="html"><![CDATA[Tor proxie protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98294#p98294"><![CDATA[
there is this script <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1592" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1592</a><br>it doesn't download the ips, it checks them online and if it finds one it sends a message in a specified channel.<br>with 1 or 2 lines added to  the code you can make it ban that ip<br>for example:<br>bot1 says: *!*@127.0.0.1 is a tor server (and with that 1 or 2 lines added in the code it issues the command)<br>bot1: !gline *!*@127.0.0.1 ......<br>bot2 glines the ip.<br>just my 2 cents. hope this helps<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10748">while</a> — Sat Dec 03, 2011 3:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[heartbroken]]></name></author>
		<updated>2011-11-25T17:57:27-04:00</updated>

		<published>2011-11-25T17:57:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=98255#p98255</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=98255#p98255"/>
		<title type="html"><![CDATA[Tor proxie protection script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=98255#p98255"><![CDATA[
hi <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>i found a web-page for to show all current tor proxies status.<br><br><a href="http://torstatus.blutmagie.de/#TorServer" class="postlink">http://torstatus.blutmagie.de/#TorServer</a><br><br>when i click on ''CSV List of All Current Tor Server IP Addresses''  there i can download all current tor proxie IPs list.<br><br>so i wonder is it possible to make a tcl script for to do this auto.i mean bot will download these tor IPs list in every X minutes and update and this oper bot gonna check it all server entry and g-lined with this proxie list.<br><br>i thought this gonna be cool ..<br><br>thank you..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11703">heartbroken</a> — Fri Nov 25, 2011 5:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
