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

	<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-12-14T02:04:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-12-14T02:04:08-04:00</updated>

		<published>2006-12-14T02:04:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68951#p68951</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68951#p68951"/>
		<title type="html"><![CDATA[tcl inet_ntoa convert longip to dotted quad]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68951#p68951"><![CDATA[
I found this:<br><div class="codebox"><p>Code: </p><pre><code># convert long ip to dotted quad ipproc inet_ntoa { ipaddr } {        set bin [binary format i $ipaddr]        binary scan $bin cccc a b c d        set a [expr { ($a + 0x100) % 0x100 }]        set b [expr { ($b + 0x100) % 0x100 }]        set c [expr { ($c + 0x100) % 0x100 }]        set d [expr { ($d + 0x100) % 0x100 }]        #        # Note: this is what was in the original, it presents the dotted quad ip *backwards*...        # I don't know if that is how inet_ntoa normally behaves -rosc        #return "$a.$b.$c.$d"        #        # So, for my purposes, I present the dotted quad ip in the right order.        return "$d.$c.$b.$a"}</code></pre></div>I also posted a question in the help forum, to figure out how to convert the dotted quad ip to a longip.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Dec 14, 2006 2:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ZEXEL]]></name></author>
		<updated>2006-12-13T10:25:50-04:00</updated>

		<published>2006-12-13T10:25:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68942#p68942</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68942#p68942"/>
		<title type="html"><![CDATA[Re: What is This?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68942#p68942"><![CDATA[
<blockquote class="uncited"><div>on my LOG, I found this:<br><br>[21:13] CTCP CHAT:  from Mundo^meida (<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a>)<br>[21:13] -Mundo^meida (<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a>)- DCC Chat (Ip.xx.xx.xx)<br>[21:13] Refused DCC chat (no access): Mundo^meida!<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a><br>[21:13] CTCP CHAT: chat 2107653895 1024 from Mundo^meida (<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a>)<br><br>What mean: 2107653895 1024 ? what i know 2107653895 is not unixtime, because i try convert it and result for 2107653895 is 10/15/2036 at 03:24:55 GMT<br><br>thx.</div></blockquote>Haloo "komenggg"<br>convert LongIP into StringIP: <a href="http://www.elfqrin.com/LongIP.html" class="postlink">http://www.elfqrin.com/LongIP.html</a><br><br>I hope it help you...<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <strong class="text-strong">Salam Banjarmasin dr me and Kobe...</strong>  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <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=7909">ZEXEL</a> — Wed Dec 13, 2006 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2006-12-12T10:38:16-04:00</updated>

		<published>2006-12-12T10:38:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68899#p68899</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68899#p68899"/>
		<title type="html"><![CDATA[What is This?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68899#p68899"><![CDATA[
2107653895 would be a "longip", basically a different format of an ip-address. In this case, the ip would be 125.160.63.7. the second number is a randomly chosen port-number.<br><br>Basically, Mundo^media tried to dcc-chat your bot, yet your bot could'nt find a matching user in it's database with access to the partyline, and thus it rejected the connection<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Tue Dec 12, 2006 10:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chandra Sha]]></name></author>
		<updated>2006-12-12T10:25:24-04:00</updated>

		<published>2006-12-12T10:25:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68897#p68897</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68897#p68897"/>
		<title type="html"><![CDATA[What is This?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68897#p68897"><![CDATA[
on my LOG, I found this:<br><br>[21:13] CTCP CHAT:  from Mundo^meida (<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a>)<br>[21:13] -Mundo^meida (<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a>)- DCC Chat (Ip.xx.xx.xx)<br>[21:13] Refused DCC chat (no access): Mundo^meida!<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a><br>[21:13] CTCP CHAT: chat 2107653895 1024 from Mundo^meida (<a href="mailto:mundo@Ip.xx.xx.xx">mundo@Ip.xx.xx.xx</a>)<br><br>What mean: 2107653895 1024 ? what i know 2107653895 is not unixtime, because i try convert it and result for 2107653895 is 10/15/2036 at 03:24:55 GMT<br><br>thx.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8331">chandra Sha</a> — Tue Dec 12, 2006 10:25 am</p><hr />
]]></content>
	</entry>
	</feed>
