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

	<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>2013-05-30T01:35:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-05-30T01:35:54-04:00</updated>

		<published>2013-05-30T01:35:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101597#p101597</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101597#p101597"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101597#p101597"><![CDATA[
The upgrading (or installing) process should remove the old version when it's installing a new one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu May 30, 2013 1:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darksis]]></name></author>
		<updated>2013-05-29T18:07:03-04:00</updated>

		<published>2013-05-29T18:07:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101596#p101596</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101596#p101596"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101596#p101596"><![CDATA[
ok i install tcl8.5 and i i no remove the tcl8.4 if this make to me problme?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12047">darksis</a> — Wed May 29, 2013 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-05-29T11:37:04-04:00</updated>

		<published>2013-05-29T11:37:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101595#p101595</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101595#p101595"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101595#p101595"><![CDATA[
You have two options.<br><br>The first one it's called the <em class="text-italics">lazy way</em> and consists in altering this line:<div class="codebox"><p>Code: </p><pre><code>package require Tcl 8.5</code></pre></div>to 8.4 or remove it completely, but this is not a good way to fix this issue cos I haven't checked the entire code to see if there are functions that can be found in 8.5 or greater. If there are, then you would get other errors and would end up doing the second option, that's called the <em class="text-italics">smart way</em>, meaning to install the latest version of TCL Library.<br><br>I'd go with second option right from the start. <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=187">caesar</a> — Wed May 29, 2013 11:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-05-29T10:08:04-04:00</updated>

		<published>2013-05-29T10:08:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101594#p101594</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101594#p101594"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101594#p101594"><![CDATA[
You need to have installed on you server tcl version 8.5  you installed currently installed 8.4<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Wed May 29, 2013 10:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darksis]]></name></author>
		<updated>2013-05-29T07:35:18-04:00</updated>

		<published>2013-05-29T07:35:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101593#p101593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101593#p101593"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101593#p101593"><![CDATA[
caesar you can explain to me how this work i try but i get error from CHAT<div class="codebox"><p>Code: </p><pre><code>&lt;fishbot&gt; [14:14:14] Tcl error in file 'eggdrop.conf':&lt;fishbot&gt; [14:14:14] version conflict for package "Tcl": have 8.4, need 8.5&lt;fishbot&gt;     while executing&lt;fishbot&gt; "package require Tcl 8.5"&lt;fishbot&gt;     (file "scripts/zapdnsbl/zapdnsbl.tcl" line 68)&lt;fishbot&gt;     invoked from within&lt;fishbot&gt; "source scripts/zapdnsbl/zapdnsbl.tcl"&lt;fishbot&gt;     (file "eggdrop.conf" line 1356)&lt;fishbot&gt; [14:14:14] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)-DCC session closed</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12047">darksis</a> — Wed May 29, 2013 7:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmasHinG]]></name></author>
		<updated>2013-05-16T04:07:49-04:00</updated>

		<published>2013-05-16T04:07:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101545#p101545</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101545#p101545"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101545#p101545"><![CDATA[
BOPMs how to check this zones who i show and don`t flood and blocked <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> <br>I want this think because i don`t have module for convert hex to ip and bopm klined. I want from you only write me this script.<br>I want something like this script  <a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=1672" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... ad&amp;id=1672</a><br>but convert hex to ip and set kline and not work for chans only for server connect  That`s it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11766">SmasHinG</a> — Thu May 16, 2013 4:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-05-16T04:03:22-04:00</updated>

		<published>2013-05-16T04:03:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101544#p101544</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101544#p101544"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101544#p101544"><![CDATA[
If you own the IRC server or you know who has the IRC server running it's easier to get a specialized module for this rather than do something via eggdrop.<br><br>To be honest, if I where you I would just drop the whole idea, especially if we take into consideration the simple fact that the service will get flooded with requests and sooner or later you would get blocked. What then? Move to another service?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu May 16, 2013 4:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmasHinG]]></name></author>
		<updated>2013-05-16T02:32:24-04:00</updated>

		<published>2013-05-16T02:32:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101543#p101543</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101543#p101543"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101543#p101543"><![CDATA[
Okay make it with this zones where you find it. This can help me but slow me. I think good slow or nothing and slow is any help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11766">SmasHinG</a> — Thu May 16, 2013 2:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-05-16T01:51:19-04:00</updated>

		<published>2013-05-16T01:51:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101542#p101542</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101542#p101542"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101542#p101542"><![CDATA[
All addresses (except las that has a captcha) don't work at me so find other services (either free or where you have to pay for an account) that doesn't have any captcha and are actually working.<br><br>The thing is that if there are many users connecting at the same time the bot would most likely flood this service and most likely you would get blocked shortly.<br><br>I've found <a href="http://www.dnsbl.info/dnsbl-database-check.php" class="postlink">this</a> and <a href="http://whatismyipaddress.com/blacklist-check" class="postlink">this</a> for instance but the bot needs to wait for the site to finish loading (checking) the IP on all the sites it has listed there.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu May 16, 2013 1:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmasHinG]]></name></author>
		<updated>2013-05-15T11:23:06-04:00</updated>

		<published>2013-05-15T11:23:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101538#p101538</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101538#p101538"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101538#p101538"><![CDATA[
<blockquote class="uncited"><div>Right off the bat this looks like a clone detector, and it's by far a lot different from what you've requested.<br><br>First, in order to check an IP on a "rbl zones" you should at least provide us with a service that dose this, or you expect whomever decides to give this a try to google that for you?<br><br>The <em class="text-italics">Script Requests</em> area runs on a voluntary basis, so the more stuff you ask others to do for you, the better are the chances this wouldn't see any other reply than mine.</div></blockquote>okay i want bot to check in this zones <br>ircbl.ahbl.org<br>tor.dnsbl.sectoor.de<br>tor.ahbl.org<br>tor.kewlio.net.uk<br>dnsbl.dronebl.org<br>rbl.efnetrbl.org<br>that` it when bot convert hex identd to ip go to check in this zones and if ip in list of any zone bot go kline example: kline *@ip :reason copy reason from rbl zone for tor or any proxy detection and how to fix like this   Triggered Kline  1440 min.  for [*@84.40.111.206] [Temporary K-line 1440 min. - Blacklisted Proxy found. Visit <a href="http://rbl.efnetrbl.org/?i=84.40.111.206" class="postlink">http://rbl.efnetrbl.org/?i=84.40.111.206</a> for info. (2013/5/15 18.19)]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11766">SmasHinG</a> — Wed May 15, 2013 11:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2013-05-15T09:54:11-04:00</updated>

		<published>2013-05-15T09:54:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101536#p101536</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101536#p101536"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101536#p101536"><![CDATA[
Right off the bat this looks like a clone detector, and it's by far a lot different from what you've requested.<br><br>First, in order to check an IP on a "rbl zones" you should at least provide us with a service that dose this, or you expect whomever decides to give this a try to google that for you?<br><br>The <em class="text-italics">Script Requests</em> area runs on a voluntary basis, so the more stuff you ask others to do for you, the better are the chances this wouldn't see any other reply than mine.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Wed May 15, 2013 9:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SmasHinG]]></name></author>
		<updated>2013-05-15T07:32:13-04:00</updated>

		<published>2013-05-15T07:32:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=101533#p101533</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=101533#p101533"/>
		<title type="html"><![CDATA[Kline Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=101533#p101533"><![CDATA[
Hello everybody i want somebody edit or rewrite this script <br>I want script for with hex identds when somebody connect to server and bot check him hex identd convert to him real ip and if clean don`t make nothig but if this real ip have any in rbl zones i want to klined for example:<br><a href="mailto:5f6f0b95@web.html.chat">5f6f0b95@web.html.chat</a>  real ip 95.111.11.149  this ip is not listened in any rbl zones for proxy check and bot don`t make nothig but if ip address is on any rbl zones for proxy check i want to be klined. <br>I hope to understand me what i want i thank you before.<div class="codebox"><p>Code: </p><pre><code>bind raw - NOTICE foo proc foo {from keyword text} {    scan $::server {%[^:]} server    if {$from == $server} {       set who [lindex [split $text] 9] ;# or whatever parameter number it is       scan $who {%[^!]!%[^@]@%s} nick user host       if {[string match -nocase "*clone alert*" $text]} {          putserv "kline 300 *@$host :clones" ;# 300min temp kline       } elseif {[string match -nocase "*client connecting*" $text]} {          putserv "fjoin $nick #channel"       }    } }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11766">SmasHinG</a> — Wed May 15, 2013 7:32 am</p><hr />
]]></content>
	</entry>
	</feed>
