Search results

  1. D

    Ban public trackers

    How do I set up rutorrent to ban public trackers. i.e mininova, piratebay ect
  2. D

    [SOLVED] Apache is not responding, with ruTorrent installed!

    I guess I solved the problem mate, I restarted ruTorrent in CentOS using Webmin and it seems to work fine now. Thanks for your help.
  3. D

    Right Click Context Menu in Mac

    I just changed the multi-select rows to Alt-Click instead of Ctrl-Click, not as intuitive, but it allows Mac users with a one button mouse to use rutorrent
  4. D

    Right Click Context Menu in Mac

    doesn't affect how it works on windows, it just says if the user right clicks or does "command+click"
  5. D

    Right Click Context Menu in Mac

    We fixed it by changing any if statement that said if((e.button == 2) to if(e.button==2 || (e.which == 1 && e.metaKey == true)) in webui.js and the init.js of the extsearch plugin webui.js: lines 439, 783, 889, 1061, 1162, 1615, 1639, 2047, 2071 extsearch/init.js: lines 412, 557
  6. D

    Right Click Context Menu in Mac

    Command+Click doesn't seem to work in the rutorrent ui.. The two-finger tap works, but only if the user has a trackpad. Any ideas how to make command+click work?
  7. D

    Default Language

    which plugin is giving you the problem? typically there are language files which you can edit/set like en.js
  8. D

    Right Click Context Menu in Mac

    Hi, How does a Mac user access the right click context menu (i.e. for loading a torrent from the extsearch plugin, or for removing a torrent from the main list in the UI). I'm assuming this mac user has one mouse button, they have tried Ctrl-click. Thanks for any help, I didn't see any other...
  9. D

    [PAID JOB] Help in fixing the "Ratio Groups" plugin

    Mate, can you please contact me in Gmail? [email protected]
  10. D

    [PAID JOB] Help in fixing the "Ratio Groups" plugin

    Hello somus1735, I have tried doing this. There was an active topic about this particular problem, the OP had solved it but I was not able to do so. Hence I opened this topic. Think you can help mate?
  11. D

    Rutorrent not loading (Bad response from server)

    Your share/users/username/settings/uisettings.json file could be broken. Try to delete it, and press F5. Or try another browser.
  12. D

    [PAID JOB] Help in fixing the "Ratio Groups" plugin

    Hello, I have this plugin installed in ruTorrent WebUI: Name: Plugin Ratio URL: http://code.google.com/p/rutorrent/wiki/PluginRatio Screenshot: What's the Problem? Well I have tried to use this plugin to the best of my capabilities. But unfortunately, I cannot seem to fix this error that I...
  13. D

    Completed Torrent Data not deleting

    Apparently there was an issue with rutorrent 3.2 and the erasedata plugin. It's been resolved in 3.3. I wish I could have given you more data on the box but it's a cheap shared box at useed.org and no detailed info was available (other then hd size and bandwidth). Thanks anyways.
  14. D

    PLEASE HELP me

    thanks guys for all your help its sorted so thankyou very much i now have another problem i have 2tb hdd but my hdd reports 9.8gb however i have downloaded loads more than that is there any way i can get my hdd to report correct usage please
  15. D

    PLEASE HELP me

    thanks guys for answers how do u mean update from svn m8
  16. D

    PLEASE HELP me

    so no 1 has an answer lol linux gods back to google then i guess thanks anyway guys
  17. D

    PLEASE HELP me

    thanks m8 this is it scgi_port = 127.0.0.1:23876 encoding_list = UTF-8 system.umask.set = 022 port_range = 23877-23877 port_random = no check_hash = no directory = /home/geordino9/downloads session = /home/geordino9/rtorrent/session encryption = allow_incoming, try_outgoing, enable_retry...
  18. D

    How to add a torrent to a user-created group?

    http://libtorrent.rakshasa.no/wiki/RTorrentRatioHandling
  19. D

    PLEASE HELP me

    hi guys my 1st post so be easy lol i have installed rutorrent on my server then i go to webmin and update all packages my problem then horrises say i have a torrent and i want to remove it but keep the data i go to remove and it removes the torrent +the data how can i stop this happening please...
  20. D

    problem with loading large torrent

    Check your php or web-server settings. It has limitation for max size of uploaded file.