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

	<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>2007-08-13T21:42:34Z</updated>
		
		<summary type="html">&lt;p&gt;193.95.242.55: /* Dirty way */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[Ed2k_links_handling-de|Deutsch]] | [[Ed2k_links_handling-nl|Nederlands]] | [[Ed2k_links_handling-ko_KR|Korean]]&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The way to have [[aMule]] handle your [[ed2k link]]s on your favorite WebBrowser will depend on which WebBrowser you use. So, here's a list of mini-HowTos for each of the most popular WebBrowsers.&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;
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.suse.com SuSE] packages install it in ''/usr/local/bin/ed2k''.&lt;br /&gt;
&lt;br /&gt;
== Special update for mac users ==&lt;br /&gt;
See this [http://forum.amule.org/index.php?topic=5679.0 thread] for an explanation on how to use ed2k-links on Mac.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== [http://www.microsoft.com/windows/ie Internet Explorer] ==&lt;br /&gt;
'''by ''[[User:Jacobo221|Jacobo221]]'''''&lt;br /&gt;
&lt;br /&gt;
Go to &amp;quot;Start&amp;quot; -&amp;gt; &amp;quot;Run&amp;quot; and run &amp;quot;regedit&amp;quot; (without quotes).&lt;br /&gt;
&lt;br /&gt;
Now, in regedit, go to ''HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ed2k\shell\open\command''&lt;br /&gt;
&lt;br /&gt;
'''NOTE:''' It could happen that ''ed2k'' and/or it's subfolders didn't exist. In such case, create them one-by-one by selecting &amp;quot;New&amp;quot; -&amp;gt; &amp;quot;Key&amp;quot; and entering ''ed2k'' or whatever as it's value.&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-win1.jpg&lt;br /&gt;
&lt;br /&gt;
Now just double click on &amp;quot;(Default)&amp;quot; (or &amp;quot;(Standard)&amp;quot; or whatever the first value is there) and enter the path to the ed2k application, followed by ''&amp;quot;%1&amp;quot;'' (with quotes), so you should end with some value like ''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;
Finally, do the same in ''HKEY_CLASSES_ROOT\ed2k\shell\open\command''&lt;br /&gt;
&lt;br /&gt;
== [http://www.konqueror.org Konqueror] ==&lt;br /&gt;
'''by ''gfdsa'''''&lt;br /&gt;
&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&lt;br /&gt;
the mentioned 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;
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;
=== Method 1 ===&lt;br /&gt;
&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;
=== Method 2 ===&lt;br /&gt;
&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 Opera]  ==&lt;br /&gt;
'''by ''thermoman (Marcel Meckel)'', ''ender'' and ''[[User:Jacobo221|Jacobo221]]''&lt;br /&gt;
&lt;br /&gt;
=== Clean way ===&lt;br /&gt;
&lt;br /&gt;
In [http://www.opera.com Opera] go to ''Tools-&amp;gt;Preferences-&amp;gt;Paths and 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;Path&amp;quot; or &amp;quot;Open with another application&amp;quot; field enter ''/path/to/ed2k''&lt;br /&gt;
&lt;br /&gt;
http://www.amule.org/dev-up/ed2k-op.jpg&lt;br /&gt;
&lt;br /&gt;
=== Dirty way ===&lt;br /&gt;
&lt;br /&gt;
If the 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;
=== Opera 6 bug ===&lt;br /&gt;
&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 Linux] or some other [http://www.unix.org Unix]-like flavour ====&lt;br /&gt;
&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 Windows] ====&lt;br /&gt;
&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 Mozilla] 1.7 (or later) &amp;amp; [http://www.mozilla.org/products/firefox Firefox] 0.9 (or later)==&lt;br /&gt;
'''by ''GhePeU'''''&lt;br /&gt;
&lt;br /&gt;
Mozex doesn't work anymore with [http://www.mozilla.org Mozilla] 1.7 and [http://www.mozilla.org/products/firefox Firefox] 0.9. There is an alternate method that seems to be working with both of them:&lt;br /&gt;
&lt;br /&gt;
*Remove [http://mozex.mozdev.org/installation.html MozEx] if installed or at least remove the ed2k input from it (only if [http://mozex.mozdev.org/installation.html MozEx] is installed)&lt;br /&gt;
&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;
http://www.amule.org/dev-up/ed2k-ff9.jpg&lt;br /&gt;
&lt;br /&gt;
'''NOTE 1:''' Maybe you have to install &amp;quot;amule-utils&amp;quot; to get this way working with Kubuntu-Linux.&lt;br /&gt;
&lt;br /&gt;
'''NOTE 2:''' Since version 1.5.x of Mozilla Firefox this method doesn't work any longer for the windows version. You must use the Internet Explorer method with the registry entries instead.&lt;br /&gt;
&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;
&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;
== Remotely handling links ==&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]] (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;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Special notes regarding Remotely handling links and Internet Explorer (win32) ==&lt;br /&gt;
&lt;br /&gt;
- Create a file called &amp;quot;ed2k_remote.reg&amp;quot; and insert this lines (ignore the [START CODE] and [END CODE]) and save it:&lt;br /&gt;
&lt;br /&gt;
[START CODE]&lt;br /&gt;
&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;add %1\&amp;quot;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[END CODE]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Create a file called &amp;quot;ed2k_remote.bat&amp;quot; and insert this lines (ignore the [START CODE] and [END CODE] and save it:&lt;br /&gt;
&lt;br /&gt;
[START CODE]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;c:\Program Files\aMule\amulecmd.exe&amp;quot; /h REPLACE_WITH_YOUR_HOST_IP_ADDRESS /P REPLACE_WITH_YOUR_PASSWORD /c %1&lt;br /&gt;
&lt;br /&gt;
[END CODE]&lt;br /&gt;
&lt;br /&gt;
PS: don't forget to replace the fields &amp;quot;REPLACE_WITH_YOUR_HOST_IP_ADDRESS&amp;quot; and &amp;quot;REPLACE_WITH_YOUR_PASSWORD&amp;quot; with your data and save the file again.&lt;br /&gt;
&lt;br /&gt;
- Make sure that you did select all options during aMule installation (amulecmd must be installed).&lt;br /&gt;
&lt;br /&gt;
- Copy the files &amp;quot;ed2k_remote.reg&amp;quot; / &amp;quot;ed2k_remote.bat&amp;quot; to the amule installation directory, for example &amp;quot;c:\Program Files\aMule&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
- If your Windows isn't English (%ProgramFiles% variable is different that the stated above) edit &amp;quot;ed2k_remote.reg&amp;quot; and change all paths to the correct one. If you don't know what your path is, at a command prompt type &amp;quot;set ProgramFiles&amp;quot; your path will be on screen.&lt;br /&gt;
&lt;br /&gt;
- Double click on &amp;quot;ed2k_remote.reg&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
- Edit &amp;quot;ed2k_remote.bat&amp;quot; file and insert your Host IP and also your Password (Host IP next to the /h switch and the Password after the /P switch). Don't forget to check/change the &amp;quot;Program Files&amp;quot; directory too.   &lt;br /&gt;
&lt;br /&gt;
Test it ;)&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;br /&gt;
&lt;br /&gt;
FJorgeR.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
PS: Pay attention data is case sensetive for amulecmd option switch's.&lt;/div&gt;</summary>
		<author><name>193.95.242.55</name></author>	</entry>

	</feed>