Jump to content

Deacon

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Deacon

  1. Deacon

    WebUI v0.315

    Yeah, after further investigation I found I'd copied it to S:\BitTorrent\uTorrent\utorrent.exe while the shorcut was pointing to S:\BitTorrent\utorrent.exe, so I was still running the build from the Sept 21 download I did. Successfully running 483 now.
  2. Deacon

    WebUI v0.315

    You know, it's weird, I downloaded the .310 b2 zip from the initial post, and it contains a filed called "utorrent-1.6.1-beta-build-482.exe", but when I run it, Help > About shows build 481: Oh well...it seems to be working fine, so I'll leave it alone. Also, I use stunnel for connecting via HTTPS, but at least with the .300 b1 (haven't used the new one long enough to know yet), I would be redirected to http:// instead of https:// which means I was prompted for authentication info again, and everything was going through clear text.
  3. Deacon

    WebUI v0.315

    Glival, that's pretty sweet. I have since edited the page and restarted uTorrent such that now in my browser at work viewing the source shows lines 9 through 12: <script type="text/javascript" src="common.js"></script> <script type="text/javascript" src="stable.js"></script> <script type="text/javascript" src="script.js"></script> <script type="text/javascript" src="content.js" defer="defer"></script> Unfortunately, I'm still stuck at the "Loading..." in the middle of the screen in Firefox. Does "./" just mean it's pulling from the current directory? If so, why not let it be a vanilla relative URI? Either way, I've modified the index.html to remove ALL "./" from in front of anything, which includes the following three lines in addition to the ones shown above: Lines 7 and 8 (obviously the favicon is unlikely to matter, though the style.css might well be important): <link href="favicon.ico" rel="SHORTCUT ICON" /> <link href="style.css" rel="stylesheet" type="text/css" /> Line 23: <form action="?action=add-file" method="post" enctype="multipart/form-data" target="uploadfrm" onsubmit="return CheckUpload(this);"> And now it works! Yay! I know I modified the form action to add a file, so I tested it out, and it works well even without the "./" prepended to it. PS Yes, Firefox 1.5.0.7 with the NoScript extension among others. In case it proves useful for future reference, here's my complete extensions list:
×
×
  • Create New...