aMule Forum

English => Multiplatform => Win32 => Topic started by: The Dot on June 26, 2006, 04:48:23 AM

Title: ED2K Links Handling (SOLVED!!!)
Post by: The Dot on June 26, 2006, 04:48:23 AM
(Please transfer this info to the wiki ;))

I'm using amule 2.1.3 (for Windows) and Firefox.

After reading your wiki and some threads in this forum I couldn't setup a proper handling for ed2k files.

I found the solution after searching Mozilla Knowledge Base.

Copy this text to a new text document, then rename it to anything you want but with a .reg extension.

Replace the path if it's not correct.

---Copy everything below this line---

REGEDIT4

[HKEY_CLASSES_ROOT\ed2k]
@="URL:ed2k Protocol"
"URL Protocol"=""

[HKEY_CLASSES_ROOT\ed2k\shell]

[HKEY_CLASSES_ROOT\ed2k\shell\open]

[HKEY_CLASSES_ROOT\ed2k\shell\open\command]
@="\"C:\\Program Files\\aMule\\ed2k.exe\" \"%1\""


---Copy everything above this line---


Hope this helps!
Title: Re: ED2K Links Handling (SOLVED!!!)
Post by: wuischke on June 26, 2006, 08:25:31 AM
Don't get me wrong, but that's already in the wiki.
Quote
NOTE 1: 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.
Title: Re: ED2K Links Handling (SOLVED!!!)
Post by: The Dot on June 26, 2006, 04:13:45 PM
Yes, but it's not right... Try doing everything that is described there and you'll see that there is a syntax problem...