Search results

  1. L

    Bounty: Torrent Info

    This is exactly the type of script I was looking for and very easy to follow thankyou very much. Sponge Do I just send the bounty to the donation link ?
  2. L

    Torrent Info

    Ok. What do you really want? 1) You can to learn - how you can obtain this information. In this case you must to say - what you tried, what you give and where is a problem. 2) You need the addition to ruTorrent, which will solve your problem. In this case you must to say - what do you wish to...
  3. L

    Torrent Info

    Since you're familiar with PHP, have you taken a look at the contents of rutorrent's /php/ folder? There are a few files in there which appear to have the functions you're looking for - specifically Torrent.php. Hope this points you in the right direction,
  4. L

    Torrent Info

    Thanks for your quick reply The reason I want to use this method is I have linked rutorrent with my forum (vbul) I have vbul running in an iframe with other iframes as chat box and a menu system allowing people to go to the forum page. If a user tries to login in to just the rtorrent it...
  5. L

    Current Load notification

    its actually just a hack, uses external php to grab the top output and overlay it on a png i just put that png into index.html.. nothing spectacular
  6. L

    Bounty: Torrent Info

    Willing to pay $20us. Im after a php script to be able to be run and copy all the current torrent informtion in to an array to be be stored. Essentially im after a scrape of all the torrent information from rtorrent into a php array. So if I have 20 torrents I would have all this...
  7. L

    BOUNTY: Low bandwith friendly protocol for interacting with remote rtorrent

    Тут ничего не поделаешь, к сожалению - менее чем в полкилобайта на торрент при первой загрузке обойтись никак не получается. Нужно либо сильно обеднять интерфейс, либо пользовать компрессию, но про это я уже выше писал. Возможно, в будущем изображу какую-нибудь минималистическую версию "для...
  8. L

    BOUNTY: Low bandwith friendly protocol for interacting with remote rtorrent

    See point 3, "images optimization". Now all status and toolbar icons are composed in one file.
  9. L

    BOUNTY: Low bandwith friendly protocol for interacting with remote rtorrent

    Кое-что поправил в данном направлении, но задуманное пока полностью не реализовал. Добавлена поддержка gzip. Для включения необходимо в conf/config.php выставить константу PHP_USE_GZIP в true. Имеет смысл использовать совместно с плагином rpc. Не имеет смысла использовать, если...
  10. L

    BOUNTY: Low bandwith friendly protocol for interacting with remote rtorrent

    Вторая ситуация - ноут, в силу служебной необходимости выходящий в инет откуда попало через не пойми как работающие GPRS или CDMA. Мощности и сервера, и клиента хватает с запасом, так что не суть важно, какая из сторон будет дополнительно нагружена (или обе). А вот с каналом всё очень плохо: в...
  11. L

    BOUNTY: Low bandwith friendly protocol for interacting with remote rtorrent

    Something like that can be done - for example, server may send only changed data instead full torrents list. But, as result, we will increase server's loading (because these "difference" will be calculated by php script). If you has a slow server, then this - will be a better solution.
  12. L

    BOUNTY: Magnet link support

    DONE! - Thanks again!!!
  13. L

    BOUNTY: Magnet link support

    did you see that this is complete? it's in the latest svn now.
  14. L

    Pass URL to ruTorrent

    Can anyone explain how I can pass a URL to ruTorrent so it will automatically start? e.g. 192.168.1.1/rutorrent/?action=add-url&url=http://google.com.torrent I could do this in torrentflux but I'm not sure how with ruTorrent Thanks
  15. L

    Starting Plugin Development

    Try your favorite JS debugger.
  16. L

    Starting Plugin Development

    hrm, well when someone says "relocate" i think of moving a file from one location to another. but i could see how your idea would be nice. Maybe auto-tools should be extended. It already has the ability to move torrents when complete.
  17. L

    Starting Plugin Development

    allow rtorrent to relocate files
  18. L

    Starting Plugin Development

    that's basically what i'm doing m8 i was just hopping there would be some info about the available rutorrent objects. (kinda like wordpress has) anyway at this point i need a function that returns a torrent files list, basically the same info on the Files tab.
  19. L

    Creating Plugins

    As brock mentioned have a look at a very basic plugin to see how the basics are done, and you can look at more complex plugins for the more complex functionalities. Just have a look at other plugins to see if they have functionalities you would like to use and how they are made. I presume you...
  20. L

    question to coders: how to store passwords

    yah, that was what we ended up doing.