Search results

  1. D

    [Bounty] Plugin to browse and download files

    What you see here : http://filesharefreak.com/2010/05/22/xirvik-reinventing-how-seedboxes-should-be-done/ , is what people on xirvix also see .. all options are mentioned in that post (all pics)
  2. D

    [Bounty] Plugin to browse and download files

    well right now there are bounties on it. but i'm not sure it's that high yet.
  3. D

    [Bounty] Plugin to browse and download files

    basically a file explorer which works with the multiuser setup already implemented in rutorrent
  4. D

    [Bounty] Plugin to browse and download files

    Hello, Tx Nexus for your help, I hope we will find out new dev.
  5. D

    Greek Translation of rutorrent

    Oh, OK, I see Seems useful, especially in the case "Autoswitch to 'Log' tab" is unchecked. It seemed a bit strange to me because I have "Autoswitch to 'Log' tab" checked, so I was seeing those stuff twice, lol...
  6. D

    Show monthly traffic in bottom status bar

    Works like a charm! This is what I've got now: index.html (actually changed it to index.php) Code: <?php $bw=shell_exec("vnstat -m | grep \"`LC_ALL=C date +\"%b '%y\"`\" | awk '{print $9 $10}'"); ?> <td> <table id="st_traffic" class="statuscell" cellpadding="0" cellspacing="0">...
  7. D

    Code to remove keys from tracker links

    Aye all use the same rtorrent. A small fix for the above if someone plan to use it Code: var pattern = new RegExp("^https?://[a-z0-9]*\.?[a-z0-9\-]+\.[a-z0-9\:]+\/","i"); var resultat = pattern.exec(trk['name']); try { trk['name'] = resultat[0]; }...
  8. D

    Code to remove keys from tracker links

    i think he only want hide the passkey in tracker tab. As this we cannot stole it. But if he want remove it from the .torrent, it's not a good choise because it will not work anymore...
  9. D

    rtorrent restart script through webpage

    I have come up with a solution not the best solution but it works first logon to ssh then run visudo to edit your sudo users list find Code: # User privilege specification In that section add Code %www-data ALL=NOPASSWD: /etc/init.d/rtorrent startSave the file Now create a php file name...
  10. D

    rtorrent restart script through webpage

    The plugin developed for a seedbox provider was paid for by them and done on an exclusive basis, at least until october. Of course, you're free to develop your own solution.
  11. D

    Disabling http://retracker.local/ on torrent start

    Great! works perfectly. Thanks a lot for you help.
  12. D

    Script to list downloads per label

    Try to use a normal way - one rtorrent instance for user + quota system + ruTorrent quota plugin. You must make XMLRPC request for rtorrent with methods d.get_name and d.get_custom1.
  13. D

    Disabling http://retracker.local/ on torrent start

    Some Russian trackers add a tracker to their torrents called "retracker.local". So that your network admin can setup a local tracker which enables people behind the same private network to peer with each other. This is all well and good, except for most people this address doesn't exists causing...
  14. D

    auto-start cron script

    Different environment variables.
  15. D

    auto-start cron script

    thanks. I am not a scripting expert yet but i get by.
  16. D

    extsearch engine and loginmgr script for german quorks.to tracker [patch]

    Hi, wrote loginmgr script and extsearch engine for popular german quorks.to tracker (based on existing code for other trackers). Feedback welcome.
  17. D

    RSS Alerter

    Wow, Novik65, that was a really complete answer! Thanks a million, it's working perfectly now. I'll get to work on integrating it into the rssmanager interface, so people can choose their own command to run when a new torrent is added automatically from RSS. Once it's all working, I'll send a...
  18. D

    API?

    Im already on my way, I know this will take me forever to accomplish but Im willing to put in some work for it, I think I have a good idea and if no one wanna come with me on it Im going to run with it alone. If I make it to the finnishline I dont know. But Im giving it a honnest shot. how ever...
  19. D

    API?

    I see little point in having a dev part on the forum if you only are to help those who already know enough to do it, very well I will find it myself over hours of try 'n' error