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

	<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>2002-11-14T06:09:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-14T06:09:44-04:00</updated>

		<published>2002-11-14T06:09:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13158#p13158</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13158#p13158"/>
		<title type="html"><![CDATA[Get longip]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13158#p13158"><![CDATA[
It's ages since I seen some conversion code.<br><br>I think you reverse the bytes when doign long2ip.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Nov 14, 2002 6:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-13T18:51:06-04:00</updated>

		<published>2002-11-13T18:51:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13140#p13140</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13140#p13140"/>
		<title type="html"><![CDATA[Get longip]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13140#p13140"><![CDATA[
Uhh, I guess maybe it's<br><br>set long [expr ($a &lt;&lt; 24) + ($b &lt;&lt; 16) + ($c &lt;&lt; 8) + $d]<br><br>I thought the bytes were reversed for some reason.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Nov 13, 2002 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-13T18:42:22-04:00</updated>

		<published>2002-11-13T18:42:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13139#p13139</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13139#p13139"/>
		<title type="html"><![CDATA[Get longip]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13139#p13139"><![CDATA[
Yes, it's essentially 2 lines of tcl.<br><div class="codebox"><p>Code: </p><pre><code># Assuming $ip contains your dotted-decimal ip addressregexp {^(\d*).(\d*).(\d*).(\d*)$} $ip ignore a b c dset long [expr ($d &lt;&lt; 24) + ($c &lt;&lt; 16) + ($b &lt;&lt; 8) + $a]</code></pre></div>I think that's right anyway.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Nov 13, 2002 6:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-13T12:13:45-04:00</updated>

		<published>2002-11-13T12:13:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13128#p13128</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13128#p13128"/>
		<title type="html"><![CDATA[Get longip]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13128#p13128"><![CDATA[
Is it posseble to creat a long ip from a normal ip like 192.168.0.1 to 3232235521? same as $longip in mirc.<p>Statistics: Posted by Guest — Wed Nov 13, 2002 12:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
