Search results

  1. S

    How to use rutorrent: RSS plugin

    Try changing Pass to pass.
  2. S

    How to use rutorrent: RSS plugin

    Hi I'm not sure if I have done this right. I'm trying to download Blue Bloods S01E06 to E09. This is the actual file (series) I'm interested in downloading: Blue.Bloods.S01E06.HDTV.XviD-LOL File Info: File Information Video : XviD Audio ...
  3. S

    How to use rutorrent: RSS plugin

    i wouldn't mess with the one in conf/config.php i'd look at adding something like this to your .rtorrent.rc Code execute = {sh,-c,/usr/local/bin/php /usr/local/www/rutorrent/php/initplugins.php wonslung &} that's mine, notice the wonslung at the end, that's my webauth username. also not the...
  4. S

    How to use rutorrent: RSS plugin

    it's site specific. check the site, go to your profile and make sure you aren't set to "secure" (meaning only one ip) make sure the link is a "DOWNLOAD LINK" if it's still broken, you may need to add a cookie. If you've added the proper cookie and it's still broken, you will need to send...
  5. S

    How to use rutorrent: RSS plugin

    hi , can i ask one more question, yesterday, my server crashed and when we restarted the server, all my feeds are gone except for the filter. when i try to add the rss again, it give me a msg saying that the feeds already exist. how can i get my feeds back? i am using rutorrent v3.0. i look...
  6. S

    Vbulletin User=Label Hack

    Just starting to get familar with the workings of rutorrent will look at making this a plugin in the near future im sure it could be done and could even make the code more stream line Would like to even add a button on the interface to load up the forums my main issue would where and how do...
  7. S

    Making "Completed" show directory contents

    if all you want is a plugin which works similar to a file explorer, look at the free 3rd party plugin for this bounty at http://forums.rutorrent.org/index.php?topic=411.0 If you still have torrents running, they should still show up in rutorrent. If they AREN'T showing up...that'd weird.
  8. S

    Phpbb3 Label and login intergration Hack

    After doing The Vbulletin hack thought I would give phpbb3 simlar hack This is untested but most of the code has been pulled of forums and just adjusted to suit our needs Here is the code to get username from phpbb add this code to your addtorrent just under the $label = null; to pass the...
  9. S

    Vbulletin User=Label Hack

    I share my seedbox with a few mates and to make things easier I have done this hack to use there Vbulletin Username as the label for any newly added torrents You will need to install Vbull for this to work In the php directory open addtorrent find Code: $label = null; Under this add Code...
  10. S

    Remotely Send torrent from webbrowser to ruTorrent (uTorrent and wTorrent)

    for Firefox, Bit Torrent WebUI+ is an easy solution. https://addons.mozilla.org/en-US/firefox/addon/bittorrent-webui-120685/
  11. S

    Remotely Send torrent from webbrowser to ruTorrent (uTorrent and wTorrent)

    nice work! I'm going to sticky this....though i might end up moving it to another category.
  12. S

    Keep track of when an item was last active

    rtorrent Community Wiki The above article describes how to add a timestamp to torrents showing last activity. I've added the required code in .rtorrent.rc and restarted rtorrent, but I don't see this extra field in rutorrent. The question is how to display this new value in rutorrent?
  13. S

    BOUNTY: Better search

    I'd throw in $20 as well if it did what wonslung asked, but ALSO pulled the cookies in from the cookies plugin. You probably don't notice that the search feature doesn't use the cookies because you're already logged in, but if you're using someone else's machine to access your rutorrent...
  14. S

    Bounty: Torrent Info

    1) Is you really need a *php* script for this? For example, all that work may be done by javascript. If that javascript will be running inside ruTorrent. 2) Is this php scrip must be a standalone or it may use ruTorrent scripts? If first - this require a passing a lot of configuration parameters.
  15. S

    Current Load notification

    How can I get that to refresh with ajax?
  16. S

    Log help

    This is a function with name 'log'. And you can use it from javascript code only.
  17. S

    BOUNTY: Low bandwith friendly protocol for interacting with remote rtorrent

    Только что провёл тест в экстремальных условиях - Скайлинк на окраине Краснодара, лагает так, что почта почти не доходит (если письмо больше 100кб - прежде чем успевает загрузиться, прерывается связь). Потери пакетов до сервера с rtorrent - 30%, пинги до 2 секунд. Запускаю ruTorrent - всего три...
  18. S

    BOUNTY: Magnet link support

    I'm offering up a small $20 bounty for Magnet link support in rutorrent. Details are in this thread: http://forums.rutorrent.org/index.php?topic=73.0 Martian
  19. S

    Starting Plugin Development

    i did what you told but unfortunately the behavior remains... for example this is my dialog code: Code: plugin.onLangLoaded = function() { theDialogManager.make( 'dlg_relocate', theUILang.RelocateDlgCaption, "<div class='cont fxcaret'>" + "<fieldset>" +...
  20. S

    Starting Plugin Development

    relocate how? are you trying to move them on the same system? or send them to a remote server?