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

	<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-09-08T14:27:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[feroz]]></name></author>
		<updated>2004-09-08T14:27:54-04:00</updated>

		<published>2004-09-08T14:27:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40718#p40718</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40718#p40718"/>
		<title type="html"><![CDATA[Make this script not freeze/work faster?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40718#p40718"><![CDATA[
Thx for replyin awyeah <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Ok, i'll try to add a massjoin detect thinggy, it will probably be better has you said..<br><br>And thx for those post, i got my notify script workin i think.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> <br><br>Thx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5289">feroz</a> — Wed Sep 08, 2004 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-07T22:16:38-04:00</updated>

		<published>2004-09-07T22:16:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40698#p40698</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40698#p40698"/>
		<title type="html"><![CDATA[Make this script not freeze/work faster?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40698#p40698"><![CDATA[
As for the code, it looks fine for me. You cannot make it go faster. As you know clones and floodbots join within milliseconds of each other and they are hard to detect.<br><br>Moreover egghttp.tcl which you are using will request the http server to pass information and retreive it back which takes time, if that process can be speeded up or say if the http response is faster then you can get replies faster. Moreover the best way to tackle with this is to first lock the channel to specific modes, when you detect flood bots and then check and g:line them, this will prevent flooding on the channel and the bots will be glined ofcourse, but it would take a bit of time.<br><br>The best you can do here is:<br><br>Replace the codes:<div class="codebox"><p>Code: </p><pre><code>   putserv "userhost $nick"   putserv "gline add *@$victim_host +3600s open.proxy"  </code></pre></div>With the codes:<div class="codebox"><p>Code: </p><pre><code>  putquick "userhost $nick" -next  putquick "gline add *@$victim_host +3600s open.proxy" -next</code></pre></div>It all mainly depends upon the response of the http, as it might be a bit slow.<br><br>As for the notification yes there is a raw which you can bind to, basically it is for SIGNON and SIGNOFF which mIRC also uses as notify. SIGNON when user has connected to the client server and is on IRC and SIGNOFF when user has left/disconnected from the client server.<br><br>Take a look at some of these threads for the notify you can get some idea.<br><a href="http://forum.egghelp.org/viewtopic.php?t=5807" class="postlink">http://forum.egghelp.org/viewtopic.php?t=5807</a><br><a href="http://forum.egghelp.org/viewtopic.php?t=2396" class="postlink">http://forum.egghelp.org/viewtopic.php?t=2396</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Sep 07, 2004 10:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[feroz]]></name></author>
		<updated>2004-09-07T12:16:29-04:00</updated>

		<published>2004-09-07T12:16:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40682#p40682</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40682#p40682"/>
		<title type="html"><![CDATA[Make this script not freeze/work faster?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40682#p40682"><![CDATA[
Hello, <br><br>I made an open proxy scanning script.. works well when it's only a few ppls joinin at the same time.. but when chan gets massjoins (floodbots) it doesnt respond for a few secs.. and takes too much time.. any way to fix /  get it work faster?<br><div class="codebox"><p>Code: </p><pre><code>setudef flag opsbind join - * bopm:joinbind raw - 302  getipproc bopm:join {nick host hand chan} { set chan [string tolower $chan]if {[isbotnick $nick] || ![channel get $chan ops]|| [matchattr $hand of|fo $chan]} {return}putserv "userhost $nick"}proc getip { from key arg} {global victim_hostset victim_host [lindex [lrange [split $arg "@"] 1 end] 0]set new_url "http://opm.blitzed.org/proxy?ip=$victim_host"set sock [egghttp:geturl $new_url bopm]}proc bopm {sock} {global victim_hostset headers [egghttp:headers $sock]set body [egghttp:data $sock]egghttp:cleanup $sockforeach line [split $body \n] {if {[string match "*The IP address \&lt;tt\&gt;*" $line]} {set ip_line $lineif {[string match *active* $ip_line] == 1} {[gline $victim_host]break}}}}proc gline {arg} {global victim_host admin_chanputserv "gline add *@$victim_host +3600s open.proxy"return 0}</code></pre></div>And other question.. is there anythin in eggdrops similar to the "notify" feature on mIRC?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5289">feroz</a> — Tue Sep 07, 2004 12:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
