Tıkla'V'Yükle

Tıkla'V'Yükle iki özellik taşır

Özellikler

1. JDownloader'a *.dlc *.ccf ve *.rsdf dosyalarını linkler

Bir konteyner dosyasına uygulanan çift tıklama ile jdownloader başlatılır ve konteyner eklenir.

2. jd:// jdlist:// ccf:// dlc:// ve rsdf:// linklerini JDownloader'a linkler

Tıkla'V'Yükle linki bulursanız , sadece üstüne tıklayın ve jd sizin için açsın.

Link Türleri

jd:// Single Link

Tek bir link. http yazan yere jd yazın.

<a href="jd://rapidshare.com/files/191620526/25bmtest.zip">JD Click'N'Load 25Mb jd-singlelink-test</a>
jdlist:// Single Link

A linklist. Create a linklist (comma-separated), and encode it with base 64. Add the result to jdlist: <code html><a href=“jdlist:aHR0cDovL3JhcGlkc2hhcmUuY29tL2ZpbGVzLzE5MTYyMDUyNi8yNWJtdGVzdC56aXAuaHRtbA==”>JD Click'N'Load 25Mb jd-linklist-test</a></code>

dlc:// ccf:// rsdf:// Container Link

Konteyner'i karşıya yükleyin ve http: yazan yeri dlc: ccf: yada rsdf: ile değiştirin. Konteyner'in normal bir http-sunucusunda barındırılması gerekli . Tek tıklamalı barındırıclar çalışmaz!

<a href="dlc://service.jdownloader.org/testfiles/Testpackage.dlc">JD Click'N'Load 25Mb jd-DLC-test</a>

Örnekler:

JD Click'N'Load 25Mb jd-linklist-test
JD Click'N'Load 25Mb jd-singlelink-test
JD Click'N'Load 25Mb jd-DLC-test

Protokoller

Tıkla'V'Yükle aşağıdaki protokolleri jdownloader'a linkler yani (ilişkilendirir).

  • jd: * dlc:
  • ccf: * rsdf:
  • jdlist: ===== Windows ===== Bazı sistemlerde jDownloader kendini protokollere linkleyemez. Bu *.reg dosyasını kullanın. - Create a new file clicknload.reg (for example using notepad) - Open this regfile and insert the following codes - Replace the PATH_TO_JDOWNLOADER.exe with our path. use
    instead of \ e.g: D:\\jdownloader\\JDownloader.exe - Save the file and execute it. <code> Windows Registry Editor Version 5.00 ; Link dlc:

[HKEY_CLASSES_ROOT\dlc] @=“JDownloader dlc” “URL Protocol”=””

[HKEY_CLASSES_ROOT\dlc\Shell] @=“open”

[HKEY_CLASSES_ROOT\dlc\Shell\open]

[HKEY_CLASSES_ROOT\dlc\Shell\open\command] @=“PATH_TO_JDOWNLOADER.exe –add-link \”%1\””

; Link ccf: [HKEY_CLASSES_ROOT\ccf] @=“JDownloader ccf” “URL Protocol”=”” [HKEY_CLASSES_ROOT\ccf\Shell] @=“open” [HKEY_CLASSES_ROOT\ccf\Shell\open] [HKEY_CLASSES_ROOT\ccf\Shell\open\command] @=“PATH_TO_JDOWNLOADER.exe –add-link \”%1\”” ; Link rsdf: [HKEY_CLASSES_ROOT\rsdf] @=“JDownloader rsdf” “URL Protocol”=””

[HKEY_CLASSES_ROOT\rsdf\Shell] @=“open”

[HKEY_CLASSES_ROOT\rsdf\Shell\open]

[HKEY_CLASSES_ROOT\rsdf\Shell\open\command] @=“PATH_TO_JDOWNLOADER.exe –add-link \”%1\””

; Link jd: [HKEY_CLASSES_ROOT\jd] @=“JDownloader jd” “URL Protocol”=”” [HKEY_CLASSES_ROOT\jd\Shell] @=“open” [HKEY_CLASSES_ROOT\jd\Shell\open] [HKEY_CLASSES_ROOT\jd\Shell\open\command] @=“PATH_TO_JDOWNLOADER.exe –add-link \”%1\”” ; Link jdlist: [HKEY_CLASSES_ROOT\jdlist] @=“JDownloader jdlist” “URL Protocol”=””

[HKEY_CLASSES_ROOT\jdlist\Shell] @=“open”

[HKEY_CLASSES_ROOT\jdlist\Shell\open]

[HKEY_CLASSES_ROOT\jdlist\Shell\open\command] @=“PATH_TO_JDOWNLOADER.exe –add-link \”%1\””

</code>

Linux & MAC

Download the Linux/Mac Installer/Starter for this HOWTO!

On Linux/MAC, protocols like dlc: are not controlled by the OS. If you are using Firefox, you may add the protocols by ourself:
- open firefox advanced configs by typing “about:config” in the adress bar - rightclick –>new: create the following entries for each protocol: - Replace PATH_TO_SCRIPT with the path to jd.sh - First Line is String - Second Line is Boolean - restart JDownloader </box> <code> network.protocol-handler.app.jd = PATH_TO_SCRIPT/jd.sh network.protocol-handler.external.jd=true network.protocol-handler.app.jdlist = PATH_TO_SCRIPT/jd.sh network.protocol-handler.external.jdlist=true network.protocol-handler.app.ccf = PATH_TO_SCRIPT/jd.sh network.protocol-handler.external.ccf=true network.protocol-handler.app.rsdf = PATH_TO_SCRIPT/jd.sh network.protocol-handler.external.rsdf=true network.protocol-handler.app.dlc = PATH_TO_SCRIPT/jd.sh network.protocol-handler.external.dlc=true </code> ====== Links ======

* Microsoft Knowledgebase

tr/knowledge/wiki/glossary/click-n-load.txt · Son değiştirilme: 2016/06/27 16:33 (Dışarıdan düzenle)