<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=66.36.128.235</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=66.36.128.235"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/66.36.128.235"/>
		<updated>2026-04-06T04:42:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:Nodes.dat_file</id>
		<title>Talk:Nodes.dat file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:Nodes.dat_file"/>
				<updated>2008-03-24T04:55:33Z</updated>
		
		<summary type="html">&lt;p&gt;66.36.128.235: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have just started aMule and there is an error message at the bottom: &lt;br /&gt;
'''&lt;br /&gt;
CFile: Error when opening file (/home/myuser/aMule/nodes.dat): No such file'''&lt;br /&gt;
&lt;br /&gt;
How do I create this file?&lt;br /&gt;
&lt;br /&gt;
Hola&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I wrote this Perl version of the unpacker for shits and giggles...&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/perl&lt;br /&gt;
 # this code belongs to public domain&lt;br /&gt;
 &lt;br /&gt;
 use strict;&lt;br /&gt;
 use warnings;&lt;br /&gt;
 &lt;br /&gt;
 open (NODES, &amp;quot;&amp;lt;nodes.dat&amp;quot;);&lt;br /&gt;
 my $count;&lt;br /&gt;
 read (NODES, $count, 4) or die (&amp;quot;Can't read nodes.dat: $!&amp;quot;);&lt;br /&gt;
 $count = unpack ('V', $count);&lt;br /&gt;
 print &amp;quot; idx type    ip address    udp   tcp\n&amp;quot;;&lt;br /&gt;
 for(1..$count) {&lt;br /&gt;
   my $data;&lt;br /&gt;
   my $read = read (NODES, $data, 25);&lt;br /&gt;
   if ($read==0) {&lt;br /&gt;
     die (&amp;quot;Counted $count entries but read only $_!&amp;quot;);&lt;br /&gt;
   } elsif ($read&amp;lt;25) {&lt;br /&gt;
     die (&amp;quot;Short read for entry $_ (counted $count entries)!&amp;quot;);&lt;br /&gt;
   }&lt;br /&gt;
   my ($clientid, $ip1, $ip2, $ip3, $ip4, $udpport, $tcpport, $type) = unpack ('a16CCCCvvC', $data);&lt;br /&gt;
   my $ipaddr = sprintf(&amp;quot;%d.%d.%d.%d&amp;quot;, $ip1, $ip2, $ip3, $ip4);&lt;br /&gt;
   printf (&amp;quot;%4d %4d %-15s %5d %5d\n&amp;quot;, $_, $type, $ipaddr, $udpport, $tcpport);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
--[[User:66.36.128.235|66.36.128.235]] 05:55, 24 March 2008 (CET)&lt;/div&gt;</summary>
		<author><name>66.36.128.235</name></author>	</entry>

	</feed>