Official eMule-Board: Remote Control Through Smartphone Or Tablet - Official eMule-Board

Jump to content


Page 1 of 1

Remote Control Through Smartphone Or Tablet

#1 User is offline   kiwi1342 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 22-September 13

Posted 31 March 2014 - 12:02 PM

Hi all,

I'm trying to figure out a way to send the downloadable links from my smartphone/tablet to my NAS (or pc). What I'd like to have is browsing the internet with my tablet, and when clicking on the e2dk link, send that link to my machine under the same sireless network. Can anyone help me or point me in the right direction to achieve this?

Thanks
0

#2 User is offline   tHeWiZaRdOfDoS 

  • Man, what a bunch of jokers...
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5630
  • Joined: 28-December 02

Posted 31 March 2014 - 12:34 PM

http://www.emule-pro...4&rm=show_topic

HTH :flowers:
0

#3 User is offline   Eulero 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 2553
  • Joined: 09-August 07

Posted 31 March 2014 - 07:19 PM

... and CBB eMule Click Transfer or GeteD2k for Android (Italian Language).
0

#4 User is offline   kiwi1342 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 22-September 13

Posted 31 March 2014 - 09:25 PM

View PostEulero, on 31 March 2014 - 07:19 PM, said:

... and CBB eMule Click Transfer or GeteD2k for Android (Italian Language).

Thx i'll try gete2dk but what about iOS?
0

#5 User is offline   kiwi1342 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 6
  • Joined: 22-September 13

Posted 02 April 2014 - 08:02 AM

View Postkiwi1342, on 31 March 2014 - 09:25 PM, said:

View PostEulero, on 31 March 2014 - 07:19 PM, said:

... and CBB eMule Click Transfer or GeteD2k for Android (Italian Language).

Thx i'll try gete2dk but what about iOS?


Nevermind, I created two bookmarklets which allow me to send ed2k links to amuleweb which will be added to aMule:

Please change YOUR_IP, YOUR_PORT and YOUR_PASSWORD accordingly:

ie:
IP="http://10.0.0.2:4711/";PASS="amulePass";

The port and password are relaitve to amuleweb


single manual download

jawascript:IP="http://YOUR_IP:YOUR_PORT/";PASS="YOUR_PASSWORD";d=document.createElement("script");d.src=IP+"?pass="+PASS;document.body.appendChild(d);IP_FOOTER=IP+"footer.php";a=document.querySelectorAll("a[href^='ed2k'][href*='file']");for(var
i=0;i<a.length;i++){a[i].style.color="orange";a[i].onclick=function(e){e.preventDefault();b=document.createElement("script");b.src=IP_FOOTER+"?ed2klink="+escape(this.href)+"&Submit=Download
link&selectcat=all";document.body.appendChild(B);this.style.color="green"}}



automatic multiple download

jawascript:IP="http://YOUR_IP:YOUR_PORT/";PASS="YOUR_PASSWORD";TIMEOUT=200;d=document.createElement("script");d.src=IP+"?pass="+PASS;document.body.appendChild(d);IP_FOOTER=IP+"footer.php";c=Array.prototype.slice.call(document.querySelectorAll("a[href^='ed2k'][href*='file']"));a=setInterval(function(){try{if(c.length===0){clearInterval(a);return}var
e=c[0];var t=document.createElement("script");t.async="true";t.src=IP_FOOTER+"?ed2klink="+escape(e.href)+"&Submit=Download
link&selectcat=all";document.body.appendChild(t);e.style.color="green";c.shift()}catch(n){alert("error");clearInterval(a)}},TIMEOUT)

This post has been edited by kiwi1342: 02 April 2014 - 08:03 AM

0

#6 User is offline   Zangune 

  • Golden eMule
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1941
  • Joined: 05-March 12

Posted 02 April 2014 - 09:33 AM

A feedback is always well accepted, thanks.
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users