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

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T22:49:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: /* [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] |&lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
[[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La forma de que sea [[aMule]] quien se encargue de los [[ed2k link|enlaces ed2k]] mostrados en su navegador favorito dependerá del propio navegador y del sistema operativo que tenga instalado en su ordenador. Aquí tiene una lista de mini-Comos para cada uno de los navegadores más populares en cada sistema operativo.&lt;br /&gt;
&lt;br /&gt;
Tenga presente que en todo este documento, ''/ruta/hacia/ed2k'' se debe reemplazar por ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''c:\Program Files\aMule\ed2k.exe'' o lo que sea, dependiendo configuración propia de su sistema.&lt;br /&gt;
&lt;br /&gt;
= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Además, sólo si utiliza Firefox 3 o superiores, también debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /ruta/hacia/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== Configuración para todos los usuarios ====&lt;br /&gt;
*Abra con privilegios de root el archivo ''/usr/share/firefox/greprefs/all.js'' (o ''/usr/local/share/firefox/greprefs/all.js'') en un editor de texto.&lt;br /&gt;
&lt;br /&gt;
*Añada al final del archivo las siguientes líneas:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Sustituya la cadena de texto &amp;quot;/path/to/ed2k&amp;quot; por la ruta real del programa.&lt;br /&gt;
&lt;br /&gt;
Además, sólo si utiliza Firefox 3 o superiores, también:&lt;br /&gt;
*Añada una linea más al archivo ''all.js'':&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
Después de guardar los cambios, reinicie el navegador. Al pulsar sobre un enlace ed2k, Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
&lt;br /&gt;
= Remote handling of ed2k links =&lt;br /&gt;
You can also handle links remotely, which means that you click over an [[ed2k link]] in a browser somewhere in the world and it gets into your home's [[aMule]] queue. It works by using [[aMuleCMD]] instead of using the [[ed2k command]].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
Instead of using the [[ed2k command]], use the following as the command to use:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -h $server -P $pw -c &amp;quot;Add %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Obviously, you'll have to replace ''$server'' and ''$pw'' with your server's [[IP address|IP]] (or [http://www.webopedia.com/TERM/D/DNS.html DNS]) and your [[External Connections]] password.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In [http://www.mozilla.org Firefox], it is not possible to start a command with parameters. An easy solution is a shell script with the command described above. You only have to replace %u with $1. This shell script must be executable (chmod +x ed2k.sh) and defined as external ed2k app in Firefox.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Make sure aMule is installed with the [[aMuleCMD]] option checked.&lt;br /&gt;
&lt;br /&gt;
We need a batch script to handle the ed2k links from the browser, and we need to add some keys to the registry to make the browser recognize the ed2k links.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.bat''' containing the following code:&lt;br /&gt;
 @echo off&lt;br /&gt;
 set link=%1&lt;br /&gt;
 for /f &amp;quot;useback tokens=*&amp;quot; %%a in ('%link%') do set link=%%~a&lt;br /&gt;
 &amp;quot;c:\Program Files\aMule\amulecmd.exe&amp;quot; /h '''server''' /P '''pass''' /c &amp;quot;add %link%&amp;quot;&lt;br /&gt;
Don't forget to replace '''server''' and '''pass''' with your data and save the file in your aMule directory ''C:\Program Files\aMule''.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.reg''' containing the following code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k_remote.bat\&amp;quot; \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== Internet Explorer ===&lt;br /&gt;
You should be OK with just the changes to the registry and the batch script in your aMule directory.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
The first time you click an ed2k link in Firefox you will get the following dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox ed2k link.PNG]]&lt;br /&gt;
&lt;br /&gt;
Tick the Remember box and click OK.&lt;br /&gt;
&lt;br /&gt;
=== Opera ===&lt;br /&gt;
Open the preferences window and click the Programs tab&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera preferences programs.PNG]]&lt;br /&gt;
&lt;br /&gt;
Click the Add... button&lt;br /&gt;
&lt;br /&gt;
Make Opera aware of the ed2k link protocol with these settings:&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera_protocols_ed2k.PNG]]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T22:19:53Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: /* [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] |&lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
[[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La forma de que sea [[aMule]] quien se encargue de los [[ed2k link|enlaces ed2k]] mostrados en su navegador favorito dependerá del propio navegador y del sistema operativo que tenga instalado en su ordenador. Aquí tiene una lista de mini-Comos para cada uno de los navegadores más populares en cada sistema operativo.&lt;br /&gt;
&lt;br /&gt;
Tenga presente que en todo este documento, ''/ruta/hacia/ed2k'' se debe reemplazar por ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''c:\Program Files\aMule\ed2k.exe'' o lo que sea, dependiendo configuración propia de su sistema.&lt;br /&gt;
&lt;br /&gt;
= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Además, sólo si utiliza Firefox 3 o superiores, también debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== Configuración para todos los usuarios ====&lt;br /&gt;
*Abra con privilegios de root el archivo ''/usr/share/firefox/greprefs/all.js'' (o ''/usr/local/share/firefox/greprefs/all.js'') en un editor de texto.&lt;br /&gt;
&lt;br /&gt;
*Añada al final del archivo las siguientes líneas:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Sustituya la cadena de texto &amp;quot;/path/to/ed2k&amp;quot; por la ruta real del programa.&lt;br /&gt;
&lt;br /&gt;
Además, sólo si utiliza Firefox 3 o superiores, también:&lt;br /&gt;
*Añada una linea más al archivo ''all.js'':&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
Después de guardar los cambios, reinicie el navegador. Al pulsar sobre un enlace ed2k, Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
&lt;br /&gt;
= Remote handling of ed2k links =&lt;br /&gt;
You can also handle links remotely, which means that you click over an [[ed2k link]] in a browser somewhere in the world and it gets into your home's [[aMule]] queue. It works by using [[aMuleCMD]] instead of using the [[ed2k command]].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
Instead of using the [[ed2k command]], use the following as the command to use:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -h $server -P $pw -c &amp;quot;Add %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Obviously, you'll have to replace ''$server'' and ''$pw'' with your server's [[IP address|IP]] (or [http://www.webopedia.com/TERM/D/DNS.html DNS]) and your [[External Connections]] password.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In [http://www.mozilla.org Firefox], it is not possible to start a command with parameters. An easy solution is a shell script with the command described above. You only have to replace %u with $1. This shell script must be executable (chmod +x ed2k.sh) and defined as external ed2k app in Firefox.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Make sure aMule is installed with the [[aMuleCMD]] option checked.&lt;br /&gt;
&lt;br /&gt;
We need a batch script to handle the ed2k links from the browser, and we need to add some keys to the registry to make the browser recognize the ed2k links.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.bat''' containing the following code:&lt;br /&gt;
 @echo off&lt;br /&gt;
 set link=%1&lt;br /&gt;
 for /f &amp;quot;useback tokens=*&amp;quot; %%a in ('%link%') do set link=%%~a&lt;br /&gt;
 &amp;quot;c:\Program Files\aMule\amulecmd.exe&amp;quot; /h '''server''' /P '''pass''' /c &amp;quot;add %link%&amp;quot;&lt;br /&gt;
Don't forget to replace '''server''' and '''pass''' with your data and save the file in your aMule directory ''C:\Program Files\aMule''.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.reg''' containing the following code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k_remote.bat\&amp;quot; \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== Internet Explorer ===&lt;br /&gt;
You should be OK with just the changes to the registry and the batch script in your aMule directory.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
The first time you click an ed2k link in Firefox you will get the following dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox ed2k link.PNG]]&lt;br /&gt;
&lt;br /&gt;
Tick the Remember box and click OK.&lt;br /&gt;
&lt;br /&gt;
=== Opera ===&lt;br /&gt;
Open the preferences window and click the Programs tab&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera preferences programs.PNG]]&lt;br /&gt;
&lt;br /&gt;
Click the Add... button&lt;br /&gt;
&lt;br /&gt;
Make Opera aware of the ed2k link protocol with these settings:&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera_protocols_ed2k.PNG]]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-ko_KR</id>
		<title>Ed2k links handling-ko KR</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-ko_KR"/>
				<updated>2009-01-14T21:48:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] | &lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
[[Ed2k_links_handling-nl|네델란드어]] | &lt;br /&gt;
'''한국어''' | &lt;br /&gt;
[[Ed2k_links_handling-es|Español]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
당신이 선호하는 웹브라우저에서 [[ed2k link|ed2k 링크]]들을 처리하는 방법은 어떤 웹브라우저를 사용하느냐에 달려있다. 그래서, 여기에 대부분의 유명한 웹브라우저들의 방법이 나열되어있다.&lt;br /&gt;
이 문서 어느곳에서나 ''/path/to/ed2k''는 ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''C:\Program Files\aMule\ed2k.exe''혹은 당신의 시스템 설정에 따라서 어떤것으로 변경되어야 하는것을 알고계십시오.&lt;br /&gt;
&lt;br /&gt;
일반적으로, 대부분의 [http://www.kernel.org 리눅스] 시스템은 자체컴파일된 [[aMule|어뮬]]은 ''/usr/local/bin/ed2k''에 [[FAQ_ed2k_command|ed2k]] 유틸이 있을 것이며, 패키지설치된 [[aMule|어뮬]]은 ''/usr/bin/ed2k''에 있을 겁니다. 예외로, [http://www.suse.com 수세] 패키지는 ''/usr/local/bin/ed2k''에 있는걸로 알려져 있다.&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows/ie 인터넷 익스플로러] ==&lt;br /&gt;
&amp;quot;시작&amp;quot;으로 가서 -&amp;gt; &amp;quot;실행&amp;quot; 그리고 &amp;quot;regedit&amp;quot;를 실행하세요 (인용을 제외하고).&lt;br /&gt;
&lt;br /&gt;
이제 레지스터리에서, ''HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ed2k\shell\open\command''로 갑니다&lt;br /&gt;
&lt;br /&gt;
'''알림:''' ''ed2k''나 하위폴더가 존재하지 않을수 있습니다. 이경우, &amp;quot;New&amp;quot; -&amp;gt; &amp;quot;Key&amp;quot;를 선택하여, ''ed2k''나 무엇이든지 이것의 값을 입력하여 하나씩 이것들을 생성합니다.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win1.jpg&lt;br /&gt;
&lt;br /&gt;
이제 그냥 &amp;quot;(Default)&amp;quot;을 더블클릭 하고 (혹은 &amp;quot;(Standard)&amp;quot;나 첫번째 값이 있는 무엇이든지) ''&amp;quot;%1&amp;quot;''를 동반하여 ed2k 응용프로그램이 있는 경로를 입력하고 (인용을 포함하여), 그리하여 당신은 ''C:\Program Files\aMule2\ed2k &amp;quot;%1&amp;quot;''과 같이 어떤 값으로 끝내야합니다.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win2.jpg&lt;br /&gt;
&lt;br /&gt;
마지막으로, ''HKEY_CLASSES_ROOT\ed2k\shell\open\command''에도 똑같이 하면 됩니다&lt;br /&gt;
&lt;br /&gt;
== [http://www.konqueror.org 컨쿼러] ==&lt;br /&gt;
[http://www.konqueror.com 컨쿼러]에서 ed2k 링크가 동작되기 위해서 당신은 다른 프로토콜-파일이 있는 폴더에 프로토클-파일을 추가해야 합니다. 당신은 ''.protocol''로 끝나는 파일이름을 검색하여 이 폴더를 찾을수 있습니다. 검색을 위해 ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' 혹은 ''`find /opt -name &amp;quot;*.protocol&amp;quot;`'' 를 실행하세요. 만약 당신이 KDE가 설치된 폴더가 어디에 있는지 알수없으면, 당신은 ''/''으로 경로를 찾는것도 가능합니다.&lt;br /&gt;
&lt;br /&gt;
만약 성공적으로 검색했다면, 언급한 폴더에 ''ed2k.protocol'' 이란 파일을 만드세요:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[Protocol]&amp;lt;br&amp;gt;&lt;br /&gt;
exec=/path/to/ed2k &amp;quot;%u&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
protocol=ed2k&amp;lt;br&amp;gt;&lt;br /&gt;
input=none&amp;lt;br&amp;gt;&lt;br /&gt;
output=none&amp;lt;br&amp;gt;&lt;br /&gt;
helper=true&amp;lt;br&amp;gt;&lt;br /&gt;
listing=false&amp;lt;br&amp;gt;&lt;br /&gt;
reading=false&amp;lt;br&amp;gt;&lt;br /&gt;
writing=false&amp;lt;br&amp;gt;&lt;br /&gt;
makedir=false&amp;lt;br&amp;gt;&lt;br /&gt;
deleting=false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
이제 [http://www.konqueror.org 컨쿼러]를 다시 시작하세요.&lt;br /&gt;
&lt;br /&gt;
'''알림:''' 당신은 분명히 보안경고를 받을겁니다. 걱정마세요. 이것은 단지 링크가 외부 응용프로그램에 보내진다는것을 경고하는것 뿐입니다.&lt;br /&gt;
&lt;br /&gt;
'''알림2:''' 만약 ''확인'' 을 클릭한 후에 보안경고가 생기면, 링크가 여전히 [[aMule | 어뮬]]에 보내지지 않고, 단지 [[ed2k link |ed2k 링크]]오른쪽클릭과 [http://www.konqueror.org 컨쿼러] 보냄을 하면 새로운 창/텝이 열립니다.&lt;br /&gt;
&lt;br /&gt;
== [http://galeon.sourceforge.net 갈런] ==&lt;br /&gt;
=== 방법 1 ===&lt;br /&gt;
In the [http://freshmeat.net/projects/gnomecc GNOME Control Center] go to &amp;quot;Complex&amp;quot; -&amp;gt; &amp;quot;File Types and Programs&amp;quot; -&amp;gt; &amp;quot;Internet Services&amp;quot; -&amp;gt; &amp;quot;Add Service...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In the protocol filed enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the Program field enter ''ed2k &amp;quot;%s&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Unselect &amp;quot;Run in terminal&amp;quot; if it is selected.&lt;br /&gt;
&lt;br /&gt;
Click ''OK'' and you're done!&lt;br /&gt;
&lt;br /&gt;
=== 방법 2 ===&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/local/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
Replace &amp;quot;''/usr/local/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
== [http://www.opera.com 오페라]  ==&lt;br /&gt;
=== 깨끗한 방법 ===&lt;br /&gt;
[http://www.opera.com 오페라]에서 ''Tools-&amp;gt;Preferences-&amp;gt;Paths and Programms-&amp;gt;Add...''로 갑니다.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Protocol&amp;quot;에 ''ed2k''을 입력합니다.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Path&amp;quot; 나 &amp;quot;Open with another application&amp;quot;에 ''/path/to/ed2k''를 입력합니다.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-op.jpg&lt;br /&gt;
&lt;br /&gt;
=== 지저분한 방법 ===&lt;br /&gt;
If he above instructions didn't work, you can try edit ''/etc/opera6rc'' as root or ''~/.opera/opera6.ini'' as non-root and setting:&lt;br /&gt;
&lt;br /&gt;
''[User Prefs]''&amp;lt;br&amp;gt;&lt;br /&gt;
''TrustedExternalURLProtocols=ed2k''&amp;lt;br&amp;gt;&lt;br /&gt;
''[Trusted Applications]''&amp;lt;br&amp;gt;&lt;br /&gt;
''ed2k=ed2k''&lt;br /&gt;
&lt;br /&gt;
=== 오페라 6 버그 ===&lt;br /&gt;
'''[http://www.opera.com Opera] 6''' doesn't pass complete URL to external programs; only URL without protocol. The way to walk around this follows.&lt;br /&gt;
&lt;br /&gt;
==== [http://www.kernel.org 리눅스] 혹은 [http://www.unix.org 유닉스]-같이 선호하는 좀다른것 ====&lt;br /&gt;
Create ''amule_submit.sh'' with this content:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
/path/to/ed2k &amp;quot;ed2k://$1&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now in ''Tools-&amp;gt;Preferences-&amp;gt;Paths and Programms-&amp;gt;Add...-&amp;gt;Path'' or in the ''opera6rc'' file change ''ed2k=/path/to/ed2k'' with ''ed2k=/path/to/amule_submit.sh''&lt;br /&gt;
&lt;br /&gt;
==== [http://www.microsoft.com/windows 윈도우] ====&lt;br /&gt;
Create ''amule_submit.bat'' with this content:&lt;br /&gt;
&lt;br /&gt;
''X:\path\to\ed2k.exe &amp;quot;ed2k://%1&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Change ''ed2k=/path/to/ed2k ed2k://%u'' with ''ed2k=X:\path\to\amule_submit.bat ed2k://%u''&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org 모질라] 1.7 (혹은 그이상) &amp;amp; [http://www.mozilla.org/products/firefox 불여우] 0.9 (혹은 그이상)==&lt;br /&gt;
모즈엑스는 더이상 [http://www.mozilla.org 모질라] 1.7 과 [http://www.mozilla.org/products/firefox 불여우] 0.9에 동작하지 않습니다. 여기에 모두다 동작하는 대체방법이 있습니다:&lt;br /&gt;
&lt;br /&gt;
*만약 설치하였으면 [http://mozex.mozdev.org/installation.html 모즈엑스]를 제거하거나  최소한 이것으로부터 ed2k 입력을 제거하세요 (단지 [http://mozex.mozdev.org/installation.html 모즈엑스]가 설치된 경우)&lt;br /&gt;
&lt;br /&gt;
*''about:config''를 주소창에 입력하세요&lt;br /&gt;
&lt;br /&gt;
*리스트에서 오른쪽 버튼을 클릭하여, '''새로 만들기''' 그리고 '''연산자'''를 선택하고; '''환경설정 이름'''에 ''network.protocol-handler.external.ed2k''와 '''값'''에 ''true''를 입력하세요&lt;br /&gt;
&lt;br /&gt;
*자 한번더 오른쪽 버튼을 클릭해서, '''새로 만들기''' 그리고 '''문자열'''을 선택하고; '''환경설정 이름'''에 ''network.protocol-handler.app.ed2k''와 '''값'''에 ''/path/to/ed2k''를 입력하세요 (경로는 당신의 시스템에 파일이 설치된 위치임)&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-ff9.jpg&lt;br /&gt;
&lt;br /&gt;
'''주의 1:''' 아마도 이 방법이 Kubuntu-Linux와 작동하려면 &amp;quot;amule-utils&amp;quot; 설치해야 합니다.&lt;br /&gt;
&lt;br /&gt;
'''주의 2:''' 모질라 불여우 1.5.x 버전 이후로 윈도우 버전은 더이상 동작하지 않습니다. 반드시 인터넷 익스플로러를 이용 레지스트리 기입 방법을 대신 사용하세요.&lt;br /&gt;
&lt;br /&gt;
== [http://xray.sai.msu.ru/~karpov/links-hacked 링크스] ==&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== 링크 원격 처리기 ==&lt;br /&gt;
You can also handle links remotely, which means that you click over an [[ed2k link]] in a browser somewhere in the world and it gets into your home's [[aMule]] queue.&lt;br /&gt;
&lt;br /&gt;
How?&lt;br /&gt;
&lt;br /&gt;
Easy enough: using [[aMuleCMD]] (thanks '''djtm''' for this tip). Instead of using the [[ed2k command]], use the following as the command to use:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -rh $server -pw $pw -c &amp;quot;Add %u&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
On newer version the command is:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -h $server -P $pw -c &amp;quot;Add %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Obviously, you'll have to replace ''$server'' and ''$pw'' with your server's [[IP address|IP]] (or [http://www.webopedia.com/TERM/D/DNS.html DNS]) and your [[External Connections]] password.&lt;br /&gt;
&lt;br /&gt;
Please note that the above tip is only available since [[aMule]] 2.0.0rc8.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 1:''' In [http://www.mozilla.org Firefox], it is not possible to start a command with parameters. An easy solution is a shell script with the command described above. You only have to replace %u with $1. This shell script must be executable (chmod +x ed2k.sh) and defined as external ed2k app in Firefox.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 2:''' If you prefer simple tools, try this shell script (for [http://www.kernel.org Linux]) - can be used with the above mentioned tip:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 beep -f 100 -l 40 -r2&lt;br /&gt;
 (sleep 1; echo dllink $1; sleep 2; echo q;) | nc '''''IP''''' '''''PORT'''''&lt;br /&gt;
 beep -l 15 -r3&lt;br /&gt;
&lt;br /&gt;
''nc'' is [http://netcat.sourceforge.net Netcat], but you can use telnet too (that's a bit simpler in [http://www.cygwin.com Cygwin]), ''beep'' is a simple program for beeping. ''IP'' and ''PORT'' should be replaced with the [[IP address]] and [[port]] of your remote server. That's it.&lt;br /&gt;
&lt;br /&gt;
***N O T E***&lt;br /&gt;
I found the perfect way to do this.&lt;br /&gt;
&lt;br /&gt;
To make FireFox launch ed2k links correctly (in aMule) you have to&lt;br /&gt;
follow some simple steps to tell it how to handle a new external&lt;br /&gt;
protocol. This should get rid of the dreaded &amp;quot;ed2k is not a registered&lt;br /&gt;
protocol&amp;quot; error you were most likely getting before.&lt;br /&gt;
&lt;br /&gt;
* Enter about:config in the address bar.&lt;br /&gt;
* Right click on the list, select New, then Boolean; enter&lt;br /&gt;
  network.protocol-handler.external.ed2k as Preference Name and true as Value&lt;br /&gt;
* Now right click, select New and String; enter&lt;br /&gt;
network.protocol-handler.app.ed2k as Preference Name and /usr/bin/ed2k&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-nl</id>
		<title>Ed2k links handling-nl</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-nl"/>
				<updated>2009-01-14T21:47:54Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] | &lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
'''Nederlands''' | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] | &lt;br /&gt;
[[Ed2k_links_handling-es|Español]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hoe je [[aMule]] je [[ed2k link]]s laat afhandelen via ja favoriete WebBrosers is afhankelijk van de WebBrowser die je gebruikt. Hier is een lijst met mini-HowTo's voor elk van de populairste WebBrowsers.&lt;br /&gt;
Bedenk dat overal in dit document ''/path/to/ed2k'' vervangen moet worden door ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''C:\Program Files\aMule\ed2k.exe'' of wat dan ook, afhankelijk van de configuratie van jouw systeem.&lt;br /&gt;
&lt;br /&gt;
In het algemeen, op de meeste [http://www.kernel.org Linux] systemen, installeren zelf-gecompileerde [[aMule]]s de [[FAQ_ed2k_command|ed2k]] utility in ''/usr/local/bin/ed2k'', terwijl pakket-geinstalleerde [[aMule]]s het in ''/usr/bin/ed2k'' installeren. Als een uitzondering, het is bekend dat [http://www.suse.com SuSE] pakketten installeert in ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows/ie Internet Explorer] ==&lt;br /&gt;
Ga naar &amp;quot;Start&amp;quot; -&amp;gt; &amp;quot;Uitvoeren&amp;quot; en start &amp;quot;regedit&amp;quot; (zonder aanhalingstekens).&lt;br /&gt;
&lt;br /&gt;
Nu, in regedit, ga naar ''HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ed2k\shell\open\command''&lt;br /&gt;
&lt;br /&gt;
'''LET OP:''' Het is mogelijk dat ''ed2k'' en/of zijn submappen niet bestaan. In zo'n geval, maak ze een voor een aan door te kiezen voor &amp;quot;Nieuw&amp;quot; -&amp;gt; &amp;quot;Sleutel&amp;quot; en ''ed2k'' of wat dan ook in te vullen als waarde.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win1.jpg&lt;br /&gt;
&lt;br /&gt;
Klik nu dubbel op &amp;quot;(Default)&amp;quot; (of &amp;quot;(Standard)&amp;quot; of wat de eerste waarde daar is) en voer het pad naar de ed2k applicatie, gevolgd door ''&amp;quot;%1&amp;quot;'' (met aanhalingstekens), in. Je moet dus eindigen met een waarde als ''C:\Program Files\aMule2\ed2k &amp;quot;%1&amp;quot;''.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win2.jpg&lt;br /&gt;
&lt;br /&gt;
Doe tenslotte het zelfde in ''HKEY_CLASSES_ROOT\ed2k\shell\open\command''&lt;br /&gt;
&lt;br /&gt;
== [http://www.konqueror.org Konqueror] ==&lt;br /&gt;
&lt;br /&gt;
Om ed2k links te laten werken vanuit [http://www.konqueror.com Konqueror] moet je een protocol-bestand toevoegen aan de directory met de andere protocol-bestanden. Deze directory kan je vinden door te zoeken naar bestandsnamen die eindigen op ''.protocol''. Om te zoeken draai ''`find /usr/-name &amp;quot;*.protocol&amp;quot;`'' of ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. Als je niet zeker weet in welke directory KDE is geinstalleerd kan je ''/'' gebruiken als zoekpad.&lt;br /&gt;
&lt;br /&gt;
Als het zoeken succesvol is geweest, maak een bestand als ''ed2k.protocol'' aan de gevonden directory:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;[Protocol]&amp;lt;br&amp;gt;&lt;br /&gt;
exec=/path/to/ed2k &amp;quot;%u&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
protocol=ed2k&amp;lt;br&amp;gt;&lt;br /&gt;
input=none&amp;lt;br&amp;gt;&lt;br /&gt;
output=none&amp;lt;br&amp;gt;&lt;br /&gt;
helper=true&amp;lt;br&amp;gt;&lt;br /&gt;
listing=false&amp;lt;br&amp;gt;&lt;br /&gt;
reading=false&amp;lt;br&amp;gt;&lt;br /&gt;
writing=false&amp;lt;br&amp;gt;&lt;br /&gt;
makedir=false&amp;lt;br&amp;gt;&lt;br /&gt;
deleting=false&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Herstart nu [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''LET OP:''' Het is mogelijk dat je een beveiligingswaarschuwing krijgt. Maak je geen zorgen, het is slechts een waarschuwing dat de link naar een externe applicatie wordt gestuurd.&lt;br /&gt;
&lt;br /&gt;
'''LET OP2:''' Als de link na het klikken op ''OK'' in de beveiligingswaarschuwing nog steeds niet naar [[aMule]] wordt gestuurd, klik dan met de rechtermuisknop op de [[ed2k link]] en vertel [http://www.konqueror.org Konqueror] om het te openen in een nieuw venster/tab.&lt;br /&gt;
&lt;br /&gt;
== [http://galeon.sourceforge.net Galeon] ==&lt;br /&gt;
=== Methode 1 ===&lt;br /&gt;
In het [http://freshmeat.net/projects/gnomecc GNOME Control Center] ga naar &amp;quot;Complex&amp;quot; -&amp;gt; &amp;quot;BestandsTypen en Programma's&amp;quot; -&amp;gt; &amp;quot;Internet Services&amp;quot; -&amp;gt; &amp;quot;Voeg Service Toe...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Voer ''ed2k'' in in het Protocol veld.&lt;br /&gt;
&lt;br /&gt;
Voer ''ed2k &amp;quot;%s&amp;quot;'' in in het Programma veld.&lt;br /&gt;
&lt;br /&gt;
Deselecteer &amp;quot;Voer uit in Terminal&amp;quot; als dat geselecteerd is.&lt;br /&gt;
&lt;br /&gt;
Klik op ''OK'' en je bent klaar!&lt;br /&gt;
&lt;br /&gt;
=== Methode 2 ===&lt;br /&gt;
Voer de volgende drie commando's uit om de juiste ''gconf'' sleutels aan te laten maken:&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/local/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
Vervang &amp;quot;''/usr/local/bin/ed2k''&amp;quot; hierboven met het pad en de naam van de ''ed2k'' applicatie op jouw systeem.&lt;br /&gt;
&lt;br /&gt;
Deze protocol afhandelaar deinstalleren is net zo simpel:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
== [http://www.opera.com Opera]  ==&lt;br /&gt;
'''door ''thermoman (Marcel Meckel)'', ''ender'' en ''[[User:Jacobo221|Jacobo221]]''&lt;br /&gt;
&lt;br /&gt;
=== Nette manier ===&lt;br /&gt;
In [http://www.opera.com Opera] ga naar ''Tools-&amp;gt;Preferences-&amp;gt;Paths and Programms-&amp;gt;Add...''&lt;br /&gt;
&lt;br /&gt;
Voer ''ed2k'' in in het &amp;quot;Protocol&amp;quot; veld.&lt;br /&gt;
&lt;br /&gt;
Voer ''/path/to/ed2k'' in in het &amp;quot;Path&amp;quot; of &amp;quot;Open with another application&amp;quot; veld .&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-op.jpg&lt;br /&gt;
&lt;br /&gt;
=== Smerige manier ===&lt;br /&gt;
Als de bovenstaande instructies niet werken, kunt u proberen om ''/etc/opera6rc'' als root te bewerken of ''~/.opera/opera6.ini als niet-root. Stel dan in:&lt;br /&gt;
&lt;br /&gt;
''[User Prefs]''&amp;lt;br&amp;gt;&lt;br /&gt;
''TrustedExternalURLProtocols=ed2k''&amp;lt;br&amp;gt;&lt;br /&gt;
''[Trusted Applications]''&amp;lt;br&amp;gt;&lt;br /&gt;
''ed2k=ed2k''&lt;br /&gt;
&lt;br /&gt;
=== Opera 6 bug ===&lt;br /&gt;
'''[http://www.opera.com Opera] 6''' geeft niet de complete URL door aan externe programa's; alleen URLs zonder protocol. Hierna volgt de manier om dit te omzeilen.&lt;br /&gt;
&lt;br /&gt;
==== [http://www.kernel.org Linux] of een andere soort [http://www.unix.org Unix]-achtige ====&lt;br /&gt;
Maak ''amule_submit.sh'' met dit als inhoud aan:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;#!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
/path/to/ed2k &amp;quot;ed2k://$1&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Verander nu in ''Tools-&amp;gt;Preferences-&amp;gt;Paths and Programms-&amp;gt;Add...-&amp;gt;Path'' of in het ''opera6rc'' bestand ''ed2k=/path/to/ed2k'' door ''ed2k=/path/to/amule_submit.sh''&lt;br /&gt;
&lt;br /&gt;
==== [http://www.microsoft.com/windows Windows] ====&lt;br /&gt;
Maak ''amule_submit.bat'' met dit als inhoud aan:&lt;br /&gt;
&lt;br /&gt;
''X:\path\to\ed2k.exe &amp;quot;ed2k://%1&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Verander ''ed2k=/path/to/ed2k ed2k://%u'' door ''ed2k=X:\path\to\amule_submit.bat ed2k://%u''&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.7 (of nieuwer) &amp;amp; [http://www.mozilla.org/products/firefox Firefox] 0.9 (of nieuwer)==&lt;br /&gt;
&lt;br /&gt;
Mozex werkt niet meer met [http://www.mozilla.org Mozilla] 1.7 en [http://www.mozilla.org/products/firefox Firefox] 0.9. Er is een andere methode die met beide lijkt te werken:&lt;br /&gt;
&lt;br /&gt;
*Verwijder [http://mozex.mozdev.org/installation.html MozEx] als het geinstalleerd is of verwijder op zijn minst de ed2k invoer (allen als [http://mozex.mozdev.org/installation.html MozEx] geinstalleerd is)&lt;br /&gt;
&lt;br /&gt;
*Voer ''about:config'' in in de adresbalk&lt;br /&gt;
&lt;br /&gt;
*Klik met de rechtermuisknop op de lijst, selecteer '''Nieuw''', dan '''Boolean'''; voer ''network.protocol-handler.external.ed2k'' in als '''VoorkeursNaam''' en ''true'' als '''Waarde'''&lt;br /&gt;
&lt;br /&gt;
*Nu nog een klik met de rechtermuisknop, selecteer '''Nieuw''' en '''String'''; voer ''network.protocol-handler.app.ed2k'' in als '''VoorkeursNaam''' en ''/path/to/ed2k'' (pad naar waar het bestand is geinstaleerd) als '''Waarde'''.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-ff9.jpg&lt;br /&gt;
&lt;br /&gt;
'''LET OP:''' Deze methode werkt niet meer vanaf versie 1.5.x van Mozilla Firefox voor de windows versie. In plaats hiervan moet je de Internet Explorer methode met het register gebruiken.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ==&lt;br /&gt;
(Dit zal waarschijnlijk ook werken voor de gebruikelijke links en/of [[ed2k link|elinks]])&lt;br /&gt;
&lt;br /&gt;
voeg aan ''url.c'' achter de regels over telnet en tn3270 toe:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
voeg aan ''links.h'' achter de definities van /* mailto.c */ toe:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
voeg aan ''mailto.c'' aan het einde toe:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
voeg aan ''options_register.c'' achter telnet en tn3270 toe:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
voeg aan ''intl/*.lng'' toe achter &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k programma&amp;quot;,'' (of wat dat ook is in jouw taal), achter&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' en achter &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (ik denk dat je het idee snapt)&lt;br /&gt;
&lt;br /&gt;
Als je dit autmatisch wil doen, voer dan de volgende commando's uit:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k programma\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
&lt;br /&gt;
Voer hierna voor het opnieuw compileren uit:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Nu kan je het compileren met&lt;br /&gt;
  ''./configure'' (voeg hier je favoriete opties toe) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Omdat links de urls iets misvormt hebben we een klein bash script nodig:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Vergeet niet om links in te stellen (Opties-&amp;gt;Netwerk Opties-&amp;gt;Mail en Telnet Programma's) om onze ''ed2k4links.sh'' aan te roepen voor [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Let op: Het Procent Teken is belangrijk! Links zou nu moeten werken met [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Links op afstand afhandelen ==&lt;br /&gt;
Je kan links ook op afstand afhandelen. Dit betekent dat als je ergens ter wereld in een browser op een [[ed2k link]] klikt het wordt toegevoegd aan [[aMule]]s wachtrij thuis.&lt;br /&gt;
&lt;br /&gt;
Hoe?&lt;br /&gt;
&lt;br /&gt;
Simpel: gebruik [[aMuleCMD]] (met dank aan '''djtm''' voor de tip). Gebruik het volgende commando in plaats van het [[ed2k command]]o:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -rh $server -pw $pw -c &amp;quot;Add %u&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Natuurlijk moet je ''$server'' en ''$pw'' vervangen door het [[IP address|IP]] adres (of [http://www.webopedia.com/TERM/D/DNS.html DNS]) van je server en je [[External Connections|Externe Verbindingen]] wachtwoord.&lt;br /&gt;
&lt;br /&gt;
Let op dat de bovenstaande tip alleen beschikbaar is vanaf [[aMule]] 2.0.0rc8.&lt;br /&gt;
&lt;br /&gt;
'''LET OP 1:''' In [http://www.mozilla.org Firefox] is het niet mogelijk om een commando met parameters te starten. Een makkelijke oplossing is een klein shell script met het bovenstaande commando. Je hoeft allen %u te vervangend oor $1. Dit shell script moet uitvoerbaar zijn (chmod +x ed2k.sh) en gedefinieerd als externe ed2k applicatie in Firefox.&lt;br /&gt;
&lt;br /&gt;
'''LET OP 2:''' Als je liever simpele programma's gebruikt, probeers eens dit shell script (voor [http://www.kernel.org Linux]) - kan gebruikt worden met de hierboven genoemde tip:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 beep -f 100 -l 40 -r2&lt;br /&gt;
 (sleep 1; echo dllink $1; sleep 2; echo q;) | nc '''''IP''''' '''''POORT'''''&lt;br /&gt;
 beep -l 15 -r3&lt;br /&gt;
&lt;br /&gt;
''nc'' is [http://netcat.sourceforge.net Netcat], maar je kan ook telnet gebruiken (dat is iets simpeler in [http://www.cygwin.com Cygwin]), ''beep'' is een simpel programma om te piepen. ''IP'' en ''POORT'' moeten vervangen worden door het [[IP address|IP adres]] en [[port|poort]] van je server op afstand. Dat is alles.&lt;br /&gt;
&lt;br /&gt;
***L E T  O P***&lt;br /&gt;
Ik heb de perfecte manier gevonden om dit voor elkaar te krijgen.&lt;br /&gt;
&lt;br /&gt;
Om FireFox ed2k links correct te laten afhandelen (in aMule) moet je een aantal sipele stappen volgen om FireFox te vertellen hoe een nieuwe extern protocol afgehandeld moet worden. Dit moet de gevreesde foutmelding &amp;quot;ed2k is geen geregistreerd protocol&amp;quot; die je waarschijnlijk eerder kreeg voorkomen.&lt;br /&gt;
&lt;br /&gt;
* Voer about:config in in de adresbalk.&lt;br /&gt;
* Klik met de rechtermuisknop op de lijst, selecteer Nieuw, dan Boolean; voer&lt;br /&gt;
  network.protocol-handler.external.ed2k in als VoorkeursNaam en true als Waarde&lt;br /&gt;
* Klik nu met de rechtermuisknop , selecteer Nieuw en String; voer network.protocol-handler.app.ed2k in als VoorkeursNaam en /usr/bin/ed2k als Waarde&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-de</id>
		<title>Ed2k links handling-de</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-de"/>
				<updated>2009-01-14T21:47:04Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] | &lt;br /&gt;
'''Deutsch''' | &lt;br /&gt;
[[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] | &lt;br /&gt;
[[Ed2k_links_handling-es|Español]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Art wie [[aMule-de|aMule]] die [[ed2k link-de|ed2k-Links]] mit deinem favorisierten Browser handhabt, h&amp;amp;auml;ngt davon ab, welchen Webbrowser du nutzt. Also ist hier eine Liste mit Mini-HowTos f&amp;amp;uuml;r jeden der popul&amp;amp;auml;rsten Webbrowser.&lt;br /&gt;
Beachte, dass &amp;amp;uuml;berall in diesem Dokument ''/path/to/ed2k'' mit ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''C:\Programme\aMule\ed2k.exe'' oder etwas anderem ersetzt werden sollte, je nachdem wie dein System konfiguriert ist.&lt;br /&gt;
&lt;br /&gt;
Allgemein wird bei den meisten [http://www.kernel.org Linux]systemen ein selbstkompiliertes [[aMule-de|aMule]] das [[FAQ_ed2k_command|ed2k]] Hilfsprogramm in ''/usr/local/bin/ed2k'' installieren, wohingegen bei einer Paketinstallation von aMule es nach ''/usr/bin/ed2k'' installiert wird. Als Ausnahme ist es bekannt, dass [http://www.suse.de SuSe]-Pakete es nach ''/usr/local/bin/ed2k'' installieren.&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows/ie Internet Explorer] ==&lt;br /&gt;
Gehe zu &amp;quot;Start&amp;quot; -&amp;amp;gt; &amp;quot;Ausf&amp;amp;uuml;hren&amp;quot; und starte &amp;quot;regedit&amp;quot; (ohne Anf&amp;amp;uuml;hrungszeichen).&lt;br /&gt;
&lt;br /&gt;
Gehe nun im regedit zu ''HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ed2k\shell\open\command''&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Es k&amp;amp;ouml;nnte passieren, dass ''ed2k'' und/oder seine Unterordner nicht existieren. Erstelle sie in diesem Fall einer nach dem anderen durch rechtsklicken &amp;quot;Neu&amp;quot; -&amp;amp;gt; &amp;quot;Schl&amp;amp;uuml;ssel&amp;quot; und der Eingabe von ''ed2k'' oder was auch immer der Wert ist.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win1.jpg&lt;br /&gt;
&lt;br /&gt;
Nun klicke einfach doppelt auf &amp;quot;(Standard)&amp;quot; (oder was auch immer der erste Wert dort ist) und gib den Pfad zur ed2k-Anwendung ein, gefolgt von ''&amp;quot;%1&amp;quot;'' (mit Anf&amp;amp;uuml;hrungszeichen), so dass am Ende ein Wert wie ''C:\Programme\aMule2\ed2k &amp;quot;%1&amp;quot;'' vorhanden ist.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win2.jpg&lt;br /&gt;
&lt;br /&gt;
Mache das gleiche schlussendlich auch in ''HKEY_CLASSES_ROOT\ed2k\shell\open\command''.&lt;br /&gt;
&lt;br /&gt;
== [http://www.konqueror.org Konqueror] ==&lt;br /&gt;
''/usr/kde/3.1/share/services'' du kannst den richtigen Pfad bei dir finden, in dem du nach Namen die auf ''.protocol'' enden suchst. z.B. ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' oder ''`find /opt -name &amp;quot;*.protocol&amp;quot;`'' oder nimm ''/'' als Pfad, wenn du willst.&lt;br /&gt;
&lt;br /&gt;
Wenn die Suche erfolgreich war, erstelle eine Datei namens ''ed2k.protocol'' im der angesprochenen Ordner:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;Protocol&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
 protocol=ed2k&amp;lt;br&amp;gt;&lt;br /&gt;
 input=none&amp;lt;br&amp;gt;&lt;br /&gt;
 output=none&amp;lt;br&amp;gt;&lt;br /&gt;
 helper=true&amp;lt;br&amp;gt;&lt;br /&gt;
 listing=false&amp;lt;br&amp;gt;&lt;br /&gt;
 reading=false&amp;lt;br&amp;gt;&lt;br /&gt;
 writing=false&amp;lt;br&amp;gt;&lt;br /&gt;
 makedir=false&amp;lt;br&amp;gt;&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Nun starte [http://www.konqueror.org Konqueror] einfach neu.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Du k&amp;amp;ouml;nntest eine Sicherheitswarnung erhalten. Keine Sorge, es ist nur eine Warnung, dass dein Link zu einer externen Anwendung gesendet wird.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 2:''' Wenn nach dem Klicken von ''OK'' Bei der Sicherheitswarnung der Link immer noch nicht zu [[aMule-de|aMule]] gesendet wird, klicke einfach mit rechts auf den [[ed2k-Link-de|ed2k-Link]] und befehle [http://www.konqueror.org Konqueror] es in einem neuen Tab/Fenster zu &amp;amp;ouml;ffnen.&lt;br /&gt;
&lt;br /&gt;
== [http://galeon.sourceforge.net Galeon] ==&lt;br /&gt;
=== Methode 1 ===&lt;br /&gt;
Gehe im [http://freshmeat.net/projects/gnomecc GNOME Control Center] zu &amp;quot;Komplex&amp;quot; -&amp;amp;gt; &amp;quot;Dateitypen und Programme&amp;quot; -&amp;amp;gt; &amp;quot;Internetdienste&amp;quot; -&amp;amp;gt; &amp;quot;Dienst hinzuf&amp;amp;uuml;gen...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Gib ''ed2k'' in das Protokollfeld ein.&lt;br /&gt;
&lt;br /&gt;
Gib ''ed2k %s'' in das Programmfeld ein.&lt;br /&gt;
&lt;br /&gt;
Deselektiere &amp;quot;In Terminal ausf&amp;amp;uuml;hren.&amp;quot; wenn es ausgew&amp;amp;auml;hlt ist.&lt;br /&gt;
&lt;br /&gt;
Klicke auf ''OK'' und es ist geschafft!&lt;br /&gt;
&lt;br /&gt;
=== Methode 2 ===&lt;br /&gt;
F&amp;amp;uuml;hre die folgenden 3 Befehle aus um die entsprechenden ''gconf''-Schl&amp;amp;uuml;ssel zu erstellen:&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/local/bin/ed2k %s&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
Ersetze &amp;quot;''/usr/local/bin/ed2k''&amp;quot; oben mit dem Pfad und dem Namen der ed2k-Anwendung in deinem System.&lt;br /&gt;
&lt;br /&gt;
Die Deinstallation ist &amp;amp;auml;hnlich einfach:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
== [http://www.opera.com Opera]  ==&lt;br /&gt;
=== Auf die saubere Art und Weise ===&lt;br /&gt;
Gehe in [http://www.opera.com Opera] zu ''Werkzeuge-&amp;amp;gt;Einstellungen-&amp;amp;gt;Pfade und Programme-&amp;amp;gt;Hinzuf&amp;amp;uuml;gen...''&lt;br /&gt;
&lt;br /&gt;
Gib im &amp;quot;Protokoll&amp;quot;-Feld ''ed2k'' ein.&lt;br /&gt;
&lt;br /&gt;
Gib im &amp;quot;Pfad&amp;quot; oder &amp;quot;&amp;amp;ouml;ffne mit anderer Anwendung&amp;quot;-Feld ''/path/to/ed2k'' ein.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-op.jpg&lt;br /&gt;
&lt;br /&gt;
=== Auf die schmutzige Art und Weise ===&lt;br /&gt;
Wenn die obigen Anweisungen nicht funktioniert haben, kannst du versuchen ''/etc/opera6rc'' als root oder ''~/.opera/opera6.ini'' als normaler Benutzer zu editieren und folgende &amp;amp;Auml;nderungen machen:&lt;br /&gt;
&lt;br /&gt;
''[User Prefs]''&amp;lt;br&amp;gt;&lt;br /&gt;
''TrustedExternalURLProtocols=ed2k''&amp;lt;br&amp;gt;&lt;br /&gt;
''[Trusted Applications]''&amp;lt;br&amp;gt;&lt;br /&gt;
''ed2k=ed2k''&lt;br /&gt;
&lt;br /&gt;
=== Opera 6 Fehler ===&lt;br /&gt;
'''[http://www.opera.com Opera] 6''' gibt keine kompletten URLs an externe Programme weiter, nur URLs ohne Protokoll. Die Art und Weise das zu Umgehen folgt.&lt;br /&gt;
&lt;br /&gt;
==== [http://www.kernel.org Linux] oder ein anderes [http://www.unix.org Unix]-&amp;amp;auml;hnliches Betriebssystem ====&lt;br /&gt;
Erstelle die Datei ''amule_submit.sh'' mit diesem Inhalt:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
 /path/to/ed2k &amp;quot;ed2k://$1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;Auml;ndere nun in ''Werkzeuge-&amp;amp;gt;Einstellungen-&amp;amp;gt;Pfade und Programme-&amp;amp;gt;Hinzuf&amp;amp;uuml;gen...'' oder in der ''opera6rc'' Datei ''ed2k=/path/to/ed2k'' mit ''ed2k=/path/to/amule_submit.sh''.&lt;br /&gt;
&lt;br /&gt;
==== [http://www.microsoft.com/windows Windows] ====&lt;br /&gt;
Erstelle die Datei ''amule_submit.bat'' mit diesem Inhalt:&lt;br /&gt;
&lt;br /&gt;
''X:\path\to\ed2k.exe &amp;quot;ed2k://%1&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
&amp;amp;Auml;ndere ''ed2k=/path/to/ed2k ed2k://%u'' zu ''ed2k=X:\path\to\amule_submit.bat ed2k://%u''&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.7 (oder neuer) &amp;amp;amp; [http://www.mozilla.org/products/firefox Firefox] 0.9 (oder neuer)==&lt;br /&gt;
Mozex funktioniert nicht mehr mit [http://www.mozilla.org Mozilla] 1.7 und [http://www.mozilla.org/products/firefox Firefox] 0.9. Es gibt eine alternative Methode, die mit beiden zu funktionieren scheint:&lt;br /&gt;
&lt;br /&gt;
*Entferne [http://mozex.mozdev.org/installation.html MozEx] wenn es installiert ist oder entferne zumindestens die ed2k-Eingabe (nur wenn [http://mozex.mozdev.org/installation.html MozEx] installiert ist.)&lt;br /&gt;
&lt;br /&gt;
*F&amp;amp;uuml;ge ''about:config'' in der Adresszeile ein.&lt;br /&gt;
&lt;br /&gt;
*Klicke mit rechts auf die Liste, w&amp;amp;auml;hle '''Neu''', dann '''Boolean'''; f&amp;amp;uuml;ge ''network.protocol-handler.external.ed2k'' als '''Einstellungsname''' und ''true'' als '''Wert''' ein.&lt;br /&gt;
&lt;br /&gt;
*Nun ein weiterer Rechtsklick, w&amp;amp;auml;hle '''Neu''' und '''String'''; f&amp;amp;uuml;ge ''network.protocol-handler.app.ed2k'' als '''Einstellungsname''' und ''/path/to/ed2k'' (Der Pfad wo die Datei auf dem System installiert ist.) als '''Wert''' ein.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-ff9.jpg&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 1:''' Seit der Version 1.5.x von Mozilla Firefox funktioniert diese Methode nicht mehr f&amp;amp;uuml;r die Windowsversion. Du musst stattdessen die Internet Explorer-Methode mit den Registrierungseintr&amp;amp;auml;gen nutzen.&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org/products/firefox Firefox] v0.8 ==&lt;br /&gt;
Gehe zu [http://mozex.mozdev.org/installation.html MozExs Webseite] und installiere die ''mozex-1.07.xpi''-Datei.&lt;br /&gt;
&lt;br /&gt;
Starte [http://www.mozilla.org/products/firefox FireFox] neu, gehe zu Bearbeiten -&amp;amp;gt; Einstellungen -&amp;amp;gt; Erweiterungen -&amp;amp;gt; mozex -&amp;amp;gt; Optionen -&amp;amp;gt; ED2K und lege es als ''/path/to/ed2k %r'' fest.&lt;br /&gt;
&lt;br /&gt;
Klicke auf '''OK''' und es ist geschafft.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-firefox.png&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-mozex.png&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.3 bis 1.6 &amp;amp;amp; [http://www.mozilla.org/products/firefox Firebird] v0.6 ==&lt;br /&gt;
Gehe zu [http://mozex.mozdev.org/installation.html MozEx's Webseite] und installiere die ''mozex-1.07.xpi''-Datei.&lt;br /&gt;
&lt;br /&gt;
Starte [http://www.mozilla.org Mozilla]/[http://www.mozilla.org/products/firefox FireBird] neu, gehe zu Bearbeiten -&amp;amp;gt; Einstellungen -&amp;amp;gt; mozex -&amp;amp;gt; ED2K und lege es als ''/path/to/ed2k %r'' fest.&lt;br /&gt;
&lt;br /&gt;
Klicke auf '''OK''' und es ist geschafft.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-moz.png&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.2.1 oder fr&amp;amp;uuml;her  ==&lt;br /&gt;
1) Gehe zu [http://protozilla.mozdev.org/download.html Protozillas Webseite]&amp;lt;br&amp;gt;&lt;br /&gt;
W&amp;amp;auml;hle die zu deiner [http://www.mozilla.org Mozilla]-Version passende Version aus und klicke auf ''Installieren''. Es wird [http://protozilla.mozdev.org Protozilla] automatisch installieren.&amp;lt;br&amp;gt;&lt;br /&gt;
Schliesse nun [http://www.mozilla.org Mozilla] v&amp;amp;ouml;llig.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Anmerkungen f&amp;amp;uuml;r [http://www.kernel.org Linux]-Nutzer und Nutzer anderer Unix-artigen Systeme&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- Du ben&amp;amp;ouml;tigst Schreibrechte f&amp;amp;uuml;r [http://www.mozilla.org Mozilla]s Installationverzeichnis. Wenn du [http://www.mozilla.org Mozilla] nach ''/usr'' installiert hast, musst du wahrscheinlich '''root''' sein.&amp;lt;br&amp;gt;&lt;br /&gt;
- Das Herunterladen der vorkompilierten Version von [http://protozilla.mozdev.org Protozilla] funktioniert augenscheinlich '''nicht''' mit [http://www.debian.org Debian]s [http://www.mozilla.org Mozilla]-Paketen. Es funktioniert beispielsweise mit der vorkompilierten Version 1.2.1, die auf [http://www.mozilla.org Mozillas Webseite] verf&amp;amp;uuml;gbar ist. (Oder du kannst sowohl  [http://www.mozilla.org Mozilla] als auch [http://protozilla.mozdev.org Protozilla] selbst kompilieren).&lt;br /&gt;
&lt;br /&gt;
2) Dieser Schritt ist nur n&amp;amp;ouml;tig, wenn du [http://www.mozilla.org Mozilla]/[http://www.mozilla.org/products/firefox FireBird]/[http://www.mozilla.org/products/firefox FireFox] im ersten Schritt als '''root''' starten musstest.&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;hre als '''root''' aus:&lt;br /&gt;
''cp -r /root/.mozilla/PROFILENAME/RANDOM.slt/protozilla/ /home/USERNAME/.mozilla/PROFILENAME2/RANDOM.slt/''&lt;br /&gt;
&lt;br /&gt;
Das kopiert die protozilla-Konfiguration von roots Homeverzeichnis zum Homeverzeichnis des Benutzers.&lt;br /&gt;
&lt;br /&gt;
''cd /home/USERNAME/.mozilla/PROFILENAME/RANDOM.slt/&lt;br /&gt;
chown -R DEIN_NUTZER.DEINE_GRUPPE protozilla''&lt;br /&gt;
&lt;br /&gt;
Das &amp;amp;auml;ndert die Datei-Eigentumsverh&amp;amp;auml;ltnisparameter in den Benutzerdateien.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Anmerkungen:&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''USERNAME:''' Name des normalen, nicht-root Benutzers.&amp;lt;br&amp;gt;&lt;br /&gt;
'''PROFILENAME:''' Name des Profiles, welches du nutzen m&amp;amp;ouml;chtest.&amp;lt;br&amp;gt;&lt;br /&gt;
'''RANDOM:''' Zuf&amp;amp;auml;lliger alphanumerische Zeichenkette, automatisch von Mozilla generiert.&amp;lt;br&amp;gt;&lt;br /&gt;
'''DEIN_NUTZER, DEINE_GRUPPE:''' Benutzer und Gruppe des normalen Benutzers.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Richte eine Protokollbehandlung f&amp;amp;uuml;r [[ed2k link-de|ed2k-Links]] ein:&amp;lt;br&amp;gt;&lt;br /&gt;
''cd ~/.mozilla/PROFILENAME/RANDOM.slt/protozilla/protocol''&lt;br /&gt;
&lt;br /&gt;
Erstelle eine Datei namens ''ed2k.cmd'' mit dem folgenden Inhalt:&lt;br /&gt;
&lt;br /&gt;
''ed2k ed2k:$URI_DATA''&lt;br /&gt;
&lt;br /&gt;
(Die Datei muss nicht ausf&amp;amp;uuml;hrbar sein.).&lt;br /&gt;
&lt;br /&gt;
Starte nun [http://www.mozilla.org Mozilla] neu.&lt;br /&gt;
&lt;br /&gt;
== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ==&lt;br /&gt;
(Das wird wahrscheinlich auch f&amp;amp;uuml;r normale links und/oder [[ed2k link-de|elinks]] funktionieren.)&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge folgendes der ''url.c'' nach den Zeilen &amp;amp;uuml;ber telnet und tn3270 hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge folgendes der ''links.h'' nach den Definitionen von /* mailto.c */ hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge folgendes der ''mailto.c'' am Ende hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge dieses der ''options_register.c'' nach telnet und tn3270 hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge der ''intl/*.lng'' nach &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (oder was auch immer es in deiner Sprache ist), nach&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' und nach &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (Ich denke du hast das Prinzip verstanden) hinzu.&lt;br /&gt;
&lt;br /&gt;
Wenn du das ganze automatisieren willst, f&amp;amp;uuml;hre folgendes aus:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Wie auch immer, f&amp;amp;uuml;hre nachher bevor du links-hacked neu kompiliert folgendes aus:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Nun kannst du kompilieren mit&lt;br /&gt;
  ''./configure'' (f&amp;amp;uuml;ge deine bevorzugten Optionen hier ein) ''&amp;amp;amp;&amp;amp;amp;''&lt;br /&gt;
  ''make &amp;amp;amp;&amp;amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Weil links irgendwie die URLs verst&amp;amp;uuml;mmelt, ben&amp;amp;ouml;tigen wir einen kleinen bash-Skript:&lt;br /&gt;
  ''cat &amp;amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
 &lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
 &lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Vergiss nicht links so einzurichten (Optionen-&amp;amp;gt;Netzwerkoptionen-&amp;amp;gt;Mail und Telnet Programme) unseren ''ed2k4links.sh''-Skript f&amp;amp;uuml;r [[ed2k link-de|ed2k-Links]] aufzurufen:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Achtung: Das Prozentzeichen ist wichtig! Nun sollte links mit [[ed2k link-de|ed2k-Link]] arbeiten.&lt;br /&gt;
&lt;br /&gt;
== Fernverarbeitung von Links ==&lt;br /&gt;
Du kannst Links auch entfernt verarbeiten, was bedeutet, dass du einen [[ed2k link-de|ed2k-Link]] in einem Browser irgendwo in der Welt anklickst und es in die Warteschlange deines [[aMule-de|aMules]] zu Hause kommt.&lt;br /&gt;
&lt;br /&gt;
Wie?&lt;br /&gt;
&lt;br /&gt;
Einfach genug: mit Hilfe von [[aMuleCMD-de|aMuleCMD]] (Danke an '''djtm''' f&amp;amp;uuml;r diesen Tipp). Benutze anstelle des [[ed2k-de|ed2k-Befehls]], das folgende als zu benutzenden Befehl:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -rh $server -pw $pw -c &amp;quot;Add %u&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Offensichtlich musst du ''$server'' und ''$pw'' mit den Daten deines Servers [[IP_address-de|IP]] (oder [http://www.webopedia.com/TERM/D/DNS.html DNS]) und deines [[External Connections-de|Externe Verbindungs]] Passwort ersetzen.&lt;br /&gt;
&lt;br /&gt;
Dieser Tipp ist erst ab [[aMule-de|aMule]] 2.0.0rc8 m&amp;amp;ouml;glich.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 1:''' Mit [http://www.mozilla.org Firefox] ist es nicht m&amp;amp;ouml;glich ein Programm mit Parametern zu starten. Eine einfache L&amp;amp;ouml;sung ist ein Shellskript mit dem oben beschriebenen Befehl. Du musst nur %u mit $1 ersetzen. Dieser Shellskript muss ausf&amp;amp;uuml;hrbar sein (chmod +x ed2k.sh) und als externe ed2k-Anwendung in Firefox definiert sein.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 2:''' Wenn du einfache Werkzeuge bevorzugst, versuche dieses Shellskript (f&amp;amp;uuml;r [http://www.kernel.org Linux]) - kann mit dem oben erw&amp;amp;auml;hnten Tipp verwendet werden:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 beep -f 100 -l 40 -r2&lt;br /&gt;
 (sleep 1; echo dllink $1; sleep 2; echo q;) | nc '''''IP''''' '''''PORT'''''&lt;br /&gt;
 beep -l 15 -r3&lt;br /&gt;
&lt;br /&gt;
''nc'' ist [http://netcat.sourceforge.net Netcat], aber du kannst auch Telnet nutzen (das ist ein wenig einfacher mit [http://www.cygwin.com Cygwin]), ''beep'' ist ein einfaches Programm zum 'Beepen'. ''IP'' und ''PORT'' sollten mit der [[IP_address-de|IP Addresse]] und dem [[Port-de|Port]] des entfernten Rechners ersetzt werden. Das war's.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:'''&lt;br /&gt;
Ich habe die perfekte Art gefunden das zu tun.&lt;br /&gt;
&lt;br /&gt;
Um Firefox ed2k-Links korrekt an aMule &amp;amp;uuml;bergeben zu lassen, musst du ein paar einfachen Schritten folgen, um Firefox zu sagen, wie es ein neues externes Protokoll behandeln soll. Dies sollte den &amp;quot;ed2k ist kein registriertes Protokoll&amp;quot;-Fehler beseitigen, den du wahrscheinlich vorher hattest.&lt;br /&gt;
&lt;br /&gt;
* Gib about:config in die Adresszeile ein.&lt;br /&gt;
* Klicke mit rechts auf die Liste, w&amp;amp;auml;hle Neu aus, dann Boolean; gib&lt;br /&gt;
  network.protocol-handler.external.ed2k als Einstellungsnamen und true als Wert ein.&lt;br /&gt;
* Klicke nun mit rechts, w&amp;amp;auml;hle Neu und String aus; setze als Wert&lt;br /&gt;
 network.protocol-handler.app.ed2k als Einstellungsnamen und /usr/bin/ed2k&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-de</id>
		<title>Ed2k links handling-de</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-de"/>
				<updated>2009-01-14T21:46:00Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] | &lt;br /&gt;
'''Deutsch''' | [&lt;br /&gt;
[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] | &lt;br /&gt;
[[Ed2k_links_handling-es|Español]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Art wie [[aMule-de|aMule]] die [[ed2k link-de|ed2k-Links]] mit deinem favorisierten Browser handhabt, h&amp;amp;auml;ngt davon ab, welchen Webbrowser du nutzt. Also ist hier eine Liste mit Mini-HowTos f&amp;amp;uuml;r jeden der popul&amp;amp;auml;rsten Webbrowser.&lt;br /&gt;
Beachte, dass &amp;amp;uuml;berall in diesem Dokument ''/path/to/ed2k'' mit ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''C:\Programme\aMule\ed2k.exe'' oder etwas anderem ersetzt werden sollte, je nachdem wie dein System konfiguriert ist.&lt;br /&gt;
&lt;br /&gt;
Allgemein wird bei den meisten [http://www.kernel.org Linux]systemen ein selbstkompiliertes [[aMule-de|aMule]] das [[FAQ_ed2k_command|ed2k]] Hilfsprogramm in ''/usr/local/bin/ed2k'' installieren, wohingegen bei einer Paketinstallation von aMule es nach ''/usr/bin/ed2k'' installiert wird. Als Ausnahme ist es bekannt, dass [http://www.suse.de SuSe]-Pakete es nach ''/usr/local/bin/ed2k'' installieren.&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows/ie Internet Explorer] ==&lt;br /&gt;
Gehe zu &amp;quot;Start&amp;quot; -&amp;amp;gt; &amp;quot;Ausf&amp;amp;uuml;hren&amp;quot; und starte &amp;quot;regedit&amp;quot; (ohne Anf&amp;amp;uuml;hrungszeichen).&lt;br /&gt;
&lt;br /&gt;
Gehe nun im regedit zu ''HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ed2k\shell\open\command''&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Es k&amp;amp;ouml;nnte passieren, dass ''ed2k'' und/oder seine Unterordner nicht existieren. Erstelle sie in diesem Fall einer nach dem anderen durch rechtsklicken &amp;quot;Neu&amp;quot; -&amp;amp;gt; &amp;quot;Schl&amp;amp;uuml;ssel&amp;quot; und der Eingabe von ''ed2k'' oder was auch immer der Wert ist.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win1.jpg&lt;br /&gt;
&lt;br /&gt;
Nun klicke einfach doppelt auf &amp;quot;(Standard)&amp;quot; (oder was auch immer der erste Wert dort ist) und gib den Pfad zur ed2k-Anwendung ein, gefolgt von ''&amp;quot;%1&amp;quot;'' (mit Anf&amp;amp;uuml;hrungszeichen), so dass am Ende ein Wert wie ''C:\Programme\aMule2\ed2k &amp;quot;%1&amp;quot;'' vorhanden ist.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win2.jpg&lt;br /&gt;
&lt;br /&gt;
Mache das gleiche schlussendlich auch in ''HKEY_CLASSES_ROOT\ed2k\shell\open\command''.&lt;br /&gt;
&lt;br /&gt;
== [http://www.konqueror.org Konqueror] ==&lt;br /&gt;
''/usr/kde/3.1/share/services'' du kannst den richtigen Pfad bei dir finden, in dem du nach Namen die auf ''.protocol'' enden suchst. z.B. ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' oder ''`find /opt -name &amp;quot;*.protocol&amp;quot;`'' oder nimm ''/'' als Pfad, wenn du willst.&lt;br /&gt;
&lt;br /&gt;
Wenn die Suche erfolgreich war, erstelle eine Datei namens ''ed2k.protocol'' im der angesprochenen Ordner:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;[&amp;lt;/nowiki&amp;gt;Protocol&amp;lt;nowiki&amp;gt;]&amp;lt;/nowiki&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
 protocol=ed2k&amp;lt;br&amp;gt;&lt;br /&gt;
 input=none&amp;lt;br&amp;gt;&lt;br /&gt;
 output=none&amp;lt;br&amp;gt;&lt;br /&gt;
 helper=true&amp;lt;br&amp;gt;&lt;br /&gt;
 listing=false&amp;lt;br&amp;gt;&lt;br /&gt;
 reading=false&amp;lt;br&amp;gt;&lt;br /&gt;
 writing=false&amp;lt;br&amp;gt;&lt;br /&gt;
 makedir=false&amp;lt;br&amp;gt;&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Nun starte [http://www.konqueror.org Konqueror] einfach neu.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Du k&amp;amp;ouml;nntest eine Sicherheitswarnung erhalten. Keine Sorge, es ist nur eine Warnung, dass dein Link zu einer externen Anwendung gesendet wird.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 2:''' Wenn nach dem Klicken von ''OK'' Bei der Sicherheitswarnung der Link immer noch nicht zu [[aMule-de|aMule]] gesendet wird, klicke einfach mit rechts auf den [[ed2k-Link-de|ed2k-Link]] und befehle [http://www.konqueror.org Konqueror] es in einem neuen Tab/Fenster zu &amp;amp;ouml;ffnen.&lt;br /&gt;
&lt;br /&gt;
== [http://galeon.sourceforge.net Galeon] ==&lt;br /&gt;
=== Methode 1 ===&lt;br /&gt;
Gehe im [http://freshmeat.net/projects/gnomecc GNOME Control Center] zu &amp;quot;Komplex&amp;quot; -&amp;amp;gt; &amp;quot;Dateitypen und Programme&amp;quot; -&amp;amp;gt; &amp;quot;Internetdienste&amp;quot; -&amp;amp;gt; &amp;quot;Dienst hinzuf&amp;amp;uuml;gen...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Gib ''ed2k'' in das Protokollfeld ein.&lt;br /&gt;
&lt;br /&gt;
Gib ''ed2k %s'' in das Programmfeld ein.&lt;br /&gt;
&lt;br /&gt;
Deselektiere &amp;quot;In Terminal ausf&amp;amp;uuml;hren.&amp;quot; wenn es ausgew&amp;amp;auml;hlt ist.&lt;br /&gt;
&lt;br /&gt;
Klicke auf ''OK'' und es ist geschafft!&lt;br /&gt;
&lt;br /&gt;
=== Methode 2 ===&lt;br /&gt;
F&amp;amp;uuml;hre die folgenden 3 Befehle aus um die entsprechenden ''gconf''-Schl&amp;amp;uuml;ssel zu erstellen:&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/local/bin/ed2k %s&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
Ersetze &amp;quot;''/usr/local/bin/ed2k''&amp;quot; oben mit dem Pfad und dem Namen der ed2k-Anwendung in deinem System.&lt;br /&gt;
&lt;br /&gt;
Die Deinstallation ist &amp;amp;auml;hnlich einfach:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
== [http://www.opera.com Opera]  ==&lt;br /&gt;
=== Auf die saubere Art und Weise ===&lt;br /&gt;
Gehe in [http://www.opera.com Opera] zu ''Werkzeuge-&amp;amp;gt;Einstellungen-&amp;amp;gt;Pfade und Programme-&amp;amp;gt;Hinzuf&amp;amp;uuml;gen...''&lt;br /&gt;
&lt;br /&gt;
Gib im &amp;quot;Protokoll&amp;quot;-Feld ''ed2k'' ein.&lt;br /&gt;
&lt;br /&gt;
Gib im &amp;quot;Pfad&amp;quot; oder &amp;quot;&amp;amp;ouml;ffne mit anderer Anwendung&amp;quot;-Feld ''/path/to/ed2k'' ein.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-op.jpg&lt;br /&gt;
&lt;br /&gt;
=== Auf die schmutzige Art und Weise ===&lt;br /&gt;
Wenn die obigen Anweisungen nicht funktioniert haben, kannst du versuchen ''/etc/opera6rc'' als root oder ''~/.opera/opera6.ini'' als normaler Benutzer zu editieren und folgende &amp;amp;Auml;nderungen machen:&lt;br /&gt;
&lt;br /&gt;
''[User Prefs]''&amp;lt;br&amp;gt;&lt;br /&gt;
''TrustedExternalURLProtocols=ed2k''&amp;lt;br&amp;gt;&lt;br /&gt;
''[Trusted Applications]''&amp;lt;br&amp;gt;&lt;br /&gt;
''ed2k=ed2k''&lt;br /&gt;
&lt;br /&gt;
=== Opera 6 Fehler ===&lt;br /&gt;
'''[http://www.opera.com Opera] 6''' gibt keine kompletten URLs an externe Programme weiter, nur URLs ohne Protokoll. Die Art und Weise das zu Umgehen folgt.&lt;br /&gt;
&lt;br /&gt;
==== [http://www.kernel.org Linux] oder ein anderes [http://www.unix.org Unix]-&amp;amp;auml;hnliches Betriebssystem ====&lt;br /&gt;
Erstelle die Datei ''amule_submit.sh'' mit diesem Inhalt:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&amp;lt;br&amp;gt;&lt;br /&gt;
 /path/to/ed2k &amp;quot;ed2k://$1&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;amp;Auml;ndere nun in ''Werkzeuge-&amp;amp;gt;Einstellungen-&amp;amp;gt;Pfade und Programme-&amp;amp;gt;Hinzuf&amp;amp;uuml;gen...'' oder in der ''opera6rc'' Datei ''ed2k=/path/to/ed2k'' mit ''ed2k=/path/to/amule_submit.sh''.&lt;br /&gt;
&lt;br /&gt;
==== [http://www.microsoft.com/windows Windows] ====&lt;br /&gt;
Erstelle die Datei ''amule_submit.bat'' mit diesem Inhalt:&lt;br /&gt;
&lt;br /&gt;
''X:\path\to\ed2k.exe &amp;quot;ed2k://%1&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
&amp;amp;Auml;ndere ''ed2k=/path/to/ed2k ed2k://%u'' zu ''ed2k=X:\path\to\amule_submit.bat ed2k://%u''&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.7 (oder neuer) &amp;amp;amp; [http://www.mozilla.org/products/firefox Firefox] 0.9 (oder neuer)==&lt;br /&gt;
Mozex funktioniert nicht mehr mit [http://www.mozilla.org Mozilla] 1.7 und [http://www.mozilla.org/products/firefox Firefox] 0.9. Es gibt eine alternative Methode, die mit beiden zu funktionieren scheint:&lt;br /&gt;
&lt;br /&gt;
*Entferne [http://mozex.mozdev.org/installation.html MozEx] wenn es installiert ist oder entferne zumindestens die ed2k-Eingabe (nur wenn [http://mozex.mozdev.org/installation.html MozEx] installiert ist.)&lt;br /&gt;
&lt;br /&gt;
*F&amp;amp;uuml;ge ''about:config'' in der Adresszeile ein.&lt;br /&gt;
&lt;br /&gt;
*Klicke mit rechts auf die Liste, w&amp;amp;auml;hle '''Neu''', dann '''Boolean'''; f&amp;amp;uuml;ge ''network.protocol-handler.external.ed2k'' als '''Einstellungsname''' und ''true'' als '''Wert''' ein.&lt;br /&gt;
&lt;br /&gt;
*Nun ein weiterer Rechtsklick, w&amp;amp;auml;hle '''Neu''' und '''String'''; f&amp;amp;uuml;ge ''network.protocol-handler.app.ed2k'' als '''Einstellungsname''' und ''/path/to/ed2k'' (Der Pfad wo die Datei auf dem System installiert ist.) als '''Wert''' ein.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-ff9.jpg&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 1:''' Seit der Version 1.5.x von Mozilla Firefox funktioniert diese Methode nicht mehr f&amp;amp;uuml;r die Windowsversion. Du musst stattdessen die Internet Explorer-Methode mit den Registrierungseintr&amp;amp;auml;gen nutzen.&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org/products/firefox Firefox] v0.8 ==&lt;br /&gt;
Gehe zu [http://mozex.mozdev.org/installation.html MozExs Webseite] und installiere die ''mozex-1.07.xpi''-Datei.&lt;br /&gt;
&lt;br /&gt;
Starte [http://www.mozilla.org/products/firefox FireFox] neu, gehe zu Bearbeiten -&amp;amp;gt; Einstellungen -&amp;amp;gt; Erweiterungen -&amp;amp;gt; mozex -&amp;amp;gt; Optionen -&amp;amp;gt; ED2K und lege es als ''/path/to/ed2k %r'' fest.&lt;br /&gt;
&lt;br /&gt;
Klicke auf '''OK''' und es ist geschafft.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-firefox.png&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-mozex.png&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.3 bis 1.6 &amp;amp;amp; [http://www.mozilla.org/products/firefox Firebird] v0.6 ==&lt;br /&gt;
Gehe zu [http://mozex.mozdev.org/installation.html MozEx's Webseite] und installiere die ''mozex-1.07.xpi''-Datei.&lt;br /&gt;
&lt;br /&gt;
Starte [http://www.mozilla.org Mozilla]/[http://www.mozilla.org/products/firefox FireBird] neu, gehe zu Bearbeiten -&amp;amp;gt; Einstellungen -&amp;amp;gt; mozex -&amp;amp;gt; ED2K und lege es als ''/path/to/ed2k %r'' fest.&lt;br /&gt;
&lt;br /&gt;
Klicke auf '''OK''' und es ist geschafft.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-moz.png&lt;br /&gt;
&lt;br /&gt;
== [http://www.mozilla.org Mozilla] 1.2.1 oder fr&amp;amp;uuml;her  ==&lt;br /&gt;
1) Gehe zu [http://protozilla.mozdev.org/download.html Protozillas Webseite]&amp;lt;br&amp;gt;&lt;br /&gt;
W&amp;amp;auml;hle die zu deiner [http://www.mozilla.org Mozilla]-Version passende Version aus und klicke auf ''Installieren''. Es wird [http://protozilla.mozdev.org Protozilla] automatisch installieren.&amp;lt;br&amp;gt;&lt;br /&gt;
Schliesse nun [http://www.mozilla.org Mozilla] v&amp;amp;ouml;llig.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Anmerkungen f&amp;amp;uuml;r [http://www.kernel.org Linux]-Nutzer und Nutzer anderer Unix-artigen Systeme&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
- Du ben&amp;amp;ouml;tigst Schreibrechte f&amp;amp;uuml;r [http://www.mozilla.org Mozilla]s Installationverzeichnis. Wenn du [http://www.mozilla.org Mozilla] nach ''/usr'' installiert hast, musst du wahrscheinlich '''root''' sein.&amp;lt;br&amp;gt;&lt;br /&gt;
- Das Herunterladen der vorkompilierten Version von [http://protozilla.mozdev.org Protozilla] funktioniert augenscheinlich '''nicht''' mit [http://www.debian.org Debian]s [http://www.mozilla.org Mozilla]-Paketen. Es funktioniert beispielsweise mit der vorkompilierten Version 1.2.1, die auf [http://www.mozilla.org Mozillas Webseite] verf&amp;amp;uuml;gbar ist. (Oder du kannst sowohl  [http://www.mozilla.org Mozilla] als auch [http://protozilla.mozdev.org Protozilla] selbst kompilieren).&lt;br /&gt;
&lt;br /&gt;
2) Dieser Schritt ist nur n&amp;amp;ouml;tig, wenn du [http://www.mozilla.org Mozilla]/[http://www.mozilla.org/products/firefox FireBird]/[http://www.mozilla.org/products/firefox FireFox] im ersten Schritt als '''root''' starten musstest.&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;hre als '''root''' aus:&lt;br /&gt;
''cp -r /root/.mozilla/PROFILENAME/RANDOM.slt/protozilla/ /home/USERNAME/.mozilla/PROFILENAME2/RANDOM.slt/''&lt;br /&gt;
&lt;br /&gt;
Das kopiert die protozilla-Konfiguration von roots Homeverzeichnis zum Homeverzeichnis des Benutzers.&lt;br /&gt;
&lt;br /&gt;
''cd /home/USERNAME/.mozilla/PROFILENAME/RANDOM.slt/&lt;br /&gt;
chown -R DEIN_NUTZER.DEINE_GRUPPE protozilla''&lt;br /&gt;
&lt;br /&gt;
Das &amp;amp;auml;ndert die Datei-Eigentumsverh&amp;amp;auml;ltnisparameter in den Benutzerdateien.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;Anmerkungen:&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
'''USERNAME:''' Name des normalen, nicht-root Benutzers.&amp;lt;br&amp;gt;&lt;br /&gt;
'''PROFILENAME:''' Name des Profiles, welches du nutzen m&amp;amp;ouml;chtest.&amp;lt;br&amp;gt;&lt;br /&gt;
'''RANDOM:''' Zuf&amp;amp;auml;lliger alphanumerische Zeichenkette, automatisch von Mozilla generiert.&amp;lt;br&amp;gt;&lt;br /&gt;
'''DEIN_NUTZER, DEINE_GRUPPE:''' Benutzer und Gruppe des normalen Benutzers.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Richte eine Protokollbehandlung f&amp;amp;uuml;r [[ed2k link-de|ed2k-Links]] ein:&amp;lt;br&amp;gt;&lt;br /&gt;
''cd ~/.mozilla/PROFILENAME/RANDOM.slt/protozilla/protocol''&lt;br /&gt;
&lt;br /&gt;
Erstelle eine Datei namens ''ed2k.cmd'' mit dem folgenden Inhalt:&lt;br /&gt;
&lt;br /&gt;
''ed2k ed2k:$URI_DATA''&lt;br /&gt;
&lt;br /&gt;
(Die Datei muss nicht ausf&amp;amp;uuml;hrbar sein.).&lt;br /&gt;
&lt;br /&gt;
Starte nun [http://www.mozilla.org Mozilla] neu.&lt;br /&gt;
&lt;br /&gt;
== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ==&lt;br /&gt;
(Das wird wahrscheinlich auch f&amp;amp;uuml;r normale links und/oder [[ed2k link-de|elinks]] funktionieren.)&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge folgendes der ''url.c'' nach den Zeilen &amp;amp;uuml;ber telnet und tn3270 hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge folgendes der ''links.h'' nach den Definitionen von /* mailto.c */ hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge folgendes der ''mailto.c'' am Ende hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge dieses der ''options_register.c'' nach telnet und tn3270 hinzu:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
F&amp;amp;uuml;ge der ''intl/*.lng'' nach &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (oder was auch immer es in deiner Sprache ist), nach&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' und nach &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (Ich denke du hast das Prinzip verstanden) hinzu.&lt;br /&gt;
&lt;br /&gt;
Wenn du das ganze automatisieren willst, f&amp;amp;uuml;hre folgendes aus:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Wie auch immer, f&amp;amp;uuml;hre nachher bevor du links-hacked neu kompiliert folgendes aus:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Nun kannst du kompilieren mit&lt;br /&gt;
  ''./configure'' (f&amp;amp;uuml;ge deine bevorzugten Optionen hier ein) ''&amp;amp;amp;&amp;amp;amp;''&lt;br /&gt;
  ''make &amp;amp;amp;&amp;amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Weil links irgendwie die URLs verst&amp;amp;uuml;mmelt, ben&amp;amp;ouml;tigen wir einen kleinen bash-Skript:&lt;br /&gt;
  ''cat &amp;amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
 &lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
 &lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Vergiss nicht links so einzurichten (Optionen-&amp;amp;gt;Netzwerkoptionen-&amp;amp;gt;Mail und Telnet Programme) unseren ''ed2k4links.sh''-Skript f&amp;amp;uuml;r [[ed2k link-de|ed2k-Links]] aufzurufen:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Achtung: Das Prozentzeichen ist wichtig! Nun sollte links mit [[ed2k link-de|ed2k-Link]] arbeiten.&lt;br /&gt;
&lt;br /&gt;
== Fernverarbeitung von Links ==&lt;br /&gt;
Du kannst Links auch entfernt verarbeiten, was bedeutet, dass du einen [[ed2k link-de|ed2k-Link]] in einem Browser irgendwo in der Welt anklickst und es in die Warteschlange deines [[aMule-de|aMules]] zu Hause kommt.&lt;br /&gt;
&lt;br /&gt;
Wie?&lt;br /&gt;
&lt;br /&gt;
Einfach genug: mit Hilfe von [[aMuleCMD-de|aMuleCMD]] (Danke an '''djtm''' f&amp;amp;uuml;r diesen Tipp). Benutze anstelle des [[ed2k-de|ed2k-Befehls]], das folgende als zu benutzenden Befehl:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -rh $server -pw $pw -c &amp;quot;Add %u&amp;quot;''&lt;br /&gt;
&lt;br /&gt;
Offensichtlich musst du ''$server'' und ''$pw'' mit den Daten deines Servers [[IP_address-de|IP]] (oder [http://www.webopedia.com/TERM/D/DNS.html DNS]) und deines [[External Connections-de|Externe Verbindungs]] Passwort ersetzen.&lt;br /&gt;
&lt;br /&gt;
Dieser Tipp ist erst ab [[aMule-de|aMule]] 2.0.0rc8 m&amp;amp;ouml;glich.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 1:''' Mit [http://www.mozilla.org Firefox] ist es nicht m&amp;amp;ouml;glich ein Programm mit Parametern zu starten. Eine einfache L&amp;amp;ouml;sung ist ein Shellskript mit dem oben beschriebenen Befehl. Du musst nur %u mit $1 ersetzen. Dieser Shellskript muss ausf&amp;amp;uuml;hrbar sein (chmod +x ed2k.sh) und als externe ed2k-Anwendung in Firefox definiert sein.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung 2:''' Wenn du einfache Werkzeuge bevorzugst, versuche dieses Shellskript (f&amp;amp;uuml;r [http://www.kernel.org Linux]) - kann mit dem oben erw&amp;amp;auml;hnten Tipp verwendet werden:&lt;br /&gt;
&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
 beep -f 100 -l 40 -r2&lt;br /&gt;
 (sleep 1; echo dllink $1; sleep 2; echo q;) | nc '''''IP''''' '''''PORT'''''&lt;br /&gt;
 beep -l 15 -r3&lt;br /&gt;
&lt;br /&gt;
''nc'' ist [http://netcat.sourceforge.net Netcat], aber du kannst auch Telnet nutzen (das ist ein wenig einfacher mit [http://www.cygwin.com Cygwin]), ''beep'' ist ein einfaches Programm zum 'Beepen'. ''IP'' und ''PORT'' sollten mit der [[IP_address-de|IP Addresse]] und dem [[Port-de|Port]] des entfernten Rechners ersetzt werden. Das war's.&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:'''&lt;br /&gt;
Ich habe die perfekte Art gefunden das zu tun.&lt;br /&gt;
&lt;br /&gt;
Um Firefox ed2k-Links korrekt an aMule &amp;amp;uuml;bergeben zu lassen, musst du ein paar einfachen Schritten folgen, um Firefox zu sagen, wie es ein neues externes Protokoll behandeln soll. Dies sollte den &amp;quot;ed2k ist kein registriertes Protokoll&amp;quot;-Fehler beseitigen, den du wahrscheinlich vorher hattest.&lt;br /&gt;
&lt;br /&gt;
* Gib about:config in die Adresszeile ein.&lt;br /&gt;
* Klicke mit rechts auf die Liste, w&amp;amp;auml;hle Neu aus, dann Boolean; gib&lt;br /&gt;
  network.protocol-handler.external.ed2k als Einstellungsnamen und true als Wert ein.&lt;br /&gt;
* Klicke nun mit rechts, w&amp;amp;auml;hle Neu und String aus; setze als Wert&lt;br /&gt;
 network.protocol-handler.app.ed2k als Einstellungsnamen und /usr/bin/ed2k&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling</id>
		<title>Ed2k links handling</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling"/>
				<updated>2009-01-14T21:44:06Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | &lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
[[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] | &lt;br /&gt;
[[Ed2k_links_handling-es|Español]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The way to make [[aMule]] handle your [[ed2k link|ed2k links]] on your favorite web browser will depend on which web browser you use and which operating system you have installed. So, here's a list of mini-HowTos for each of the most popular web browsers and operating systems.&lt;br /&gt;
&lt;br /&gt;
Have in mind that everywhere on this document, ''/path/to/ed2k'' should be replaced with ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''c:\Program Files\aMule\ed2k.exe'' or whatever, depending on your own system's configuration.&lt;br /&gt;
&lt;br /&gt;
= Local handling of ed2k links =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
As a general idea, in most [http://www.kernel.org Linux] systems, self-compiled [[aMule]]s will install the [[FAQ_ed2k_command|ed2k]] utility in ''/usr/local/bin/ed2k'', while package-installed [[aMule]]s will install it in ''/usr/bin/ed2k''. As an exception, it is known that [http://www.opensuse.org SuSE] packages install it in ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
If you have installed Debian or Ubuntu '''you must install''' &amp;quot;'''amule-utils'''&amp;quot;, and &amp;quot;'''amule-ed2k'''&amp;quot; to get this way working.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 and 3 (or later)===&lt;br /&gt;
Handling ED2k links in Firefox can be configured in two ways: either for an individual user, or for all users of the computer.&lt;br /&gt;
&lt;br /&gt;
==== Configuration for a single user ====&lt;br /&gt;
*Insert ''about:config'' in the address bar&lt;br /&gt;
&lt;br /&gt;
*Right click on the list, select '''New''', then '''Boolean'''; insert ''network.protocol-handler.external.ed2k'' as '''Preference Name''' and ''true'' as '''Value'''&lt;br /&gt;
&lt;br /&gt;
*Now another right click, select '''New''' and '''String'''; insert ''network.protocol-handler.app.ed2k'' as '''Preference Name''' and ''/path/to/ed2k'' (path to where the file is installed on your system) as '''Value'''.&lt;br /&gt;
&lt;br /&gt;
For Firefox 3 and higher only, you should also:&lt;br /&gt;
&lt;br /&gt;
*Right click on the list, select '''New''', then '''Boolean'''; insert ''network.protocol-handler.expose.ed2k'' as '''Preference Name''' and ''false'' as '''Value'''&lt;br /&gt;
&lt;br /&gt;
After that, click over an ed2k link, and Firefox should ask which app you want to use to open the link. Choose /usr/local/bin/ed2k and it should work.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== System-wide configuration ====&lt;br /&gt;
*Having root privileges, open the file ''/usr/share/firefox/greprefs/all.js'' (or ''/usr/local/share/firefox/greprefs/all.js'') in a text editor&lt;br /&gt;
&lt;br /&gt;
*Add the following lines at the end of the file:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Substitute the &amp;quot;/path/to/ed2k&amp;quot; string with the program's real path.&lt;br /&gt;
&lt;br /&gt;
For Firefox 3 and higher only:&lt;br /&gt;
*Add yet another line to the ''all.js''file:&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
After saving changes, restart the browser. After clicking over an ed2k link, Firefox should ask which app you want to use to open the link. Choose /usr/local/bin/ed2k and it should work.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
&lt;br /&gt;
= Remote handling of ed2k links =&lt;br /&gt;
You can also handle links remotely, which means that you click over an [[ed2k link]] in a browser somewhere in the world and it gets into your home's [[aMule]] queue. It works by using [[aMuleCMD]] instead of using the [[ed2k command]].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
Instead of using the [[ed2k command]], use the following as the command to use:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -h $server -P $pw -c &amp;quot;Add %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Obviously, you'll have to replace ''$server'' and ''$pw'' with your server's [[IP address|IP]] (or [http://www.webopedia.com/TERM/D/DNS.html DNS]) and your [[External Connections]] password.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In [http://www.mozilla.org Firefox], it is not possible to start a command with parameters. An easy solution is a shell script with the command described above. You only have to replace %u with $1. This shell script must be executable (chmod +x ed2k.sh) and defined as external ed2k app in Firefox.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Make sure aMule is installed with the [[aMuleCMD]] option checked.&lt;br /&gt;
&lt;br /&gt;
We need a batch script to handle the ed2k links from the browser, and we need to add some keys to the registry to make the browser recognize the ed2k links.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.bat''' containing the following code:&lt;br /&gt;
 @echo off&lt;br /&gt;
 set link=%1&lt;br /&gt;
 for /f &amp;quot;useback tokens=*&amp;quot; %%a in ('%link%') do set link=%%~a&lt;br /&gt;
 &amp;quot;c:\Program Files\aMule\amulecmd.exe&amp;quot; /h '''server''' /P '''pass''' /c &amp;quot;add %link%&amp;quot;&lt;br /&gt;
Don't forget to replace '''server''' and '''pass''' with your data and save the file in your aMule directory ''C:\Program Files\aMule''.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.reg''' containing the following code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k_remote.bat\&amp;quot; \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== Internet Explorer ===&lt;br /&gt;
You should be OK with just the changes to the registry and the batch script in your aMule directory.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
The first time you click an ed2k link in Firefox you will get the following dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox ed2k link.PNG]]&lt;br /&gt;
&lt;br /&gt;
Tick the Remember box and click OK.&lt;br /&gt;
&lt;br /&gt;
=== Opera ===&lt;br /&gt;
Open the preferences window and click the Programs tab&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera preferences programs.PNG]]&lt;br /&gt;
&lt;br /&gt;
Click the Add... button&lt;br /&gt;
&lt;br /&gt;
Make Opera aware of the ed2k link protocol with these settings:&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera_protocols_ed2k.PNG]]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T21:41:18Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]] |&lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
[[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La forma de que sea [[aMule]] quien se encargue de los [[ed2k link|enlaces ed2k]] mostrados en su navegador favorito dependerá del propio navegador y del sistema operativo que tenga instalado en su ordenador. Aquí tiene una lista de mini-Comos para cada uno de los navegadores más populares en cada sistema operativo.&lt;br /&gt;
&lt;br /&gt;
Tenga presente que en todo este documento, ''/ruta/hacia/ed2k'' se debe reemplazar por ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''c:\Program Files\aMule\ed2k.exe'' o lo que sea, dependiendo configuración propia de su sistema.&lt;br /&gt;
&lt;br /&gt;
= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Solamente para Firefox 3 y superiores, además debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== Configuración para todos los usuarios ====&lt;br /&gt;
*Abra con privilegios de root el archivo ''/usr/share/firefox/greprefs/all.js'' (o ''/usr/local/share/firefox/greprefs/all.js'') en un editor de texto.&lt;br /&gt;
&lt;br /&gt;
*Añada al final del archivo las siguientes líneas:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Sustituya la cadena de texto &amp;quot;/path/to/ed2k&amp;quot; por la ruta real del programa.&lt;br /&gt;
&lt;br /&gt;
Solamente para Firefox 3 y superiores:&lt;br /&gt;
*Añada una linea más al archivo ''all.js'':&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
Después de guardar los cambios, reinicie el navegador. Al pulsar sobre un enlace ed2k, Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
&lt;br /&gt;
= Remote handling of ed2k links =&lt;br /&gt;
You can also handle links remotely, which means that you click over an [[ed2k link]] in a browser somewhere in the world and it gets into your home's [[aMule]] queue. It works by using [[aMuleCMD]] instead of using the [[ed2k command]].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
Instead of using the [[ed2k command]], use the following as the command to use:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -h $server -P $pw -c &amp;quot;Add %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Obviously, you'll have to replace ''$server'' and ''$pw'' with your server's [[IP address|IP]] (or [http://www.webopedia.com/TERM/D/DNS.html DNS]) and your [[External Connections]] password.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In [http://www.mozilla.org Firefox], it is not possible to start a command with parameters. An easy solution is a shell script with the command described above. You only have to replace %u with $1. This shell script must be executable (chmod +x ed2k.sh) and defined as external ed2k app in Firefox.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Make sure aMule is installed with the [[aMuleCMD]] option checked.&lt;br /&gt;
&lt;br /&gt;
We need a batch script to handle the ed2k links from the browser, and we need to add some keys to the registry to make the browser recognize the ed2k links.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.bat''' containing the following code:&lt;br /&gt;
 @echo off&lt;br /&gt;
 set link=%1&lt;br /&gt;
 for /f &amp;quot;useback tokens=*&amp;quot; %%a in ('%link%') do set link=%%~a&lt;br /&gt;
 &amp;quot;c:\Program Files\aMule\amulecmd.exe&amp;quot; /h '''server''' /P '''pass''' /c &amp;quot;add %link%&amp;quot;&lt;br /&gt;
Don't forget to replace '''server''' and '''pass''' with your data and save the file in your aMule directory ''C:\Program Files\aMule''.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.reg''' containing the following code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k_remote.bat\&amp;quot; \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== Internet Explorer ===&lt;br /&gt;
You should be OK with just the changes to the registry and the batch script in your aMule directory.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
The first time you click an ed2k link in Firefox you will get the following dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox ed2k link.PNG]]&lt;br /&gt;
&lt;br /&gt;
Tick the Remember box and click OK.&lt;br /&gt;
&lt;br /&gt;
=== Opera ===&lt;br /&gt;
Open the preferences window and click the Programs tab&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera preferences programs.PNG]]&lt;br /&gt;
&lt;br /&gt;
Click the Add... button&lt;br /&gt;
&lt;br /&gt;
Make Opera aware of the ed2k link protocol with these settings:&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera_protocols_ed2k.PNG]]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T21:39:01Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Ed2k_links_handling|English]]&lt;br /&gt;
[[Ed2k_links_handling-de|Deutsch]] | &lt;br /&gt;
[[Ed2k_links_handling-nl|Nederlands]] | &lt;br /&gt;
[[Ed2k_links_handling-ko_KR|Korean]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
La forma de que sea [[aMule]] quien se encargue de los [[ed2k link|enlaces ed2k]] mostrados en su navegador favorito dependerá del propio navegador y del sistema operativo que tenga instalado en su ordenador. Aquí tiene una lista de mini-Comos para cada uno de los navegadores más populares en cada sistema operativo.&lt;br /&gt;
&lt;br /&gt;
Tenga presente que en todo este documento, ''/ruta/hacia/ed2k'' se debe reemplazar por ''/usr/local/bin/ed2k'', ''/usr/bin/ed2k'', ''c:\Program Files\aMule\ed2k.exe'' o lo que sea, dependiendo configuración propia de su sistema.&lt;br /&gt;
&lt;br /&gt;
= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Solamente para Firefox 3 y superiores, además debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== Configuración para todos los usuarios ====&lt;br /&gt;
*Abra con privilegios de root el archivo ''/usr/share/firefox/greprefs/all.js'' (o ''/usr/local/share/firefox/greprefs/all.js'') en un editor de texto.&lt;br /&gt;
&lt;br /&gt;
*Añada al final del archivo las siguientes líneas:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Sustituya la cadena de texto &amp;quot;/path/to/ed2k&amp;quot; por la ruta real del programa.&lt;br /&gt;
&lt;br /&gt;
Solamente para Firefox 3 y superiores:&lt;br /&gt;
*Añada una linea más al archivo ''all.js'':&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
Después de guardar los cambios, reinicie el navegador. Al pulsar sobre un enlace ed2k, Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
&lt;br /&gt;
= Remote handling of ed2k links =&lt;br /&gt;
You can also handle links remotely, which means that you click over an [[ed2k link]] in a browser somewhere in the world and it gets into your home's [[aMule]] queue. It works by using [[aMuleCMD]] instead of using the [[ed2k command]].&lt;br /&gt;
&lt;br /&gt;
== Linux ==&lt;br /&gt;
Instead of using the [[ed2k command]], use the following as the command to use:&lt;br /&gt;
&lt;br /&gt;
''/'''path'''/'''to'''/amulecmd -h $server -P $pw -c &amp;quot;Add %u&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Obviously, you'll have to replace ''$server'' and ''$pw'' with your server's [[IP address|IP]] (or [http://www.webopedia.com/TERM/D/DNS.html DNS]) and your [[External Connections]] password.&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' In [http://www.mozilla.org Firefox], it is not possible to start a command with parameters. An easy solution is a shell script with the command described above. You only have to replace %u with $1. This shell script must be executable (chmod +x ed2k.sh) and defined as external ed2k app in Firefox.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
Make sure aMule is installed with the [[aMuleCMD]] option checked.&lt;br /&gt;
&lt;br /&gt;
We need a batch script to handle the ed2k links from the browser, and we need to add some keys to the registry to make the browser recognize the ed2k links.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.bat''' containing the following code:&lt;br /&gt;
 @echo off&lt;br /&gt;
 set link=%1&lt;br /&gt;
 for /f &amp;quot;useback tokens=*&amp;quot; %%a in ('%link%') do set link=%%~a&lt;br /&gt;
 &amp;quot;c:\Program Files\aMule\amulecmd.exe&amp;quot; /h '''server''' /P '''pass''' /c &amp;quot;add %link%&amp;quot;&lt;br /&gt;
Don't forget to replace '''server''' and '''pass''' with your data and save the file in your aMule directory ''C:\Program Files\aMule''.&lt;br /&gt;
&lt;br /&gt;
Create a file named '''ed2k_remote.reg''' containing the following code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k_remote.bat\&amp;quot; \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== Internet Explorer ===&lt;br /&gt;
You should be OK with just the changes to the registry and the batch script in your aMule directory.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
The first time you click an ed2k link in Firefox you will get the following dialog:&lt;br /&gt;
&lt;br /&gt;
[[Image:Firefox ed2k link.PNG]]&lt;br /&gt;
&lt;br /&gt;
Tick the Remember box and click OK.&lt;br /&gt;
&lt;br /&gt;
=== Opera ===&lt;br /&gt;
Open the preferences window and click the Programs tab&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera preferences programs.PNG]]&lt;br /&gt;
&lt;br /&gt;
Click the Add... button&lt;br /&gt;
&lt;br /&gt;
Make Opera aware of the ed2k link protocol with these settings:&lt;br /&gt;
&lt;br /&gt;
[[Image:Opera_protocols_ed2k.PNG]]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T21:17:50Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: /* Manejo local de enlaces ed2k */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Solamente para Firefox 3 y superiores, además debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== Configuración para todos los usuarios ====&lt;br /&gt;
*Abra con privilegios de root el archivo ''/usr/share/firefox/greprefs/all.js'' (o ''/usr/local/share/firefox/greprefs/all.js'') en un editor de texto.&lt;br /&gt;
&lt;br /&gt;
*Añada al final del archivo las siguientes líneas:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Sustituya la cadena de texto &amp;quot;/path/to/ed2k&amp;quot; por la ruta real del programa.&lt;br /&gt;
&lt;br /&gt;
Solamente para Firefox 3 y superiores:&lt;br /&gt;
*Añada una linea más al archivo ''all.js'':&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
Después de guardar los cambios, reinicie el navegador. Al pulsar sobre un enlace ed2k, Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y ya debería funcionar.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
Manejo&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T21:13:03Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: /* System-wide configuration */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Sólamente para Firefox 3 y superiores, además debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y eso debería ser todo.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== Configuración para todos los usuarios ====&lt;br /&gt;
*Abra con privilegios de root el archivo ''/usr/share/firefox/greprefs/all.js'' (o ''/usr/local/share/firefox/greprefs/all.js'') en un editor de texto.&lt;br /&gt;
&lt;br /&gt;
*Añada al final del archivo las siguientes líneas:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Sustituya la cadena de texto &amp;quot;/path/to/ed2k&amp;quot; por la ruta real del programa.&lt;br /&gt;
&lt;br /&gt;
For Firefox 3 and higher only:&lt;br /&gt;
*Add yet another line to the ''all.js''file:&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
After saving changes, restart the browser. After clicking over an ed2k link, Firefox should ask which app you want to use to open the link. Choose /usr/local/bin/ed2k and it should work.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
Manejo&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T14:57:14Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: /* GNU/Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], los [[aMule]]'s autoinstalables instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
Si ha instalado Debian o Ubuntu '''debe instalar''' &amp;quot;'''amule-utils'''&amp;quot;, y &amp;quot;'''amule-ed2k'''&amp;quot; para que esto funcione.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 y 3 (o posteriores)===&lt;br /&gt;
El manejo de enlaces ED2k en Firefox se puede configurar de dos formas: sólo para el usuario que lo configure, o para todos los usuarios del ordenador.&lt;br /&gt;
&lt;br /&gt;
==== Configuración para un solo usuario ====&lt;br /&gt;
*Escriba ''about:config'' en la barra de direcciones&lt;br /&gt;
&lt;br /&gt;
*Pinche en la lista con el botón derecho, elija '''Nuevo''', luego '''Lógico'''; escriba ''network.protocol-handler.external.ed2k'' como '''Nombre de Preferencia''' y ''true'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
*Pinche de nuevo en la lista con el botón derecho, elija '''Nuevo''', luego '''Cadena'''; escriba ''network.protocol-handler.app.ed2k'' como '''Nombre de Preferencia''' y ''/ruta/hacia/ed2k'' (la ruta completa hasta la ubicación en la que se haya instalado ed2k en su ordenador) como '''Valor'''.&lt;br /&gt;
&lt;br /&gt;
Sólamente para Firefox 3 y superiores, además debería:&lt;br /&gt;
&lt;br /&gt;
*Pinchar en la lista con el botón derecho, elegir '''Nuevo''', luego '''Lógico''';  escribir ''network.protocol-handler.expose.ed2k'' como '''Nombre de Preferencia''' y ''false'' como '''Valor'''&lt;br /&gt;
&lt;br /&gt;
Después de esto, pulse sobre un enlace ed2k, y Firefox debería preguntar qué aplicación quiere usar para abrir el enlace. Elija /usr/local/bin/ed2k y eso debería ser todo.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== System-wide configuration ====&lt;br /&gt;
*Having root privileges, open the file ''/usr/share/firefox/greprefs/all.js'' (or ''/usr/local/share/firefox/greprefs/all.js'') in a text editor&lt;br /&gt;
&lt;br /&gt;
*Add the following lines at the end of the file:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Substitute the &amp;quot;/path/to/ed2k&amp;quot; string with the program's real path.&lt;br /&gt;
&lt;br /&gt;
For Firefox 3 and higher only:&lt;br /&gt;
*Add yet another line to the ''all.js''file:&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
After saving changes, restart the browser. After clicking over an ed2k link, Firefox should ask which app you want to use to open the link. Choose /usr/local/bin/ed2k and it should work.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
Manejo&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es</id>
		<title>Ed2k links handling-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Ed2k_links_handling-es"/>
				<updated>2009-01-14T14:39:02Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Manejo local de enlaces ed2k =&lt;br /&gt;
== GNU/Linux ==&lt;br /&gt;
Como idea general, en muchos sistemas [http://www.kernel.org Linux], [[aMule]]s autocompilados instalan la utilidad [[FAQ_ed2k_command|ed2k]] en ''/usr/local/bin/ed2k'', mientras que los [[aMule]]s empaquetados para su distribución la instalan en ''/usr/bin/ed2k''. Excepcionalmente se sabe que los paquetes para [http://www.opensuse.org SuSE] la instalan en ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
If you have installed Debian or Ubuntu '''you must install''' &amp;quot;'''amule-utils'''&amp;quot;, and &amp;quot;'''amule-ed2k'''&amp;quot; to get this way working.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.mozilla.org/products/firefox Firefox] 2 and 3 (or later)===&lt;br /&gt;
Handling ED2k links in Firefox can be configured in two ways: either for an individual user, or for all users of the computer.&lt;br /&gt;
&lt;br /&gt;
==== Configuration for a single user ====&lt;br /&gt;
*Insert ''about:config'' in the address bar&lt;br /&gt;
&lt;br /&gt;
*Right click on the list, select '''New''', then '''Boolean'''; insert ''network.protocol-handler.external.ed2k'' as '''Preference Name''' and ''true'' as '''Value'''&lt;br /&gt;
&lt;br /&gt;
*Now another right click, select '''New''' and '''String'''; insert ''network.protocol-handler.app.ed2k'' as '''Preference Name''' and ''/path/to/ed2k'' (path to where the file is installed on your system) as '''Value'''.&lt;br /&gt;
&lt;br /&gt;
For Firefox 3 and higher only, you should also:&lt;br /&gt;
&lt;br /&gt;
*Right click on the list, select '''New''', then '''Boolean'''; insert ''network.protocol-handler.expose.ed2k'' as '''Preference Name''' and ''false'' as '''Value'''&lt;br /&gt;
&lt;br /&gt;
After that, click over an ed2k link, and Firefox should ask which app you want to use to open the link. Choose /usr/local/bin/ed2k and it should work.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-ff3.png]]&lt;br /&gt;
&lt;br /&gt;
==== System-wide configuration ====&lt;br /&gt;
*Having root privileges, open the file ''/usr/share/firefox/greprefs/all.js'' (or ''/usr/local/share/firefox/greprefs/all.js'') in a text editor&lt;br /&gt;
&lt;br /&gt;
*Add the following lines at the end of the file:&lt;br /&gt;
 // ED2K link handling&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.external.ed2k&amp;quot;, true);&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.app.ed2k&amp;quot;, &amp;quot;/path/to/ed2k&amp;quot;);&lt;br /&gt;
Substitute the &amp;quot;/path/to/ed2k&amp;quot; string with the program's real path.&lt;br /&gt;
&lt;br /&gt;
For Firefox 3 and higher only:&lt;br /&gt;
*Add yet another line to the ''all.js''file:&lt;br /&gt;
 pref(&amp;quot;network.protocol-handler.expose.ed2k&amp;quot;, false);&lt;br /&gt;
&lt;br /&gt;
After saving changes, restart the browser. After clicking over an ed2k link, Firefox should ask which app you want to use to open the link. Choose /usr/local/bin/ed2k and it should work.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.opera.com Opera]  ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools -&amp;gt; Preferences -&amp;gt; Programms -&amp;gt; Add...''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Protocol&amp;quot; field enter ''ed2k''&lt;br /&gt;
&lt;br /&gt;
In the &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
[[Image:Ed2k-op.png]]&lt;br /&gt;
&lt;br /&gt;
=== [http://www.konqueror.org Konqueror] ===&lt;br /&gt;
To have ed2k links work from [http://www.konqueror.com Konqueror] you have to add a protocol-file to the directory with the other protocol-files. You can find this directory by searching for file names ending with ''.protocol''. To search run ''`find /usr -name &amp;quot;*.protocol&amp;quot;`'' or ''`find /opt -name &amp;quot;*.protocol&amp;quot;`''. If you're not sure about the directory where KDE is installed you can even put ''/'' as search path.&lt;br /&gt;
&lt;br /&gt;
If the search was successful, create a file named like ''ed2k.protocol'' in the mentioned directory:&lt;br /&gt;
 [Protocol]&lt;br /&gt;
 exec=/path/to/ed2k &amp;quot;%u&amp;quot;&lt;br /&gt;
 protocol=ed2k&lt;br /&gt;
 input=none&lt;br /&gt;
 output=none&lt;br /&gt;
 helper=true&lt;br /&gt;
 listing=false&lt;br /&gt;
 reading=false&lt;br /&gt;
 writing=false&lt;br /&gt;
 makedir=false&lt;br /&gt;
 deleting=false&lt;br /&gt;
&lt;br /&gt;
Now just restart [http://www.konqueror.org Konqueror].&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' You might get a security warning. don't worry. it is just warning you that the link is being sent to an external application.&lt;br /&gt;
&lt;br /&gt;
'''NOTE2:''' If after clicking ''OK'' on the security warning the link is still not being sent to [[aMule]], just right-click on the [[ed2k link]] and tell [http://www.konqueror.org Konqueror] to open it in a new window/tab.&lt;br /&gt;
&lt;br /&gt;
=== [http://galeon.sourceforge.net Galeon] ===&lt;br /&gt;
&lt;br /&gt;
Execute the following three commands to create the appropriate ''gconf'' keys:&lt;br /&gt;
&lt;br /&gt;
*''gconftool-2 -t string -s /desktop/gnome/url-handlers/ed2k/command &amp;quot;/usr/bin/ed2k \&amp;quot;%s\&amp;quot;&amp;quot;''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/enabled true''&lt;br /&gt;
*''gconftool-2 -t bool -s /desktop/gnome/url-handlers/ed2k/needs_terminal false''&lt;br /&gt;
&lt;br /&gt;
Replace &amp;quot;''/usr/bin/ed2k''&amp;quot; above with the path and name of the ''ed2k'' executable on your system.&lt;br /&gt;
&lt;br /&gt;
Uninstalling this protocol handler is similarly simple:&lt;br /&gt;
*''gconftool-2 -u /desktop/gnome/url-handlers/ed2k --recursive-unset''&lt;br /&gt;
&lt;br /&gt;
=== [http://xray.sai.msu.ru/~karpov/links-hacked Links] ===&lt;br /&gt;
(Probably this will work for the usual links and/or [[ed2k link|elinks]], too)&lt;br /&gt;
&lt;br /&gt;
add to ''url.c'' behind the lines about telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''{&amp;quot;ed2k&amp;quot;, 0, NULL, ed2k_func, 0, 0, 0},''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''links.h'' behind the definitions of /* mailto.c */:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *, unsigned char *);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''mailto.c'' at the end:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''void ed2k_func(struct session *ses, unsigned char *url)''&lt;br /&gt;
  ''{''&lt;br /&gt;
  ''tn_func(ses, url, options_get(&amp;quot;network_program_ed2k&amp;quot;), TEXT(T_ED2K), TEXT(T_BAD_ED2K_URL));''&lt;br /&gt;
  ''}''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''options_register.c'' behind telnet and tn3270:&lt;br /&gt;
  ''--snip''&lt;br /&gt;
  ''register_option_char(&amp;quot;network_program_ed2k&amp;quot;, TEXT(T_ED2K_PROG),NULL,2);''&lt;br /&gt;
  ''--snap''&lt;br /&gt;
&lt;br /&gt;
add to ''intl/*.lng'' behind &lt;br /&gt;
  ''&amp;quot;T_TN3270_PROG&amp;quot;: T_ED2K_PROG, &amp;quot;ed2k program&amp;quot;,'' (or whatever that is in your language), behind&lt;br /&gt;
  ''&amp;quot;T_TN3270&amp;quot;: T_ED2K, &amp;quot;ed2k&amp;quot;,'' and behind &lt;br /&gt;
  ''&amp;quot;T_BAD_TN3270_URL&amp;quot;: T_BAD_ED2K_URL'' (I guess you've got the picture)&lt;br /&gt;
&lt;br /&gt;
If you want to automatize this stuff, execute the following commands:&lt;br /&gt;
  ''cd intl''&lt;br /&gt;
  ''for l in *.lng; do''&lt;br /&gt;
    ''cp $l $l.bak''&lt;br /&gt;
    ''cat $l.bak | sed -e &amp;quot;/T_TN3270_PROG*/aT_ED2K_PROG\, \&amp;quot;ed2k program\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_TN3270,\ */aT_ED2K\, \&amp;quot;ed2k\&amp;quot;\,&amp;quot; \''&lt;br /&gt;
     ''-e &amp;quot;/T_BAD_TN3270_URL*/aT_BAD_ED2K_URL\, \&amp;quot;Bad ed2k url\&amp;quot;\,&amp;quot; &amp;gt; $l''&lt;br /&gt;
  ''done''&lt;br /&gt;
  &lt;br /&gt;
Anyway, run afterwards before recompiling links-hacked:&lt;br /&gt;
  ''./synclang''&lt;br /&gt;
  ''cd ..''&lt;br /&gt;
&lt;br /&gt;
Now you can compile with&lt;br /&gt;
  ''./configure'' (add your favourite options here) ''&amp;amp;&amp;amp;''&lt;br /&gt;
  ''make &amp;amp;&amp;amp;''&lt;br /&gt;
  ''make install''&lt;br /&gt;
&lt;br /&gt;
Because links somewhat malforms the urls, we need a small bash script handler:&lt;br /&gt;
  ''cat &amp;gt; /usr/bin/ed2k4links.sh &amp;lt;&amp;lt; &amp;quot;EOF&amp;quot;''&lt;br /&gt;
  ''#!/bin/bash''&lt;br /&gt;
  ''ed2k $(echo &amp;quot;ed2k://$1&amp;quot; | sed s/_/\|/g)''&lt;br /&gt;
  ''EOF''&lt;br /&gt;
  ''chmod a+x /usr/bin/ed2k4links.sh''&lt;br /&gt;
&lt;br /&gt;
Do not forget to setup links (Options-&amp;gt;Network Options-&amp;gt;Mail and Telnet Programs) to call our ''ed2k4links.sh'' for [[ed2k link]]s:&lt;br /&gt;
  ''ed2k4links.sh %''&lt;br /&gt;
&lt;br /&gt;
Attention: The Percent Mark is important! Now links should work with [[ed2k link]]s.&lt;br /&gt;
&lt;br /&gt;
== Windows ==&lt;br /&gt;
To make Windows aware of the ed2k link protocol we need to add some keys to the registry. Create a file called ed2k.reg and add this code:&lt;br /&gt;
 REGEDIT4&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k]&lt;br /&gt;
 @=&amp;quot;URL: ed2k Protocol&amp;quot;&lt;br /&gt;
 &amp;quot;URL Protocol&amp;quot;=&amp;quot;&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\DefaultIcon]&lt;br /&gt;
 @=&amp;quot;C:\\Program Files\\aMule\\amulegui.exe&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell]&lt;br /&gt;
 @=&amp;quot;open&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open]&lt;br /&gt;
 &lt;br /&gt;
 [HKEY_CLASSES_ROOT\ed2k\shell\open\command]&lt;br /&gt;
 @=&amp;quot;\&amp;quot;C:\\Program Files\\aMule\\ed2k \&amp;quot;%1\&amp;quot;&amp;quot;&lt;br /&gt;
Save the file and run it (double click) to add these keys to the registry.&lt;br /&gt;
&lt;br /&gt;
=== [http://www.microsoft.com/windows/ie Internet Explorer] ===&lt;br /&gt;
Internet Explorer will recognize ed2k links with just the changes in the registry.&lt;br /&gt;
&lt;br /&gt;
== Mac OS X ==&lt;br /&gt;
&lt;br /&gt;
Adapted from Ken's post in the [http://forum.amule.org/index.php?topic=5679.msg30209#msg30209 forum].&lt;br /&gt;
&lt;br /&gt;
# Run aMule at least once&lt;br /&gt;
# Run Safari (even if you normally use Firefox or another browser)&lt;br /&gt;
# Browse to a page with an ed2k link that you want to download&lt;br /&gt;
# Drag the link to the location field at the top of the window&lt;br /&gt;
# The OS will present a dialog asking if you want to allow a program to run to handle the link.  Allow it.&lt;br /&gt;
&lt;br /&gt;
Now, the program that helps aMule handle ed2k links is known to the system.&lt;br /&gt;
&lt;br /&gt;
=== Safari ===&lt;br /&gt;
If you use Safari, you will have to drag the link to the location field every time.  For unclear reasons, Safari will not process ed2k (or other non-Apple protocol) links if you click on them.&lt;br /&gt;
&lt;br /&gt;
=== Firefox ===&lt;br /&gt;
If you use Firefox, clicking on an ed2k link will work. The first time, for security purposes, Firefox will present a dialog asking if you want to allow the helper program to run. (Yes, even though the OS already asked you the same question.) After that, it will work just as you would expect.&lt;br /&gt;
Manejo&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-10T17:59:35Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: =Notas adicionales=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que arrojan [[data|datos]] inútiles (pero perjudiciales) a los [[client|clientes]] para [[corrupt|estropear]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Además, muchos usuarios configuran aMule para que, bajo algunas circunstancias, añada automáticamente servidores a su lista, debido a que la creencia errónea de que &amp;quot;cuantos más servidores haya en la lista mejor&amp;quot; está muy extendida.&lt;br /&gt;
&lt;br /&gt;
Lamentablemente, los servidores falsos son muy populares, lo que les da la gran oportunidad de que te [[connect|conectes]] a uno de ellos involuntariamente si, por alguna razón, se cuelan en tu [[server list|lista de servidores]].&lt;br /&gt;
&lt;br /&gt;
Este artículo pretende indicar como evitarlo.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Sigue estos pasos '''exactamente en este orden''':&lt;br /&gt;
&lt;br /&gt;
Ve a Opciones -&amp;gt; Servidor y desactiva la opción &amp;quot;Actualizar la lista de servidores al conectar a un servidor&amp;quot; y &amp;quot;Actualizar lista de servidores al conectar a un cliente&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Asegúrate de que tienes una buena lista de servidores: Comienza por eliminar todos los servidores que figuran en tu lista de servidores. &lt;br /&gt;
Make sure you have a good list of servers: Si estás '''absolutamente seguro''' de que ninguno de los servidores que tienes en tu lista es un servidor [[fake|falso]] , puedes conservar esa lista.&lt;br /&gt;
&lt;br /&gt;
Ahora descarga un archivo [[server.met_file|server.met]] válido. La configuración predeterminada de aMule propone http://www.gruk.org/server.met.gz como una lista de servidores válidos muy bien conocida y verificada. Esa lista debería estar bien. Para añadir esa lista a tu aMule, simplemente colócala en la barra de texto superior de Redes -&amp;gt; eD2k y pulsa sobre el &amp;quot;botón play azul&amp;quot;  http://forum.amule.org/images/bunfirlite/lastpost.gif  que hay en esa barra (véase [[Usage_Networks|este artículo]] para más detalles).&lt;br /&gt;
&lt;br /&gt;
'''Aviso:''' el paso anterior '''no''' eliminará los servidores que ya tenías en tu lista de servidores, sino que simplemente añadirá los servidores de la listadescargada.&lt;br /&gt;
&lt;br /&gt;
Ahora ya tienes una lista válida de servidores que no son de pega.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
Si quieres estar al día con los servidores, en Opciones -&amp;gt; Servidor, activa la opción &amp;quot;Actualizar automáticamente lista de servidores al iniciar&amp;quot;, entonces pulsa el botón &amp;quot;lista&amp;quot; y añade la dirección url que has usado antes.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
Si [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|por alguna razón]] algún día encuentras que no tienes ningún servidor en la lista de servidores, simplemente pulsa de nuevo el &amp;quot;botón play azul&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif para obtener la última lista conocida de servidores verdaderos.&lt;br /&gt;
&lt;br /&gt;
Quizás quieras echar un vistazo a [[Usage_Preferences|este artículo]] para &lt;br /&gt;
descubrir otros trucos para mantener listas seguras de servidores.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Desde que los servidores Razorback (los '''verdaderos''', es decir ''Razorback 2'' en la IP 195.245.244.243 y puerto 4661, y ''Razorback 2.1'' en la IP 195.245.244.244 y puerto 3000) fueron clausurados el 21 de febrero, también sus servicios dejaron de estar disponibles. Esto significa que tampoco está disponible la [http://www.gruk.org/server.met.gz lista de servidores] de gruk.org. Aún puedes conseguir una lista de servidores de gruk.org, siguiendo el enlace que hay en la parte inferior del sitio, pero es posible, que recibas una lista vacía. Por tanto se recomienda que no se utilice para actualizar automáticamente al iniciar aMule.&lt;br /&gt;
&lt;br /&gt;
Puedes obtener una lista de servidores aquí: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Algunos artículos adicionales:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 inglés]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html frances]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 alemán]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-10T17:52:30Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que arrojan [[data|datos]] inútiles (pero perjudiciales) a los [[client|clientes]] para [[corrupt|estropear]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Además, muchos usuarios configuran aMule para que, bajo algunas circunstancias, añada automáticamente servidores a su lista, debido a que la creencia errónea de que &amp;quot;cuantos más servidores haya en la lista mejor&amp;quot; está muy extendida.&lt;br /&gt;
&lt;br /&gt;
Lamentablemente, los servidores falsos son muy populares, lo que les da la gran oportunidad de que te [[connect|conectes]] a uno de ellos involuntariamente si, por alguna razón, se cuelan en tu [[server list|lista de servidores]].&lt;br /&gt;
&lt;br /&gt;
Este artículo pretende indicar como evitarlo.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Sigue estos pasos '''exactamente en este orden''':&lt;br /&gt;
&lt;br /&gt;
Ve a Opciones -&amp;gt; Servidor y desactiva la opción &amp;quot;Actualizar la lista de servidores al conectar a un servidor&amp;quot; y &amp;quot;Actualizar lista de servidores al conectar a un cliente&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Asegúrate de que tienes una buena lista de servidores: Comienza por eliminar todos los servidores que figuran en tu lista de servidores. &lt;br /&gt;
Make sure you have a good list of servers: Si estás '''absolutamente seguro''' de que ninguno de los servidores que tienes en tu lista es un servidor [[fake|falso]] , puedes conservar esa lista.&lt;br /&gt;
&lt;br /&gt;
Ahora descarga un archivo [[server.met_file|server.met]] válido. La configuración predeterminada de aMule propone http://www.gruk.org/server.met.gz como una lista de servidores válidos muy bien conocida y verificada. Esa lista debería estar bien. Para añadir esa lista a tu aMule, simplemente colócala en la barra de texto superior de Redes -&amp;gt; eD2k y pulsa sobre el &amp;quot;botón play azul&amp;quot;  http://forum.amule.org/images/bunfirlite/lastpost.gif  que hay en esa barra (véase [[Usage_Networks|este artículo]] para más detalles).&lt;br /&gt;
&lt;br /&gt;
'''Aviso:''' el paso anterior '''no''' eliminará los servidores que ya tenías en tu lista de servidores, sino que simplemente añadirá los servidores de la listadescargada.&lt;br /&gt;
&lt;br /&gt;
Ahora ya tienes una lista válida de servidores que no son de pega.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
Si quieres estar al día con los servidores, en Opciones -&amp;gt; Servidor, activa la opción &amp;quot;Actualizar automáticamente lista de servidores al iniciar&amp;quot;, entonces pulsa el botón &amp;quot;lista&amp;quot; y añade la dirección url que has usado antes.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
Si [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Desde que los servidores Razorback (los '''verdaderos''', es decir ''Razorback 2'' en la IP 195.245.244.243 y puerto 4661, y ''Razorback 2.1'' en la IP 195.245.244.244 y puerto 3000) fueron clausurados el 21 de febrero, también sus servicios dejaron de estar disponibles. Esto significa que tampoco está disponible la [http://www.gruk.org/server.met.gz lista de servidores] de gruk.org. Aún puedes conseguir una lista de servidores de gruk.org, siguiendo el enlace que hay en la parte inferior del sitio, pero es posible, que recibas una lista vacía. Por tanto se recomienda que no se utilice para actualizar automáticamente al iniciar aMule.&lt;br /&gt;
&lt;br /&gt;
Puedes obtener una lista de servidores aquí: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Algunos artículos adicionales:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 inglés]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html frances]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 alemán]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-10T17:26:34Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: =Procedimiento=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que arrojan [[data|datos]] inútiles (pero perjudiciales) a los [[client|clientes]] para [[corrupt|estropear]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Además, muchos usuarios configuran aMule para que, bajo algunas circunstancias, añada automáticamente servidores a su lista, debido a que la creencia errónea de que &amp;quot;cuantos más servidores haya en la lista mejor&amp;quot; está muy extendida.&lt;br /&gt;
&lt;br /&gt;
Lamentablemente, los servidores falsos son muy populares, lo que les da la gran oportunidad de que te [[connect|conectes]] a uno de ellos involuntariamente si, por alguna razón, se cuelan en tu [[server list|lista de servidores]].&lt;br /&gt;
&lt;br /&gt;
Este artículo pretende indicar como evitarlo.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Sigue estos pasos '''exactamente en este orden''':&lt;br /&gt;
&lt;br /&gt;
Ve a Opciones -&amp;gt; Servidor y desactiva la opción &amp;quot;Actualizar la lista de servidores al conectar a un servidor&amp;quot; y &amp;quot;Actualizar lista de servidores al conectar a un cliente&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Asegúrate de que tienes una buena lista de servidores: Comienza por eliminar todos los servidores que figuran en tu lista de servidores. &lt;br /&gt;
Make sure you have a good list of servers: Si estás '''absolutamente seguro''' de que ninguno de los servidores que tienes en tu lista es un servidor [[fake|falso]] , puedes conservar esa lista.&lt;br /&gt;
&lt;br /&gt;
Ahora descarga un archivo [[server.met_file|server.met]] válido. La configuración predeterminada de aMule propone http://www.gruk.org/server.met.gz como una lista de servidores válidos muy bien conocida y verificada. Esa lista debería estar bien. Para añadir esa lista a tu aMule, simplemente colócala en la barra de texto superior de Redes -&amp;gt; eD2k y pulsa sobre el &amp;quot;botón play azul&amp;quot;  http://forum.amule.org/images/bunfirlite/lastpost.gif  que hay en esa barra (véase [[Usage_Networks|este artículo]] para más detalles).&lt;br /&gt;
&lt;br /&gt;
'''Aviso:''' el paso anterior '''no''' eliminará los servidores que ya tenías en tu lista de servidores, sino que simplemente añadirá los servidores de la listadescargada.&lt;br /&gt;
&lt;br /&gt;
Ahora ya tienes una lista válida de servidores que no son de pega.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-10T17:20:12Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: =Procedimiento=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que arrojan [[data|datos]] inútiles (pero perjudiciales) a los [[client|clientes]] para [[corrupt|estropear]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Además, muchos usuarios configuran aMule para que, bajo algunas circunstancias, añada automáticamente servidores a su lista, debido a que la creencia errónea de que &amp;quot;cuantos más servidores haya en la lista mejor&amp;quot; está muy extendida.&lt;br /&gt;
&lt;br /&gt;
Lamentablemente, los servidores falsos son muy populares, lo que les da la gran oportunidad de que te [[connect|conectes]] a uno de ellos involuntariamente si, por alguna razón, se cuelan en tu [[server list|lista de servidores]].&lt;br /&gt;
&lt;br /&gt;
Este artículo pretende indicar como evitarlo.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Sigue estos pasos '''exactamente en este orden''':&lt;br /&gt;
&lt;br /&gt;
Ve a Opciones -&amp;gt; Servidor y desactiva la opción &amp;quot;Actualizar la lista de servidores al conectar a un servidor&amp;quot; y &amp;quot;Actualizar lista de servidores al conectar a un cliente&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Asegúrate de que tienes una buena lista de servidores: Comienza por eliminar todos los servidores que figuran en tu lista de servidores. &lt;br /&gt;
Make sure you have a good list of servers: Si estás'''absolutamente seguro''' de que ninguno de los servidores que tienes en tu lista es un servidor [[fake|falso]] , puedes conservar esa lista.&lt;br /&gt;
&lt;br /&gt;
Ahora descarga un archivo [[server.met_file|server.met]] válido. La configuración predeterminada de aMule's propone http://www.gruk.org/server.met.gz como una lista de servidores válidos muy binen conocida y verificada. Esa lista debería estar bien. Para añadir esa lista a tu aMule, simplemente colócala en la barra de texto superior de Redes -&amp;gt; eD2k y pulsa sobre el &amp;quot;botón play azul&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif que hay en esa barra (véase [[Usage_Networks|este artículo]] para más detalles).&lt;br /&gt;
&lt;br /&gt;
'''Aviso:''' el paso anterior '''no''' eliminará los servidores que ya tenías en tu lista de servidores, sino que simplemente añadirá los servidores de la listadescargada.&lt;br /&gt;
&lt;br /&gt;
Ahora ya tienes una lista válida de servidores que no son de pega.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-de</id>
		<title>Keep a safe list of servers-de</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-de"/>
				<updated>2006-04-09T18:52:18Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] | &lt;br /&gt;
[[Keep_a_safe_list_of_servers-es|Español]] |&lt;br /&gt;
'''Deutsch'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beschreibung ==&lt;br /&gt;
&lt;br /&gt;
Die meisten [[ed2k]]-[[user|Benutzer]] wissen, dass das Netzwerk voll von Schein[[server-de|server]]n ist, die nutzlose (aber gefährliche) [[data|Daten]] an die [[client-de|Client]]s schicken, um deren [[download|Download]]s zu [[corrupt-de|korrumpieren]].&lt;br /&gt;
&lt;br /&gt;
Weiterhin stellen viele User ihren aMule so ein, dass unter gewissen Umständen automatisch Server der Serverliste hinzufügt werden, weil der Irrglaube, &amp;quot;je mehr Server in der Liste, desto besser&amp;quot;, sehr verbreitet ist.&lt;br /&gt;
&lt;br /&gt;
Leider sind Fakeserver sehr verbreitet, was die Chance erhöht, sich ungewollt mit einem davon zu [[connect-de|verbinden]], wenn sie, aus welchen Gründen auch immer, in die [[server list-de|Serverliste]] gelangt sind.&lt;br /&gt;
&lt;br /&gt;
Dieser Artikel soll eine Anleitung geben, wie man dies vermeiden kann.&lt;br /&gt;
&lt;br /&gt;
== Vorgehensweise ==&lt;br /&gt;
&lt;br /&gt;
Man befolge diese Schritte '''in genau dieser Reihenfolge''':&lt;br /&gt;
&lt;br /&gt;
Unter Einstellungen -&amp;gt; Server die Punkte &amp;quot;Serverliste von verbundenem Server beziehen&amp;quot; und &amp;quot;Serverliste von verbundenem Client beziehen&amp;quot; deaktivieren.&lt;br /&gt;
&lt;br /&gt;
Sicherstellen, eine gute Serverliste zu verwenden: Man beginnt mit dem Entfernen aller Server aus der Liste.&lt;br /&gt;
Wenn man '''absolut sicher''' ist, dass keiner der in der Serverliste enthaltenen Server ein [[fake-de|Fake]]server ist, kann man den drinlassen.&lt;br /&gt;
&lt;br /&gt;
Runterladen einer gültigen [[server.met_file|server.met]]. In der Standardeinstellung schlägt aMule http://www.gruk.org/server.met.gz als wohlbekannte und überprüfte Liste gültiger Server vor. Die sollte in Ordnung sein. Um die Liste in den aMule zu übernehmen, trägt man sie unter &amp;quot;Netzwerke&amp;quot; in die obere Texteingabezeile &amp;quot;Server&amp;quot; ein, und drückt den &amp;quot;blauen Wiedergabeknopf&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif daneben. (man beachte in diesem Zusammenhang auch [[Usage_Networks|diesen Beitrag]]).&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Der obige Schritt entfernt '''nicht''' die bereits in der Serverliste vorhandenen Server, sondern fügt ihr einfach nur die Server aus der heruntergeladenen Liste hinzu.&lt;br /&gt;
&lt;br /&gt;
Nun sollte man eine Liste gültiger Nicht-Fake-Server haben.&lt;br /&gt;
&lt;br /&gt;
== Optional ==&lt;br /&gt;
&lt;br /&gt;
Wenn man mit den Servern auf dem neuesten Stand sein möchte, sollte man den Punkt &amp;quot;Serverliste beim Programmstart aktualisieren&amp;quot; unter &amp;quot;Einstellungen&amp;quot; -&amp;gt; &amp;quot;Server&amp;quot; aktivieren, und dann die Schaltfläche &amp;quot;Liste&amp;quot; anklicken, und die oben verwendete Adresse dort eintragen.&lt;br /&gt;
&lt;br /&gt;
== Weitere Anmerkungen ==&lt;br /&gt;
&lt;br /&gt;
Falls man [[AMule_problems-de#Warum_hat_aMule_pl%C3%B6tzlich_keine/nur_noch_ganz_wenige_Server_in_seiner_Serverliste?|aus irgendeinem Grunde]] eines Tages feststellt, daß man keine Server mehr in seiner Liste hat, klickt man einfach wieder auf den &amp;quot;blauen Wiedergabeknopf&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif, um die aktuellste Liste bekannter und guter Server zu bekommen.&lt;br /&gt;
&lt;br /&gt;
Vielleicht ist ein Blick in [[Usage_Preferences|diesen Artikel]] noch interessant, um weitere Tricks herauszufinden, wie man eine zuverlässige Serverliste behält.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Hinweis ==&lt;br /&gt;
Weil die Razorbackserver (die '''richtigen''', also ''Razorback 2'' auf IP 195.245.244.243 und Port 4661, und ''Razorback 2.1'' auf IP 195.245.244.244 und Port 3000) seit dem 21. Februar 2006 abgeschaltet sind, sind momentan auch ihre Services nicht verfügbar. Darunter fällt auch die [http://www.gruk.org/server.met.gz Serverliste] auf gruk.org. Unten auf der Seite wird zwar auf eine Serverliste verlinkt, aber es ist möglich, dass die vorübergehend leer ist, sodass empfohlen wird, sie '''nicht''' beim aMulestart automatisch aktualisieren zu lassen.&lt;br /&gt;
&lt;br /&gt;
Noch einige Links zum Thema:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;new_topic=1 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-09T18:51:02Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que arrojan [[data|datos]] inútiles (pero perjudiciales) a los [[client|clientes]] para [[corrupt|estropear]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Además, muchos usuarios configuran aMule para que, bajo algunas circunstancias, añada automáticamente servidores a su lista, debido a que la creencia errónea de que &amp;quot;cuantos más servidores haya en la lista mejor&amp;quot; está muy extendida.&lt;br /&gt;
&lt;br /&gt;
Lamentablemente, los servidores falsos son muy populares, lo que les da la gran oportunidad de que te [[connect|conectes]] a uno de ellos involuntariamente si, por alguna razón, se cuelan en tu [[server list|lista de servidores]].&lt;br /&gt;
&lt;br /&gt;
Este artículo pretende indicar como evitarlo.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Follow this steps '''in this exact order''':&lt;br /&gt;
&lt;br /&gt;
Go to Preferences -&amp;gt; Servers and disable the &amp;quot;Update serverlist when connecting to a server&amp;quot; and &amp;quot;Update server list when a client connect&amp;quot; options. &lt;br /&gt;
&lt;br /&gt;
Make sure you have a good list of servers: Start by removing all the servers in your server list. If you are '''absolutely sure''' that none of the servers you have in your server list is a [[fake]] server, you may keep that list.&lt;br /&gt;
&lt;br /&gt;
Then download a valid [[server.met_file|server.met]] file. aMule's default configuration proposes http://www.gruk.org/server.met.gz as it is a very well known and verified list of valid servers. That should be fine. To add that list to your aMule, just put it on the Networks -&amp;gt; eD2k top text bar and click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif by that bar (see [[Usage_Networks|this article]] for more details).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above step will '''not''' remove the servers you already had in your server list, but simply add the servers in the downloaded list.&lt;br /&gt;
&lt;br /&gt;
Now you will have a list of valid non-fake servers.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers</id>
		<title>Keep a safe list of servers</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers"/>
				<updated>2006-04-09T18:50:24Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
'''English''' | &lt;br /&gt;
[[Keep_a_safe_list_of_servers-es|Español]] | &lt;br /&gt;
[[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Most [[ed2k]] [[user]]s know that the network is plenty of bogus [[server]]s which throw useless (but harmful) [[data]] to [[client]]s in order to [[corrupt]] their [[download]]s.&lt;br /&gt;
&lt;br /&gt;
Also, many users set up aMule to automatically add servers into its list under some circumstances, since the wrong belief that &amp;quot;the more servers in the list, the better&amp;quot; is very extended.&lt;br /&gt;
&lt;br /&gt;
Sadly, fake servers are very popular, which makes a big chance you get unwillingly [[connect]]ed to one of them if they, for any reason, get to your [[server list]].&lt;br /&gt;
&lt;br /&gt;
This article pretends to guide on how to avoid this.&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
Follow this steps '''in this exact order''':&lt;br /&gt;
&lt;br /&gt;
Go to Preferences -&amp;gt; Servers and disable the &amp;quot;Update serverlist when connecting to a server&amp;quot; and &amp;quot;Update server list when a client connect&amp;quot; options. &lt;br /&gt;
&lt;br /&gt;
Make sure you have a good list of servers: Start by removing all the servers in your server list. If you are '''absolutely sure''' that none of the servers you have in your server list is a [[fake]] server, you may keep that list.&lt;br /&gt;
&lt;br /&gt;
Then download a valid [[server.met_file|server.met]] file. aMule's default configuration proposes http://www.gruk.org/server.met.gz as it is a very well known and verified list of valid servers. That should be fine. To add that list to your aMule, just put it on the Networks -&amp;gt; eD2k top text bar and click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif by that bar (see [[Usage_Networks|this article]] for more details).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above step will '''not''' remove the servers you already had in your server list, but simply add the servers in the downloaded list.&lt;br /&gt;
&lt;br /&gt;
Now you will have a list of valid non-fake servers.&lt;br /&gt;
&lt;br /&gt;
== Optional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Note ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-09T18:46:46Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: =Descripción=&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|Inglés]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Alemán]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que arrojan [[data|datos]] inútiles (pero perjudiciales) a los [[client|clientes]] para [[corrupt|estropear]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Además, muchos usuarios configuran aMule para que, bajo algunas circunstancias, añada automáticamente servidores a su lista, debido a que la creencia errónea de que &amp;quot;cuantos más servidores haya en la lista mejor&amp;quot; está muy extendida.&lt;br /&gt;
&lt;br /&gt;
Lamentablemente, los servidores falsos son muy populares, lo que les da la gran oportunidad de que te [[connect|conectes]] a uno de ellos involuntariamente si, por alguna razón, se cuelan en tu [[server list|lista de servidores]].&lt;br /&gt;
&lt;br /&gt;
Este artículo pretende indicar como evitarlo.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Follow this steps '''in this exact order''':&lt;br /&gt;
&lt;br /&gt;
Go to Preferences -&amp;gt; Servers and disable the &amp;quot;Update serverlist when connecting to a server&amp;quot; and &amp;quot;Update server list when a client connect&amp;quot; options. &lt;br /&gt;
&lt;br /&gt;
Make sure you have a good list of servers: Start by removing all the servers in your server list. If you are '''absolutely sure''' that none of the servers you have in your server list is a [[fake]] server, you may keep that list.&lt;br /&gt;
&lt;br /&gt;
Then download a valid [[server.met_file|server.met]] file. aMule's default configuration proposes http://www.gruk.org/server.met.gz as it is a very well known and verified list of valid servers. That should be fine. To add that list to your aMule, just put it on the Networks -&amp;gt; eD2k top text bar and click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif by that bar (see [[Usage_Networks|this article]] for more details).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above step will '''not''' remove the servers you already had in your server list, but simply add the servers in the downloaded list.&lt;br /&gt;
&lt;br /&gt;
Now you will have a list of valid non-fake servers.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-09T18:28:48Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|Inglés]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Alemán]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Most [[ed2k]] [[user]]s know that the network is plenty of bogus [[server]]s which throw useless (but harmful) [[data]] to [[client]]s in order to [[corrupt]] their [[download]]s.&lt;br /&gt;
&lt;br /&gt;
Also, many users set up aMule to automatically add servers into its list under some circumstances, since the wrong belief that &amp;quot;the more servers in the list, the better&amp;quot; is very extended.&lt;br /&gt;
&lt;br /&gt;
Sadly, fake servers are very popular, which makes a big chance you get unwillingly [[connect]]ed to one of them if they, for any reason, get to your [[server list]].&lt;br /&gt;
&lt;br /&gt;
This article pretends to guide on how to avoid this.&lt;br /&gt;
&lt;br /&gt;
== Procedimiento ==&lt;br /&gt;
&lt;br /&gt;
Follow this steps '''in this exact order''':&lt;br /&gt;
&lt;br /&gt;
Go to Preferences -&amp;gt; Servers and disable the &amp;quot;Update serverlist when connecting to a server&amp;quot; and &amp;quot;Update server list when a client connect&amp;quot; options. &lt;br /&gt;
&lt;br /&gt;
Make sure you have a good list of servers: Start by removing all the servers in your server list. If you are '''absolutely sure''' that none of the servers you have in your server list is a [[fake]] server, you may keep that list.&lt;br /&gt;
&lt;br /&gt;
Then download a valid [[server.met_file|server.met]] file. aMule's default configuration proposes http://www.gruk.org/server.met.gz as it is a very well known and verified list of valid servers. That should be fine. To add that list to your aMule, just put it on the Networks -&amp;gt; eD2k top text bar and click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif by that bar (see [[Usage_Networks|this article]] for more details).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above step will '''not''' remove the servers you already had in your server list, but simply add the servers in the downloaded list.&lt;br /&gt;
&lt;br /&gt;
Now you will have a list of valid non-fake servers.&lt;br /&gt;
&lt;br /&gt;
== Opcional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Notas adicionales ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Aviso ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es</id>
		<title>Keep a safe list of servers-es</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-es"/>
				<updated>2006-04-09T18:26:08Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: Pre traduccion&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|Inglés]] |&lt;br /&gt;
'''Español'''&lt;br /&gt;
| [[Keep_a_safe_list_of_servers-de|Alemán]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&lt;br /&gt;
Most [[ed2k]] [[user]]s know that the network is plenty of bogus [[server]]s which throw useless (but harmful) [[data]] to [[client]]s in order to [[corrupt]] their [[download]]s.&lt;br /&gt;
&lt;br /&gt;
Also, many users set up aMule to automatically add servers into its list under some circumstances, since the wrong belief that &amp;quot;the more servers in the list, the better&amp;quot; is very extended.&lt;br /&gt;
&lt;br /&gt;
Sadly, fake servers are very popular, which makes a big chance you get unwillingly [[connect]]ed to one of them if they, for any reason, get to your [[server list]].&lt;br /&gt;
&lt;br /&gt;
This article pretends to guide on how to avoid this.&lt;br /&gt;
&lt;br /&gt;
== Procedure ==&lt;br /&gt;
&lt;br /&gt;
Follow this steps '''in this exact order''':&lt;br /&gt;
&lt;br /&gt;
Go to Preferences -&amp;gt; Servers and disable the &amp;quot;Update serverlist when connecting to a server&amp;quot; and &amp;quot;Update server list when a client connect&amp;quot; options. &lt;br /&gt;
&lt;br /&gt;
Make sure you have a good list of servers: Start by removing all the servers in your server list. If you are '''absolutely sure''' that none of the servers you have in your server list is a [[fake]] server, you may keep that list.&lt;br /&gt;
&lt;br /&gt;
Then download a valid [[server.met_file|server.met]] file. aMule's default configuration proposes http://www.gruk.org/server.met.gz as it is a very well known and verified list of valid servers. That should be fine. To add that list to your aMule, just put it on the Networks -&amp;gt; eD2k top text bar and click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif by that bar (see [[Usage_Networks|this article]] for more details).&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above step will '''not''' remove the servers you already had in your server list, but simply add the servers in the downloaded list.&lt;br /&gt;
&lt;br /&gt;
Now you will have a list of valid non-fake servers.&lt;br /&gt;
&lt;br /&gt;
== Optional ==&lt;br /&gt;
&lt;br /&gt;
If you want to be up to date with the servers, in Preferences -&amp;gt; Servers, enable the option &amp;quot;Autoupdate serverlist at startup&amp;quot;, then click the &amp;quot;list&amp;quot; button and add the url you used above.&lt;br /&gt;
&lt;br /&gt;
== Additional notes ==&lt;br /&gt;
&lt;br /&gt;
If [[AMule_problems#Why_does_it_happen_that_sometimes_aMule_suddenly_has_no/few_servers_in_is_server_list?|for some reason]] you someday find out you have no servers in the server list, just click the &amp;quot;blue play button&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif again to get the latest list of known good servers.&lt;br /&gt;
&lt;br /&gt;
You may want to take a look at [[Usage_Preferences|this article]] to discover other tricks about maintaining safe server lists.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Note ==&lt;br /&gt;
Since the Razorback servers (the '''real ones''', meaning ''Razorback 2'' on IP 195.245.244.243 and port 4661, and ''Razorback 2.1'' on IP 195.245.244.244 and port 3000) are down since february, 21st 2006, also its services are not longer available atm. This also means the [http://www.gruk.org/server.met.gz serverlist] on gruk.org. You can get a serverlist from gruk.org as well, following the link on the bottom of the site, but it is possible, that you receive an empty list atm. So it is recommended not to use it for automatically updating it on startup.&lt;br /&gt;
&lt;br /&gt;
You can get a serverlist there: http://corpo.free.fr/server.met.&lt;br /&gt;
&lt;br /&gt;
Some additional articles:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;file=article&amp;amp;sid=140 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-de</id>
		<title>Keep a safe list of servers-de</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-de"/>
				<updated>2006-04-09T18:20:23Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: sorry i read more before trying again to translate&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]] | '''Deutsch'''&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Beschreibung ==&lt;br /&gt;
&lt;br /&gt;
Die meisten [[ed2k]]-[[user|Benutzer]] wissen, dass das Netzwerk voll von Schein[[server-de|server]]n ist, die nutzlose (aber gefährliche) [[data|Daten]] an die [[client-de|Client]]s schicken, um deren [[download|Download]]s zu [[corrupt-de|korrumpieren]].&lt;br /&gt;
&lt;br /&gt;
Weiterhin stellen viele User ihren aMule so ein, dass unter gewissen Umständen automatisch Server der Serverliste hinzufügt werden, weil der Irrglaube, &amp;quot;je mehr Server in der Liste, desto besser&amp;quot;, sehr verbreitet ist.&lt;br /&gt;
&lt;br /&gt;
Leider sind Fakeserver sehr verbreitet, was die Chance erhöht, sich ungewollt mit einem davon zu [[connect-de|verbinden]], wenn sie, aus welchen Gründen auch immer, in die [[server list-de|Serverliste]] gelangt sind.&lt;br /&gt;
&lt;br /&gt;
Dieser Artikel soll eine Anleitung geben, wie man dies vermeiden kann.&lt;br /&gt;
&lt;br /&gt;
== Vorgehensweise ==&lt;br /&gt;
&lt;br /&gt;
Man befolge diese Schritte '''in genau dieser Reihenfolge''':&lt;br /&gt;
&lt;br /&gt;
Unter Einstellungen -&amp;gt; Server die Punkte &amp;quot;Serverliste von verbundenem Server beziehen&amp;quot; und &amp;quot;Serverliste von verbundenem Client beziehen&amp;quot; deaktivieren.&lt;br /&gt;
&lt;br /&gt;
Sicherstellen, eine gute Serverliste zu verwenden: Man beginnt mit dem Entfernen aller Server aus der Liste.&lt;br /&gt;
Wenn man '''absolut sicher''' ist, dass keiner der in der Serverliste enthaltenen Server ein [[fake-de|Fake]]server ist, kann man den drinlassen.&lt;br /&gt;
&lt;br /&gt;
Runterladen einer gültigen [[server.met_file|server.met]]. In der Standardeinstellung schlägt aMule http://www.gruk.org/server.met.gz als wohlbekannte und überprüfte Liste gültiger Server vor. Die sollte in Ordnung sein. Um die Liste in den aMule zu übernehmen, trägt man sie unter &amp;quot;Netzwerke&amp;quot; in die obere Texteingabezeile &amp;quot;Server&amp;quot; ein, und drückt den &amp;quot;blauen Wiedergabeknopf&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif daneben. (man beachte in diesem Zusammenhang auch [[Usage_Networks|diesen Beitrag]]).&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Der obige Schritt entfernt '''nicht''' die bereits in der Serverliste vorhandenen Server, sondern fügt ihr einfach nur die Server aus der heruntergeladenen Liste hinzu.&lt;br /&gt;
&lt;br /&gt;
Nun sollte man eine Liste gültiger Nicht-Fake-Server haben.&lt;br /&gt;
&lt;br /&gt;
== Optional ==&lt;br /&gt;
&lt;br /&gt;
Wenn man mit den Servern auf dem neuesten Stand sein möchte, sollte man den Punkt &amp;quot;Serverliste beim Programmstart aktualisieren&amp;quot; unter &amp;quot;Einstellungen&amp;quot; -&amp;gt; &amp;quot;Server&amp;quot; aktivieren, und dann die Schaltfläche &amp;quot;Liste&amp;quot; anklicken, und die oben verwendete Adresse dort eintragen.&lt;br /&gt;
&lt;br /&gt;
== Weitere Anmerkungen ==&lt;br /&gt;
&lt;br /&gt;
Falls man [[AMule_problems-de#Warum_hat_aMule_pl%C3%B6tzlich_keine/nur_noch_ganz_wenige_Server_in_seiner_Serverliste?|aus irgendeinem Grunde]] eines Tages feststellt, daß man keine Server mehr in seiner Liste hat, klickt man einfach wieder auf den &amp;quot;blauen Wiedergabeknopf&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif, um die aktuellste Liste bekannter und guter Server zu bekommen.&lt;br /&gt;
&lt;br /&gt;
Vielleicht ist ein Blick in [[Usage_Preferences|diesen Artikel]] noch interessant, um weitere Tricks herauszufinden, wie man eine zuverlässige Serverliste behält.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Hinweis ==&lt;br /&gt;
Weil die Razorbackserver (die '''richtigen''', also ''Razorback 2'' auf IP 195.245.244.243 und Port 4661, und ''Razorback 2.1'' auf IP 195.245.244.244 und Port 3000) seit dem 21. Februar 2006 abgeschaltet sind, sind momentan auch ihre Services nicht verfügbar. Darunter fällt auch die [http://www.gruk.org/server.met.gz Serverliste] auf gruk.org. Unten auf der Seite wird zwar auf eine Serverliste verlinkt, aber es ist möglich, dass die vorübergehend leer ist, sodass empfohlen wird, sie '''nicht''' beim aMulestart automatisch aktualisieren zu lassen.&lt;br /&gt;
&lt;br /&gt;
Noch einige Links zum Thema:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;new_topic=1 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-de</id>
		<title>Keep a safe list of servers-de</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Keep_a_safe_list_of_servers-de"/>
				<updated>2006-04-09T18:14:51Z</updated>
		
		<summary type="html">&lt;p&gt;Ratpenat: Spanish Translation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;&lt;br /&gt;
[[Keep_a_safe_list_of_servers|English]]&lt;br /&gt;
| '''Español''' |&lt;br /&gt;
[[Keep_a_safe_list_of_servers-de|Deutsch]]&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Descripción ==&lt;br /&gt;
&lt;br /&gt;
Muchos [[user|usuarios]] de la red [[ed2k]] saben que está llena de [[server|servidores]] falsos que envían [[data|datos]] inutiles (aunque dañinos) a los [[client|clientes]] para [[corrupt|corromper]] sus [[download|descargas]].&lt;br /&gt;
&lt;br /&gt;
Weiterhin stellen viele User ihren aMule so ein, dass unter gewissen Umständen automatisch Server der Serverliste hinzufügt werden, weil der Irrglaube, &amp;quot;je mehr Server in der Liste, desto besser&amp;quot;, sehr verbreitet ist.&lt;br /&gt;
&lt;br /&gt;
Leider sind Fakeserver sehr verbreitet, was die Chance erhöht, sich ungewollt mit einem davon zu [[connect-de|verbinden]], wenn sie, aus welchen Gründen auch immer, in die [[server list-de|Serverliste]] gelangt sind.&lt;br /&gt;
&lt;br /&gt;
Dieser Artikel soll eine Anleitung geben, wie man dies vermeiden kann.&lt;br /&gt;
&lt;br /&gt;
== Vorgehensweise ==&lt;br /&gt;
&lt;br /&gt;
Man befolge diese Schritte '''in genau dieser Reihenfolge''':&lt;br /&gt;
&lt;br /&gt;
Unter Einstellungen -&amp;gt; Server die Punkte &amp;quot;Serverliste von verbundenem Server beziehen&amp;quot; und &amp;quot;Serverliste von verbundenem Client beziehen&amp;quot; deaktivieren.&lt;br /&gt;
&lt;br /&gt;
Sicherstellen, eine gute Serverliste zu verwenden: Man beginnt mit dem Entfernen aller Server aus der Liste.&lt;br /&gt;
Wenn man '''absolut sicher''' ist, dass keiner der in der Serverliste enthaltenen Server ein [[fake-de|Fake]]server ist, kann man den drinlassen.&lt;br /&gt;
&lt;br /&gt;
Runterladen einer gültigen [[server.met_file|server.met]]. In der Standardeinstellung schlägt aMule http://www.gruk.org/server.met.gz als wohlbekannte und überprüfte Liste gültiger Server vor. Die sollte in Ordnung sein. Um die Liste in den aMule zu übernehmen, trägt man sie unter &amp;quot;Netzwerke&amp;quot; in die obere Texteingabezeile &amp;quot;Server&amp;quot; ein, und drückt den &amp;quot;blauen Wiedergabeknopf&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif daneben. (man beachte in diesem Zusammenhang auch [[Usage_Networks|diesen Beitrag]]).&lt;br /&gt;
&lt;br /&gt;
'''Anmerkung:''' Der obige Schritt entfernt '''nicht''' die bereits in der Serverliste vorhandenen Server, sondern fügt ihr einfach nur die Server aus der heruntergeladenen Liste hinzu.&lt;br /&gt;
&lt;br /&gt;
Nun sollte man eine Liste gültiger Nicht-Fake-Server haben.&lt;br /&gt;
&lt;br /&gt;
== Optional ==&lt;br /&gt;
&lt;br /&gt;
Wenn man mit den Servern auf dem neuesten Stand sein möchte, sollte man den Punkt &amp;quot;Serverliste beim Programmstart aktualisieren&amp;quot; unter &amp;quot;Einstellungen&amp;quot; -&amp;gt; &amp;quot;Server&amp;quot; aktivieren, und dann die Schaltfläche &amp;quot;Liste&amp;quot; anklicken, und die oben verwendete Adresse dort eintragen.&lt;br /&gt;
&lt;br /&gt;
== Weitere Anmerkungen ==&lt;br /&gt;
&lt;br /&gt;
Falls man [[AMule_problems-de#Warum_hat_aMule_pl%C3%B6tzlich_keine/nur_noch_ganz_wenige_Server_in_seiner_Serverliste?|aus irgendeinem Grunde]] eines Tages feststellt, daß man keine Server mehr in seiner Liste hat, klickt man einfach wieder auf den &amp;quot;blauen Wiedergabeknopf&amp;quot; http://forum.amule.org/images/bunfirlite/lastpost.gif, um die aktuellste Liste bekannter und guter Server zu bekommen.&lt;br /&gt;
&lt;br /&gt;
Vielleicht ist ein Blick in [[Usage_Preferences|diesen Artikel]] noch interessant, um weitere Tricks herauszufinden, wie man eine zuverlässige Serverliste behält.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Hinweis ==&lt;br /&gt;
Weil die Razorbackserver (die '''richtigen''', also ''Razorback 2'' auf IP 195.245.244.243 und Port 4661, und ''Razorback 2.1'' auf IP 195.245.244.244 und Port 3000) seit dem 21. Februar 2006 abgeschaltet sind, sind momentan auch ihre Services nicht verfügbar. Darunter fällt auch die [http://www.gruk.org/server.met.gz Serverliste] auf gruk.org. Unten auf der Seite wird zwar auf eine Serverliste verlinkt, aber es ist möglich, dass die vorübergehend leer ist, sodass empfohlen wird, sie '''nicht''' beim aMulestart automatisch aktualisieren zu lassen.&lt;br /&gt;
&lt;br /&gt;
Noch einige Links zum Thema:&lt;br /&gt;
*[http://www.slyck.com/news.php?story=1102 english]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ratiatum.com/news2874_Les_serveurs_de_Razorback_saisis.html french]&amp;lt;br&amp;gt;&lt;br /&gt;
*[http://www.ed2k-serverboard.de/modules.php?name=News&amp;amp;new_topic=1 german]&lt;/div&gt;</summary>
		<author><name>Ratpenat</name></author>	</entry>

	</feed>