<?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=62.14.202.191</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=62.14.202.191"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/62.14.202.191"/>
		<updated>2026-04-05T18:29:10Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2006-03-22T16:44:26Z</updated>
		
		<summary type="html">&lt;p&gt;62.14.202.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to [[aMule]].&lt;br /&gt;
&lt;br /&gt;
Because it's in binary format, it must be changed within [[aMule]], or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== File Format ===&lt;br /&gt;
&lt;br /&gt;
This file's fields are written in [[little endian]] order.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' All digit fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): With value ''Ox0E'' or ''OxE0'', and is used in [[aMule]] to check for valid ''server.met'' files&lt;br /&gt;
*Server Count (4 Bytes): Lists the number of [[server]]s that follow&lt;br /&gt;
*Block of servers: Each [[server]] is constituted by the following fields:&lt;br /&gt;
**[[Server]] [[IP]] (4 Bytes): Simply that. The [[server]]'s [[IP]].&lt;br /&gt;
**[[Server]] [[Port]] (2 Bytes):  Simply that. The [[port]] through which [[aMule]] will connect to the [[server]].&lt;br /&gt;
**Tag Count (4 Bytes): Lists the number of [[server]] tags that follows.&lt;br /&gt;
**Block of Tags: Each [[server]] can have a list of associated tags with the format bellow.&lt;br /&gt;
&lt;br /&gt;
=== Tags Format ===&lt;br /&gt;
&lt;br /&gt;
==== General tags format ====&lt;br /&gt;
&lt;br /&gt;
There are two tag identifiers: A name (string) and an ID (1 Byte)&lt;br /&gt;
&lt;br /&gt;
Which one is used depends on the tag value type given or on the size of the tag name. If tag name length is ''1'', an ID is used.&lt;br /&gt;
&lt;br /&gt;
*Tag value type (1 Byte)&lt;br /&gt;
*Tag name length (2 Bytes)&lt;br /&gt;
*Tag name (size given above)&lt;br /&gt;
*Tag value length (2 Bytes) (Only when the value is a string)&lt;br /&gt;
*Tag value (if the value is a string, it's size is given in the above field. If it is not a string, the size depends on the type of value it is)&lt;br /&gt;
&lt;br /&gt;
==== Tag value types ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Tag types&lt;br /&gt;
| '''Tag type (''Code'')'''  || '''Explanation'''&lt;br /&gt;
|-&lt;br /&gt;
| String (''0x02'') (*) || Defines a string tag. &lt;br /&gt;
|-&lt;br /&gt;
| Unsigned 32 bits number (''0x03'') || Defines a numeric tag.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''(*):''' Systems with [http://www.unicode.org Unicode] enabled have the same tag string defined twice, the first in [http://www.unicode.org Unicode], and the second in plain [http://www.asciitable.com ASCII], which will be ignored by [http://www.unicode.org Unicode] enabled [[client]]s, and used by non-[http://www.unicode.org Unicode] ones.&lt;br /&gt;
&lt;br /&gt;
==== Tag IDs ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Tag IDs&lt;br /&gt;
| ''ID ('''code''')'' || ''Tag value type'' || ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| ServerName (''0x01'') || String || Name of the [[server]]&lt;br /&gt;
|-&lt;br /&gt;
| Description (''0x0B'') || String || Short description about the server&lt;br /&gt;
|-&lt;br /&gt;
| Ping (''0x0C'') || Unsigned 32 bits number || Time (in ms) it takes to comunicate with the server&lt;br /&gt;
|-&lt;br /&gt;
| Fail (''0x0D'') || Unsigned 32 bits number || How many times [[connect]]ing to the server failed&lt;br /&gt;
|-&lt;br /&gt;
| Preference (''0x0E'') || Unsigned 32 bits number || Priority given to this server among the others (Normal=''0'', High=''1'', Low=''2'')&lt;br /&gt;
|-&lt;br /&gt;
| DNS (''0x85'') || String || [http://en.wikipedia.org/wiki/DNS DNS] of the server&lt;br /&gt;
|-&lt;br /&gt;
| Max users (''0x87'') || Unsigned 32 bits number || Maximum number of users the server allows to simoultaneously connect to it&lt;br /&gt;
|-&lt;br /&gt;
| Soft files (''0x88'') || Unsigned 32 bits number || [[Soft files]] number&lt;br /&gt;
|-&lt;br /&gt;
| Hard files (''0x89'') || Unsigned 32 bits number || [[Hard files]] number&lt;br /&gt;
|-&lt;br /&gt;
| Last ping (''0x90'') || Unsigned 32 bits number || Last time the server was [[ping]]ed&lt;br /&gt;
|-&lt;br /&gt;
| Version (''0x91'') || String / Unsigned 32 bits number || Version and name of the software the server is running to support the [[FAQ_ed2k|ed2k]] [[network]]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ietf.org/rfc/rfc768.txt UDP] flags (''0x92'') || Unsigned 32 bits number || Informs of the actions the server accepts through [http://www.ietf.org/rfc/rfc768.txt UDP] connections. This flags are:&lt;br /&gt;
*''0x01'': Get sources&lt;br /&gt;
*''0x02'': Get files&lt;br /&gt;
*''0x08'': New tags&lt;br /&gt;
*''0x10'': Unicode&lt;br /&gt;
*''0x20'': Get extended sources info&lt;br /&gt;
|-&lt;br /&gt;
| Auxiliary [[port]]s list (''0x93'') || String || Some servers have [[How_to_use_auxiliary_server_ports|additional ports]] open for those [[user]]s who cannot connect to the standard one (usually because they have a firewall which tries to stop [[P2P]] connections). This servers tell in this field which additional ports they have open. Each additional port is separated from the others by a coma ('','').&lt;br /&gt;
|-&lt;br /&gt;
| [[LowID]] [[client]]s (''0x94'') || Unsigned 32 bits number || Number of users connected with a LowID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Tag Names ====&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|+ There are at the moment two tag names recognized by [[aMule]]:&lt;br /&gt;
| width=&amp;quot;100px&amp;quot; | ''Tag Name'' || ''Tag Value''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;files&amp;quot; || Unsigned 32 bits number || Shows the number of [[file]]s registered in the [[server]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;users&amp;quot; || Unsigned 32 bits number || Shows the number of [[user]]s registered in the [[server]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
The following is an example file:&lt;br /&gt;
&lt;br /&gt;
''E00200000050EFC86CB80B0C000000020100010A004269472042616E4720390201000B0E0077''&lt;br /&gt;
''77772E42694742616E472E746F0305007573657273EF1A010003050066696C657331DC8C0003''&lt;br /&gt;
''01000C9C00000003010090332B114303010087E0930400030100888813000003010089102700''&lt;br /&gt;
''0002010091040031372E3603010092FB0000000301009474580000428722C64E200C00000002''&lt;br /&gt;
''0100011E003E3E3E2A2A2A5757572E534558455345584F5345582E434F4D2A2A2A2020''&lt;br /&gt;
&lt;br /&gt;
Here goes the explanation of the file:&lt;br /&gt;
&lt;br /&gt;
*''E0'' &amp;lt;- Validation initial value&lt;br /&gt;
*''02000000'' &amp;lt;- ''2'' servers will be listed (remember its [[little endian]])&lt;br /&gt;
*Server #1:&lt;br /&gt;
**''50EFC86C'' &amp;lt;- [[IP]]: ''80.239.200.108.'' (IP is NOT stored in [[little endian]])&lt;br /&gt;
**''B80B'' &amp;lt;- [[Port]]: ''3000'' (remember its [[little endian]])&lt;br /&gt;
**''0C000000'' &amp;lt;- ''12'' tags (remember its [[little endian]])&lt;br /&gt;
**Tag #1&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''01'' &amp;lt;- Tag name: ''1'' (Server name)&lt;br /&gt;
***''0A00'' &amp;lt;- Tag value length: ''10'' (remember its [[little endian]])&lt;br /&gt;
***''4269472042616E472039'' &amp;lt;- Tag value: ''BiG BanG 9'' (server name)&lt;br /&gt;
**Tag #2&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''0B'' &amp;lt;- Tag name: ''0B'' (Description)&lt;br /&gt;
***''0E00'' &amp;lt;- Tag value length: ''14'' (remember its [[little endian]])&lt;br /&gt;
***''7777772E42694742616E472E746F'' &amp;lt;- Tag value: ''www.BiGBanG.to'' (server description)&lt;br /&gt;
**Tag #3&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0500'' &amp;lt;- Tag name length: ''5'' (remember its [[little endian]])&lt;br /&gt;
***''7573657273'' &amp;lt;- Tag name: ''users'' (this is a string, not a code)&lt;br /&gt;
***''EF1A0100'' &amp;lt;- Tag value: ''72431'' (remember its [[little endian]])&lt;br /&gt;
**Tag #4&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0500'' &amp;lt;- Tag name length: ''5'' (remember its [[little endian]])&lt;br /&gt;
***''66696C6573'' &amp;lt;- Tag name: ''files'' (this is a string, not a code)&lt;br /&gt;
***''31DC8C00'' &amp;lt;- Tag value: ''9231409'' (remember its [[little endian]])&lt;br /&gt;
**Tag #5&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''0C'' &amp;lt;- Tag name: ''0C'' (Ping)&lt;br /&gt;
***''9C000000'' &amp;lt;- Tag value: ''156'' (ping time in ms)&lt;br /&gt;
**Tag #6&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''90'' &amp;lt;- Tag name: ''90'' (Last ping)&lt;br /&gt;
***''332B1143'' &amp;lt;- Tag value: ''5:10:43 28/08/2005'' (last time the server was pinged)&lt;br /&gt;
**Tag #7&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''87'' &amp;lt;- Tag name: ''87'' (Max users)&lt;br /&gt;
***''E0930400'' &amp;lt;- Tag value: ''300000'' (max users)&lt;br /&gt;
**Tag #8&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''88'' &amp;lt;- Tag name: ''88'' (Soft files)&lt;br /&gt;
***''88130000'' &amp;lt;- Tag value: ''5000'' (soft files)&lt;br /&gt;
**Tag #9&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''89'' &amp;lt;- Tag name: ''89'' (Hard files)&lt;br /&gt;
***''10270000'' &amp;lt;- Tag value: ''10000'' (hard files)&lt;br /&gt;
**Tag #10&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''91'' &amp;lt;- Tag name: ''91'' (Version)&lt;br /&gt;
***''0400'' &amp;lt;- Tag value length: ''4'' (remember its [[little endian]])&lt;br /&gt;
***''31372E36'' &amp;lt;- Tag value: ''17.6'' (version)&lt;br /&gt;
**Tag #11&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''92'' &amp;lt;- Tag name: ''92'' ([http://www.ietf.org/rfc/rfc768.txt UDP] flags)&lt;br /&gt;
***''FB000000'' &amp;lt;- Tag value (in binnary, only the least valuable byte): ''11111001'' ([http://www.ietf.org/rfc/rfc768.txt UDP] flags: get sources, new tags, unicode, extended sources)&lt;br /&gt;
**Tag #11&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''94'' &amp;lt;- Tag name: ''94'' (LowID users)&lt;br /&gt;
***''74580000'' &amp;lt;- Tag value: ''22644'' (LowID users)&lt;br /&gt;
*Server #2&lt;br /&gt;
**''428722C6'' &amp;lt;- [[IP]]: ''198.34.135.66'' (remember its [[little endian]])&lt;br /&gt;
**''4E20'' &amp;lt;- [[Port]]: ''8270'' (remember its [[little endian]])&lt;br /&gt;
**''01000000'' &amp;lt;- ''1'' tag (remember its [[little endian]])&lt;br /&gt;
**Tag #1&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''01'' &amp;lt;- Tag name: ''1'' (Server name)&lt;br /&gt;
***''1E00'' &amp;lt;- Tag value length: ''30'' (remember its [[little endian]])&lt;br /&gt;
***''3E3E3E2A2A2A5757572E534558455345584F5345582E434F4D2A2A2A2020'' &amp;lt;- Tag value: ''***WWW.SEXESEXOSEX.COM***  '' (server name)&lt;br /&gt;
&lt;br /&gt;
== More ==&lt;br /&gt;
&lt;br /&gt;
For more information on tags used in [[eMule]] [[AMule_files|files]] and protocol, check the [http://hydranode.com/docs/ed2k/ed2k-tag.php ed2k tag documentation] at the [http://hydranode.com Hydranode project].&lt;/div&gt;</summary>
		<author><name>62.14.202.191</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Server.met_file</id>
		<title>Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Server.met_file"/>
				<updated>2006-03-22T16:43:43Z</updated>
		
		<summary type="html">&lt;p&gt;62.14.202.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== File ==&lt;br /&gt;
&lt;br /&gt;
'''Name:''' ''server.met''&lt;br /&gt;
&lt;br /&gt;
'''Location:''' ''~/.aMule/''&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Binary file containing the list of [[server]]s known to [[aMule]].&lt;br /&gt;
&lt;br /&gt;
Because it's in binary format, it must be changed within [[aMule]], or with other appropriate tools.&lt;br /&gt;
&lt;br /&gt;
The format description below is for development information purposes.&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== File Format ===&lt;br /&gt;
&lt;br /&gt;
This file's fields are written in [[little endian]] order.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' All digit fields are unsigned unless stated.&lt;br /&gt;
&lt;br /&gt;
*Met Header (1 Byte): With value ''Ox0E'' or ''OxE0'', and is used in [[aMule]] to check for valid ''server.met'' files&lt;br /&gt;
*Server Count (4 Bytes): Lists the number of [[server]]s that follow&lt;br /&gt;
*Block of servers: Each [[server]] is constituted by the following fields:&lt;br /&gt;
**[[Server]] [[IP]] (4 Bytes): Simply that. The [[server]]'s [[IP]].&lt;br /&gt;
**[[Server]] [[Port]] (2 Bytes):  Simply that. The [[port]] through which [[aMule]] will connect to the [[server]].&lt;br /&gt;
**Tag Count (4 Bytes): Lists the number of [[server]] tags that follows.&lt;br /&gt;
**Block of Tags: Each [[server]] can have a list of associated tags with the format bellow.&lt;br /&gt;
&lt;br /&gt;
=== Tags Format ===&lt;br /&gt;
&lt;br /&gt;
==== General tags format ====&lt;br /&gt;
&lt;br /&gt;
There are two tag identifiers: A name (string) and an ID (1 Byte)&lt;br /&gt;
&lt;br /&gt;
Which one is used depends on the tag value type given or on the size of the tag name. If tag name length is ''1'', an ID is used.&lt;br /&gt;
&lt;br /&gt;
*Tag value type (1 Byte)&lt;br /&gt;
*Tag name length (2 Bytes)&lt;br /&gt;
*Tag name (size given above)&lt;br /&gt;
*Tag value length (2 Bytes) (Only when the value is a string)&lt;br /&gt;
*Tag value (if the value is a string, it's size is given in the above field. If it is not a string, the size depends on the type of value it is)&lt;br /&gt;
&lt;br /&gt;
==== Tag value types ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Tag types&lt;br /&gt;
| '''Tag type (''Code'')'''  || '''Explanation'''&lt;br /&gt;
|-&lt;br /&gt;
| String (''0x02'') (*) || Defines a string tag. &lt;br /&gt;
|-&lt;br /&gt;
| Unsigned 32 bits number (''0x03'') || Defines a numeric tag.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''(*):''' Systems with [http://www.unicode.org Unicode] enabled have the same tag string defined twice, the first in [http://www.unicode.org Unicode], and the second in plain [http://www.asciitable.com ASCII], which will be ignored by [http://www.unicode.org Unicode] enabled [[client]]s, and used by non-[http://www.unicode.org Unicode] ones.&lt;br /&gt;
&lt;br /&gt;
==== Tag IDs ====&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|+ Tag IDs&lt;br /&gt;
| ''ID ('''code''')'' || ''Tag value type'' || ''Description''&lt;br /&gt;
|-&lt;br /&gt;
| ServerName (''0x01'') || String || Name of the [[server]]&lt;br /&gt;
|-&lt;br /&gt;
| Description (''0x0B'') || String || Short description about the server&lt;br /&gt;
|-&lt;br /&gt;
| Ping (''0x0C'') || Unsigned 32 bits number || Time (in ms) it takes to comunicate with the server&lt;br /&gt;
|-&lt;br /&gt;
| Fail (''0x0D'') || Unsigned 32 bits number || How many times [[connect]]ing to the server failed&lt;br /&gt;
|-&lt;br /&gt;
| Preference (''0x0E'') || Unsigned 32 bits number || Priority given to this server among the others (Normal=''0'', High=''1'', Low=''2'')&lt;br /&gt;
|-&lt;br /&gt;
| DNS (''0x85'') || String || [http://en.wikipedia.org/wiki/DNS DNS] of the server&lt;br /&gt;
|-&lt;br /&gt;
| Max users (''0x87'') || Unsigned 32 bits number || Maximum number of users the server allows to simoultaneously connect to it&lt;br /&gt;
|-&lt;br /&gt;
| Soft files (''0x88'') || Unsigned 32 bits number || [[Soft files]] number&lt;br /&gt;
|-&lt;br /&gt;
| Hard files (''0x89'') || Unsigned 32 bits number || [[Hard files]] number&lt;br /&gt;
|-&lt;br /&gt;
| Last ping (''0x90'') || Unsigned 32 bits number || Last time the server was [[ping]]ed&lt;br /&gt;
|-&lt;br /&gt;
| Version (''0x91'') || String / Unsigned 32 bits number || Version and name of the software the server is running to support the [[FAQ_ed2k|ed2k]] [[network]]&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.ietf.org/rfc/rfc768.txt UDP] flags (''0x92'') || Unsigned 32 bits number || Informs of the actions the server accepts through [http://www.ietf.org/rfc/rfc768.txt UDP] connections. This flags are:&lt;br /&gt;
*''0x01'': Get sources&lt;br /&gt;
*''0x02'': Get files&lt;br /&gt;
*''0x08'': New tags&lt;br /&gt;
*''0x10'': Unicode&lt;br /&gt;
*''0x20'': Get extended sources info&lt;br /&gt;
|-&lt;br /&gt;
| Auxiliary [[port]]s list (''0x93'') || String || Some servers have [[How_to_use_auxiliary_server_ports|additional ports]] open for those [[user]]s who cannot connect to the standard one (usually because they have a firewall which tries to stop [[P2P]] connections). This servers tell in this field which additional ports they have open. Each additional port is separated from the others by a coma ('','').&lt;br /&gt;
|-&lt;br /&gt;
| [[LowID]] [[client]]s (''0x94'') || Unsigned 32 bits number || Number of users connected with a LowID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Tag Names ====&lt;br /&gt;
&lt;br /&gt;
{| border=0&lt;br /&gt;
|+ There are at the moment two tag names recognized by [[aMule]]:&lt;br /&gt;
| width=&amp;quot;100px&amp;quot; | ''Tag Name'' || ''Tag Value''&lt;br /&gt;
|-&lt;br /&gt;
| &amp;quot;files&amp;quot; || Unsigned 32 bits number || Shows the number of [[file]]s registered in the [[server]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;users&amp;quot; || Unsigned 32 bits number || Shows the number of [[user]]s registered in the [[server]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
&lt;br /&gt;
The following is an example file:&lt;br /&gt;
&lt;br /&gt;
''E00200000050EFC86CB80B0C000000020100010A004269472042616E4720390201000B0E0077''&lt;br /&gt;
''77772E42694742616E472E746F0305007573657273EF1A010003050066696C657331DC8C0003''&lt;br /&gt;
''01000C9C00000003010090332B114303010087E0930400030100888813000003010089102700''&lt;br /&gt;
''0002010091040031372E3603010092FB0000000301009474580000428722C64E200C00000002''&lt;br /&gt;
''0100011E003E3E3E2A2A2A5757572E534558455345584F5345582E434F4D2A2A2A2020''&lt;br /&gt;
&lt;br /&gt;
Here goes the explanation of the file:&lt;br /&gt;
&lt;br /&gt;
*''E0'' &amp;lt;- Validation initial value&lt;br /&gt;
*''02000000'' &amp;lt;- ''2'' servers will be listed (remember its [[little endian]])&lt;br /&gt;
*Server #1:&lt;br /&gt;
**''50EFC86C'' &amp;lt;- [[IP]]: ''80.239.200.108.'' (NOT! [[little endian]])&lt;br /&gt;
**''B80B'' &amp;lt;- [[Port]]: ''3000'' (remember its [[little endian]])&lt;br /&gt;
**''0C000000'' &amp;lt;- ''12'' tags (remember its [[little endian]])&lt;br /&gt;
**Tag #1&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''01'' &amp;lt;- Tag name: ''1'' (Server name)&lt;br /&gt;
***''0A00'' &amp;lt;- Tag value length: ''10'' (remember its [[little endian]])&lt;br /&gt;
***''4269472042616E472039'' &amp;lt;- Tag value: ''BiG BanG 9'' (server name)&lt;br /&gt;
**Tag #2&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''0B'' &amp;lt;- Tag name: ''0B'' (Description)&lt;br /&gt;
***''0E00'' &amp;lt;- Tag value length: ''14'' (remember its [[little endian]])&lt;br /&gt;
***''7777772E42694742616E472E746F'' &amp;lt;- Tag value: ''www.BiGBanG.to'' (server description)&lt;br /&gt;
**Tag #3&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0500'' &amp;lt;- Tag name length: ''5'' (remember its [[little endian]])&lt;br /&gt;
***''7573657273'' &amp;lt;- Tag name: ''users'' (this is a string, not a code)&lt;br /&gt;
***''EF1A0100'' &amp;lt;- Tag value: ''72431'' (remember its [[little endian]])&lt;br /&gt;
**Tag #4&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0500'' &amp;lt;- Tag name length: ''5'' (remember its [[little endian]])&lt;br /&gt;
***''66696C6573'' &amp;lt;- Tag name: ''files'' (this is a string, not a code)&lt;br /&gt;
***''31DC8C00'' &amp;lt;- Tag value: ''9231409'' (remember its [[little endian]])&lt;br /&gt;
**Tag #5&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''0C'' &amp;lt;- Tag name: ''0C'' (Ping)&lt;br /&gt;
***''9C000000'' &amp;lt;- Tag value: ''156'' (ping time in ms)&lt;br /&gt;
**Tag #6&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''90'' &amp;lt;- Tag name: ''90'' (Last ping)&lt;br /&gt;
***''332B1143'' &amp;lt;- Tag value: ''5:10:43 28/08/2005'' (last time the server was pinged)&lt;br /&gt;
**Tag #7&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''87'' &amp;lt;- Tag name: ''87'' (Max users)&lt;br /&gt;
***''E0930400'' &amp;lt;- Tag value: ''300000'' (max users)&lt;br /&gt;
**Tag #8&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''88'' &amp;lt;- Tag name: ''88'' (Soft files)&lt;br /&gt;
***''88130000'' &amp;lt;- Tag value: ''5000'' (soft files)&lt;br /&gt;
**Tag #9&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''89'' &amp;lt;- Tag name: ''89'' (Hard files)&lt;br /&gt;
***''10270000'' &amp;lt;- Tag value: ''10000'' (hard files)&lt;br /&gt;
**Tag #10&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''91'' &amp;lt;- Tag name: ''91'' (Version)&lt;br /&gt;
***''0400'' &amp;lt;- Tag value length: ''4'' (remember its [[little endian]])&lt;br /&gt;
***''31372E36'' &amp;lt;- Tag value: ''17.6'' (version)&lt;br /&gt;
**Tag #11&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''92'' &amp;lt;- Tag name: ''92'' ([http://www.ietf.org/rfc/rfc768.txt UDP] flags)&lt;br /&gt;
***''FB000000'' &amp;lt;- Tag value (in binnary, only the least valuable byte): ''11111001'' ([http://www.ietf.org/rfc/rfc768.txt UDP] flags: get sources, new tags, unicode, extended sources)&lt;br /&gt;
**Tag #11&lt;br /&gt;
***''03'' &amp;lt;- Tag type ''3'' (Unsigned 32 bits number)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''94'' &amp;lt;- Tag name: ''94'' (LowID users)&lt;br /&gt;
***''74580000'' &amp;lt;- Tag value: ''22644'' (LowID users)&lt;br /&gt;
*Server #2&lt;br /&gt;
**''428722C6'' &amp;lt;- [[IP]]: ''198.34.135.66'' (remember its [[little endian]])&lt;br /&gt;
**''4E20'' &amp;lt;- [[Port]]: ''8270'' (remember its [[little endian]])&lt;br /&gt;
**''01000000'' &amp;lt;- ''1'' tag (remember its [[little endian]])&lt;br /&gt;
**Tag #1&lt;br /&gt;
***''02'' &amp;lt;- Tag type ''2'' (String)&lt;br /&gt;
***''0100'' &amp;lt;- Tag name length: ''1'' (remember its [[little endian]])&lt;br /&gt;
***''01'' &amp;lt;- Tag name: ''1'' (Server name)&lt;br /&gt;
***''1E00'' &amp;lt;- Tag value length: ''30'' (remember its [[little endian]])&lt;br /&gt;
***''3E3E3E2A2A2A5757572E534558455345584F5345582E434F4D2A2A2A2020'' &amp;lt;- Tag value: ''***WWW.SEXESEXOSEX.COM***  '' (server name)&lt;br /&gt;
&lt;br /&gt;
== More ==&lt;br /&gt;
&lt;br /&gt;
For more information on tags used in [[eMule]] [[AMule_files|files]] and protocol, check the [http://hydranode.com/docs/ed2k/ed2k-tag.php ed2k tag documentation] at the [http://hydranode.com Hydranode project].&lt;/div&gt;</summary>
		<author><name>62.14.202.191</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:Server.met_file</id>
		<title>Talk:Server.met file</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:Server.met_file"/>
				<updated>2006-03-22T16:42:46Z</updated>
		
		<summary type="html">&lt;p&gt;62.14.202.191: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;50EFC86C &amp;lt;- IP: 108.200.239.80. (remember its little endian) &lt;br /&gt;
&lt;br /&gt;
IP should be 80.239.200.108. I've explored some server.met files and IPs aren't stored in little endian&lt;/div&gt;</summary>
		<author><name>62.14.202.191</name></author>	</entry>

	</feed>