Jump to content

WebUI v0.315


Directrix

Recommended Posts

is there a way to explain me the way to get it work from extern ? on LAN everything is fine, but if i try my ip and port (also tried the alternative port 8080(and forwarded ;) ) to contact it says: no connection to server possible http isnt blocked and something more please ! Help me

Link to comment
Share on other sites

  • Replies 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

no connection to server, means port isnt forwarded or ur using the wrong port.

I suggest you dont bother with the alternative port. Just use the webui on the port utorrent is using. Make sure the utorrent port is forwarded correctly by using the port checker in the speed guide. Then make sure u got a static ip and everything shud be fine.

Link to comment
Share on other sites

@ICleolion: thanks for your fast answer! Port is forwarded (happy green smile ) and second: my ip is dynamic, but even then could i write in my browser (ff) http://dynamic-ip:µPort/gui/ and it should work ?!?! but it don't- from Lan it works perfectly, that's because i asked if something special had to be allowed (http-access) or similar in the router config (ADSL modem router from devolo ).... maybe you can even handle this request please ? Thank you forwarded ;)

Link to comment
Share on other sites

Nero: http://forum.utorrent.com/viewtopic.php?id=8639 <- this thread holds the solution for your dynamic IP problem.

As for being able to connect remotely, you shudnt need to do anything special in your router. If the port is forwarded then you should be fine. I will need to know exactly what problem you are being presented with when connecting externally. It will also help if you can come into the irc chan #utorrent-webui.

Link to comment
Share on other sites

mrxsrd: the file priority is found by right clicking on the rows in the file tab, it isnt controlled by up and down buttons. They will be implemented later.

fazzy4: did you not see the remove torrent button on the toolbar in the webui!!!! As for the reset option, why? I'm gonna need a good example for needing that before i put it on my list of things to bug Directrix to do list.

Link to comment
Share on other sites

Does anyone know how to make a bookmarklet for Firefox that limits the upload/download rates using the webui backend in uTorrent?

I wrote the code below, and it sorta works but you have to login normally first (ie, the username/password part of the URL doesnt work). I tried using XMLHttpRequest, but it doesnt work cause the security settings dont allow you to fetch pages from different domains (ie it doesnt allow cross site scripting).

javascript:(function() var w1 = window.open('http://username:password@hostname:port/gui/?action=setsetting&s=max_ul_rate&v=1');w1.close();w1 = window.open('http://username:password@hostname:port/gui/?action=setsetting&s=max_dl_rate&v=1');w1.close();})()
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.


×
×
  • Create New...