You are not logged in.
- Topics: Active | Unanswered
#726 2012-03-24 09:33:44
- MeAtUtorrent
- Member
Re: WebUI v0.387
So no plans to add in near future??
Offline
#727 2012-04-01 07:44:34
- zhukham
- Member
Re: WebUI v0.387
i need to download it mannully,how?
Offline
#728 2012-04-03 05:38:01
- axelgenus
- Member
Re: WebUI v0.387
The WebUI doesn't fill the whole width of the browser window if the labels' sidebar is hidden.
Offline
#729 2012-04-05 00:58:50
- RET
- Member
Re: WebUI v0.387
Is there a way to add a webseed to a torrent in webui?
Thanks ![]()
Offline
#730 2012-04-10 18:11:07
- Ultima
- Administrator
Re: WebUI v0.387
Not supported in the back end, so no, not currently.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#731 2012-04-14 03:43:47
- temp171
- Member
Re: WebUI v0.387
AUTHORS uTorrent
See how it works BitComet and take on board. It creates a folder with the active torrents, and there creates an XML file with the necessary information.
P.S. No more strength. There is no hope. (http://forum.utorrent.com/viewtopic.php?id=108918)
Last edited by temp171 (2012-04-14 03:48:54)
Offline
#732 2012-04-14 04:01:41
- DreadWingKnight
- I never claimed to be nice.
Offline
#733 2012-04-28 08:19:39
- Ultima
- Administrator
Re: WebUI v0.387
@axelgenus: https://sites.google.com/site/ultimasit … ects=0&d=1
Download this, rename as webui.js.gz, replace inside webui.zip.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#734 2012-05-05 11:55:51
- adriankoooo
- Member
Re: WebUI v0.387
I have problem with webui. The download rate limiting is not working. Any idea how to fix this problem?
Preferences->Bandwith:
Global Download Rate Limiting is set to x value.
Apply rate limit to UTp connections is enabled.
Utorrent still working on full speed.
Another problem is with private trackers and cookies:
which is working:
adding torrent via url like this:
http://xy.com/torrents.php?action=downl … ass=mypass
Which not:
1,Add Torrent via URL, manually enter cookie:
1, via the cookie manager. I tried to set cookie based on the working URL (nick=mynick;pass=mypass), without success:
Is this correct? Because not working. I tried to make cookie :COOKIE:nick=mynick;pass=mypass, not working. I have no more idea.
Last edited by adriankoooo (2012-05-05 12:39:26)
Offline
#735 2012-05-05 13:49:13
- Ultima
- Administrator
Re: WebUI v0.387
Rate Limiting:
If the rate limits are being saved between sessions (reload WebUI), then there's not a whole lot I can do from the WebUI side of things. And really, what do you mean by "not working" anyway? In what way is it not working?
Cookies:
Hah. Inconsistent URI component encoding. To be fair, I've never really used any sites that require cookies, so it's kinda hard for me to test these things carefully. But enough with the excuses ![]()
https://sites.google.com/site/ultimasit … ects=0&d=1
Download this file, rename it to webui.js.gz, replace the one inside webui.zip, and try again.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#736 2012-05-08 15:00:05
- adriankoooo
- Member
Re: WebUI v0.387
Ultima,
I replaced the file, but it is still not working:
(URL: http://xy/torrents.php?action=download&id=1002452 + I click on detect cookie, which loads: "nick=xy;pass=e24bb2c5eb3a490da ")
When I add new torrent via URL, like this:
http://xy/torrents.php?action=download&id=1002452:COOKIE:nick=xy;pass=e24bb2c5eb3a490da
This is working, and torrent starts downloading.
Is there any way to debug this bug? ![]()
I am here to help you.
Last edited by adriankoooo (2012-05-08 15:00:30)
Offline
#737 2012-05-11 08:08:16
- mfrazzz
- Member
Re: WebUI v0.387
Is there a way to change the font / font size in WebUI? The default WebUI had a smaller font, and for me was easier to view. These builds change the font to a much larger font size. Is this expected or necessary for some reason?
Offline
#738 2012-05-12 17:21:20
- aa_gun
- Member
Re: WebUI v0.387
[BUG]
connections made from browser to WEB UI never closed properly, *it's even keep labeled as "established"
like this..
TCP 1.1.1.1:25 2.2.2.2:31939 ESTABLISHED 704
TCP 1.1.1.1:25 2.2.2.2:37568 ESTABLISHED 704
TCP 1.1.1.1:25 2.2.2.2:41676 ESTABLISHED 704
TCP 1.1.1.1:25 2.2.2.2:43725 ESTABLISHED 704
TCP 1.1.1.1:25 2.2.2.2:45762 ESTABLISHED 704
TCP 1.1.1.1:25 2.2.2.2:52417 ESTABLISHED 704
*25 my local port at server listening WEBUI
and it will multiply from time to time, i dont knw why..But i heard it's been long time since last fix, so .. will it to get fixed or ..?
*thank you ![]()
Offline
#739 2012-05-12 19:52:34
- Ultima
- Administrator
Re: WebUI v0.387
@adriankoooo: Clear your browser cache, and try redownloading WebUI from the first post too while you're at it. The fix made it such that adding by manually inserting :COOKIE: in the URL, and adding with the cookie field populated generate the same exact request to the WebUI backend, so if one works, there's no reason the other wouldn't (or conversely, if one seriously doesn't work, then there's no reason the other should work either).
@mfrazzz: Uncheck Preferences > Advanced > Web UI > Use system fonts. If you're seeing this on Chrom(e|ium) on Linux, then the browser probably still don't have proper support for basic system fonts as defined in the CSS2 font shorthand spec. Read: Not My Fault the Browser is Broken™ ![]()
@aa_gun: I have no idea what "last fix" you're talking about. And to be honest, I'm not really sure how connection close issues are even WebUI's fault. What WebUI does as far as connections goes isn't exactly sophisticated: it sends a request, reads the response, then sleeps (letting the request object go out of scope, which should be picked up by the garbage collector). If your browser never closes the connection, then maybe the browser holds several connections open for reuse since connection setup/teardown can be relatively costly (and so this should not be any of your concern). If it never closes any connection, and only ever opens more and more connections, then that's a bug in your browser -- not WebUI. I've never observed continuously-opened-but-never-closed connections with any browser I've tested, and all browsers have a per-server connection limit to prevent hammering anyway.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#740 2012-05-13 02:47:25
- aa_gun
- Member
Re: WebUI v0.387
i'm sorry... yes it's some thingy wrong in my browser.. ![]()
Offline
#741 2012-05-16 18:39:10
- nicke157
- Member
Re: WebUI v0.387
When will the labels bug be fixed?
EDIT: Nvm, I forgot that update to the new version of WebUI does not correct my old labels. ![]()
Last edited by nicke157 (2012-05-16 18:42:37)
Offline
#742 2012-05-22 04:00:28
- chris_h16
- Member
Re: WebUI v0.387
Hi
I've been using utorrent 3.0.0 and webui 0.385 for a while now, with some issues with it not adding torrents on some occasions. Right now it won't load any torrents from my monitored folder or from using transdroid on android phone but used to work. I've tried updating utorrent to 3.1.3 and webui to 0.387 but its still the same. Sometimes it will work adding a torrent using webui locally and adding a downloaded torrent, but i can't get it to work with my monitored folder or transdroid.
Offline
#743 2012-05-22 14:06:48
- CubanMissile
- Member
Re: WebUI v0.387
In version 0.387 and Chrome 19 I'm using a "http://Username:Password@YourIP:UTport/gui/" bookmark to access WebUI but it still constantly asks me for a username and password. It wasn't doing this before I last updated uTorrent and WebUI, but I'm not sure what version I was using. I verified the username and password in the bookmark are correct, anything else I can do?
Offline
#744 2012-05-22 15:17:32
- Firon
- Administrator
Re: WebUI v0.387
Chrome doesn't allow username and password in URLs. It strips them out.
Offline
#745 2012-05-22 17:56:19
- Ultima
- Administrator
Re: WebUI v0.387
@chris_h16: Monitored folders and Transdroid have nothing to with this WebUI. Nothing I do in this UI can change the way they work.
@CubanMissile: http://code.google.com/p/chromium/issue … ?id=123150
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#746 2012-05-23 00:38:27
- chris_h16
- Member
Re: WebUI v0.387
@chris_h16: Monitored folders and Transdroid have nothing to with this WebUI. Nothing I do in this UI can change the way they work.
Ok forget about transdroid.
In webui there is the option to monitor a folder and load torrents from it automatically. It used to work but doesn't any more
Offline
#747 2012-05-23 18:31:46
- Ultima
- Administrator
Re: WebUI v0.387
Does the same option's value change in µTorrent after you change it in WebUI? If so, then it's an issue with µTorrent, and not WebUI.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline
#748 2012-05-24 00:14:44
- suwill
- Member

Re: WebUI v0.387
I come from China, used Chinese characters.
when I use webui to adding .torrent file, there is a problem
For example:
LOVE Chinese character expression = 爱
Add subpath when I entered "爱"
http://d.pr/i/UWb
However, in windows explorer, garbled
http://d.pr/i/THlR
Any other Chinese characters subpath will have problems
Please tell me, how can I do, in addition to waiting for the new version of the WEBUI
USE GOOGLE TRANSLATE
SORRY ABOUT MY POOR ENGLISH
Offline
#749 2012-05-24 04:02:40
- Ultima
- Administrator
Re: WebUI v0.387
http://forum.utorrent.com/viewtopic.php … 52#p594152
As previously mentioned, Unicode support in the µTorrent backend is slightly broken in some places.
[size=0.85][ Tweaking Checklist | User Manual | BEE | MiniUI | µTA ][/size]
Offline

