├── .gitmodules
├── RDPconfig.sh
├── README.md
├── SABnzbd-0.7.6-src.tar.gz
├── action.php.template
├── add2apache2.conf
├── aliases
├── autodl-trackers.zip
├── changeUserPassword
├── createOpenSSLCACertificate
├── createOpenSSLServiceCertificate
├── createSeedboxUser
├── deb.etc.fail2ban.jail.conf.template
├── debian.60-squeeze.etc.apt.sources.list.template
├── deleteSeedboxUser
├── deluge.password.py
├── downgradeRTorrent
├── etc.apache2.default.template
├── etc.fail2ban.jail.conf.template
├── etc.jailkit.jk_init.ini.template
├── favicon.ico
├── home.user.autodl.autodl.cfg.template
├── home.user.config.deluge.core.conf.template
├── home.user.config.deluge.hostlist.conf.1.2.template
├── home.user.config.deluge.web.conf.template
├── home.user.sabnzbd.sabnzbd.ini.template
├── installCurl
├── installDeluge
├── installDiskspacePlugin
├── installOpenVPN
├── installPLEX
├── installRDP
├── installRDP15
├── installRTorrent
├── installRapidleech
├── installSABnzbd
├── installSICKRAGE
├── installSUBSONIC
├── installUploader
├── installVNC
├── installWebmin
├── installZNC
├── installruTorrentStreamPlugin
├── iptodomain
├── jailkit-2.15.tar.gz
├── libtorrent-0.12.9.tar.gz
├── libtorrent-0.13.2.tar.gz
├── libtorrent-0.13.3.tar.gz
├── nano
├── conf.nanorc
├── ini.nanorc
└── xorg.nanorc
├── ovpni
├── plugins
├── chat
│ ├── action.php
│ ├── chat.css
│ ├── chat.php
│ ├── conf.php
│ ├── images
│ │ ├── chat.png
│ │ ├── chat2.png
│ │ ├── error.gif
│ │ └── smileys.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ └── plugin.info
├── filemanager
│ ├── conf.php
│ ├── filemanager.css
│ ├── flm.class.php
│ ├── flm.php
│ ├── images
│ │ ├── archive.png
│ │ ├── console.gif
│ │ ├── copy.gif
│ │ ├── curdir.png
│ │ ├── delete.png
│ │ ├── dir_up.png
│ │ ├── extract.png
│ │ ├── image.gif
│ │ ├── move.png
│ │ ├── mp3.png
│ │ ├── newdir.png
│ │ ├── nfo.gif
│ │ ├── rar.gif
│ │ ├── rarpart.gif
│ │ ├── refresh.png
│ │ ├── rename.png
│ │ ├── sfv.gif
│ │ ├── torrent.png
│ │ ├── video.png
│ │ ├── vplay.png
│ │ └── zip.gif
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── plugin.info
│ ├── scripts
│ │ ├── archive
│ │ ├── cp
│ │ ├── extract
│ │ ├── mv
│ │ ├── rm
│ │ ├── screens
│ │ ├── sfvcheck.php
│ │ └── sfvcreate.php
│ ├── settings.js.php
│ └── xmlfix.php
├── fileshare
│ ├── clip
│ │ ├── ZeroClipboard.swf
│ │ └── clip.js
│ ├── conf.php
│ ├── fileshare.css
│ ├── fsh.php
│ ├── images
│ │ └── icon.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── plugin.info
│ ├── settings.js.php
│ ├── share.class.php
│ └── share.php
├── lbll-suite
│ ├── init.js
│ └── plugin.info
├── linklogs
│ ├── README.md
│ ├── conf.php
│ ├── images
│ │ └── linklogs.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── sv.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── linklogs.css
│ └── plugin.info
├── linkproxy
│ ├── README.md
│ ├── conf.php
│ ├── images
│ │ └── proxy.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── el.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── sv.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── linkproxy.css
│ └── plugin.info
├── logoff
│ ├── conf.php
│ ├── images
│ │ ├── logoff.png
│ │ └── logoff2.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── logoff.css
│ └── plugin.info
├── nfo
│ ├── init.js
│ ├── lang
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── plugin.info
│ └── view.php
├── pausewebui
│ ├── .svn
│ │ ├── all-wcprops
│ │ ├── entries
│ │ └── text-base
│ │ │ ├── init.js.svn-base
│ │ │ ├── pausewebui.css.svn-base
│ │ │ └── plugin.info.svn-base
│ ├── images
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ ├── prop-base
│ │ │ │ ├── pause.png.svn-base
│ │ │ │ ├── refresh.png.svn-base
│ │ │ │ └── resume.png.svn-base
│ │ │ └── text-base
│ │ │ │ ├── pause.png.svn-base
│ │ │ │ ├── refresh.png.svn-base
│ │ │ │ └── resume.png.svn-base
│ │ ├── pause.png
│ │ ├── refresh.png
│ │ └── resume.png
│ ├── init.js
│ ├── lang
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ └── text-base
│ │ │ │ ├── cs.js.svn-base
│ │ │ │ ├── da.js.svn-base
│ │ │ │ ├── de.js.svn-base
│ │ │ │ ├── en.js.svn-base
│ │ │ │ ├── es.js.svn-base
│ │ │ │ ├── fi.js.svn-base
│ │ │ │ ├── fr.js.svn-base
│ │ │ │ ├── hu.js.svn-base
│ │ │ │ ├── it.js.svn-base
│ │ │ │ ├── lv.js.svn-base
│ │ │ │ ├── nl.js.svn-base
│ │ │ │ ├── pl.js.svn-base
│ │ │ │ ├── pt.js.svn-base
│ │ │ │ ├── ru.js.svn-base
│ │ │ │ ├── sk.js.svn-base
│ │ │ │ ├── sr.js.svn-base
│ │ │ │ ├── tr.js.svn-base
│ │ │ │ ├── uk.js.svn-base
│ │ │ │ ├── zh-cn.js.svn-base
│ │ │ │ └── zh-tw.js.svn-base
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── pausewebui.css
│ └── plugin.info
└── ratiocolor
│ ├── init.js
│ ├── lang
│ ├── cs.js
│ ├── da.js
│ ├── de.js
│ ├── en.js
│ ├── es.js
│ ├── fi.js
│ ├── fr.js
│ ├── hu.js
│ ├── it.js
│ ├── lv.js
│ ├── nl.js
│ ├── pl.js
│ ├── pt.js
│ ├── ru.js
│ ├── sk.js
│ ├── sr.js
│ ├── tr.js
│ ├── uk.js
│ ├── vi.js
│ ├── zh-cn.js
│ └── zh-tw.js
│ ├── plugin.info
│ └── ratiocolor.css
├── removeWebmin
├── restartSeedbox.template
├── root.ca.cacert.conf.template
├── rtorrent-0.8.9.tar.gz
├── rtorrent-0.9.2.tar.gz
├── rtorrent-0.9.3.tar.gz
├── rtorrent.conf.template
├── rtorrent.jailed.conf.template
├── rtorrent.rc.template
├── rutorrent-oblivion.zip
├── rutorrent-stream.tar.gz
├── rutorrent.conf.users.config.php.template
├── rutorrent.conf.users.plugins.autodl-irssi.conf.php.template
├── rutorrent.conf.users.plugins.fileupload.conf.php.template
├── rutorrent.conf.users.plugins.ini.template
├── rutorrent.org
├── filemanager
│ ├── .svn
│ │ ├── all-wcprops
│ │ ├── entries
│ │ └── text-base
│ │ │ ├── conf.php.svn-base
│ │ │ ├── filemanager.css.svn-base
│ │ │ ├── flm.class.php.svn-base
│ │ │ ├── flm.php.svn-base
│ │ │ ├── init.js.svn-base
│ │ │ ├── init.php.svn-base
│ │ │ ├── plugin.info.svn-base
│ │ │ ├── settings.js.php.svn-base
│ │ │ └── xmlfix.php.svn-base
│ ├── conf.php
│ ├── filemanager.css
│ ├── flm.class.php
│ ├── flm.php
│ ├── images
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ ├── prop-base
│ │ │ │ ├── archive.png.svn-base
│ │ │ │ ├── console.gif.svn-base
│ │ │ │ ├── copy.gif.svn-base
│ │ │ │ ├── curdir.png.svn-base
│ │ │ │ ├── delete.png.svn-base
│ │ │ │ ├── dir_up.png.svn-base
│ │ │ │ ├── extract.png.svn-base
│ │ │ │ ├── image.gif.svn-base
│ │ │ │ ├── move.png.svn-base
│ │ │ │ ├── mp3.png.svn-base
│ │ │ │ ├── newdir.png.svn-base
│ │ │ │ ├── nfo.gif.svn-base
│ │ │ │ ├── rar.gif.svn-base
│ │ │ │ ├── rarpart.gif.svn-base
│ │ │ │ ├── refresh.png.svn-base
│ │ │ │ ├── rename.png.svn-base
│ │ │ │ ├── sfv.gif.svn-base
│ │ │ │ ├── torrent.png.svn-base
│ │ │ │ ├── video.png.svn-base
│ │ │ │ ├── vplay.png.svn-base
│ │ │ │ └── zip.gif.svn-base
│ │ │ └── text-base
│ │ │ │ ├── archive.png.svn-base
│ │ │ │ ├── console.gif.svn-base
│ │ │ │ ├── copy.gif.svn-base
│ │ │ │ ├── curdir.png.svn-base
│ │ │ │ ├── delete.png.svn-base
│ │ │ │ ├── dir_up.png.svn-base
│ │ │ │ ├── extract.png.svn-base
│ │ │ │ ├── image.gif.svn-base
│ │ │ │ ├── move.png.svn-base
│ │ │ │ ├── mp3.png.svn-base
│ │ │ │ ├── newdir.png.svn-base
│ │ │ │ ├── nfo.gif.svn-base
│ │ │ │ ├── rar.gif.svn-base
│ │ │ │ ├── rarpart.gif.svn-base
│ │ │ │ ├── refresh.png.svn-base
│ │ │ │ ├── rename.png.svn-base
│ │ │ │ ├── sfv.gif.svn-base
│ │ │ │ ├── torrent.png.svn-base
│ │ │ │ ├── video.png.svn-base
│ │ │ │ ├── vplay.png.svn-base
│ │ │ │ └── zip.gif.svn-base
│ │ ├── archive.png
│ │ ├── console.gif
│ │ ├── copy.gif
│ │ ├── curdir.png
│ │ ├── delete.png
│ │ ├── dir_up.png
│ │ ├── extract.png
│ │ ├── image.gif
│ │ ├── move.png
│ │ ├── mp3.png
│ │ ├── newdir.png
│ │ ├── nfo.gif
│ │ ├── rar.gif
│ │ ├── rarpart.gif
│ │ ├── refresh.png
│ │ ├── rename.png
│ │ ├── sfv.gif
│ │ ├── torrent.png
│ │ ├── video.png
│ │ ├── vplay.png
│ │ └── zip.gif
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ └── text-base
│ │ │ │ ├── cs.js.svn-base
│ │ │ │ ├── da.js.svn-base
│ │ │ │ ├── de.js.svn-base
│ │ │ │ ├── en.js.svn-base
│ │ │ │ ├── es.js.svn-base
│ │ │ │ ├── fi.js.svn-base
│ │ │ │ ├── fr.js.svn-base
│ │ │ │ ├── hu.js.svn-base
│ │ │ │ ├── it.js.svn-base
│ │ │ │ ├── lv.js.svn-base
│ │ │ │ ├── nl.js.svn-base
│ │ │ │ ├── pl.js.svn-base
│ │ │ │ ├── pt.js.svn-base
│ │ │ │ ├── ru.js.svn-base
│ │ │ │ ├── sk.js.svn-base
│ │ │ │ ├── sr.js.svn-base
│ │ │ │ ├── tr.js.svn-base
│ │ │ │ ├── uk.js.svn-base
│ │ │ │ ├── vi.js.svn-base
│ │ │ │ ├── zh-cn.js.svn-base
│ │ │ │ └── zh-tw.js.svn-base
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── plugin.info
│ ├── scripts
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ ├── prop-base
│ │ │ │ ├── archive.svn-base
│ │ │ │ ├── cp.svn-base
│ │ │ │ ├── extract.svn-base
│ │ │ │ ├── mv.svn-base
│ │ │ │ └── rm.svn-base
│ │ │ └── text-base
│ │ │ │ ├── archive.svn-base
│ │ │ │ ├── cp.svn-base
│ │ │ │ ├── extract.svn-base
│ │ │ │ ├── mv.svn-base
│ │ │ │ ├── rm.svn-base
│ │ │ │ ├── screens.svn-base
│ │ │ │ ├── sfvcheck.php.svn-base
│ │ │ │ └── sfvcreate.php.svn-base
│ │ ├── archive
│ │ ├── cp
│ │ ├── extract
│ │ ├── mv
│ │ ├── rm
│ │ ├── screens
│ │ ├── sfvcheck.php
│ │ └── sfvcreate.php
│ ├── settings.js.php
│ └── xmlfix.php
├── fileshare
│ ├── .svn
│ │ ├── all-wcprops
│ │ ├── entries
│ │ └── text-base
│ │ │ ├── conf.php.svn-base
│ │ │ ├── fileshare.css.svn-base
│ │ │ ├── fsh.php.svn-base
│ │ │ ├── init.js.svn-base
│ │ │ ├── init.php.svn-base
│ │ │ ├── plugin.info.svn-base
│ │ │ ├── settings.js.php.svn-base
│ │ │ ├── share.class.php.svn-base
│ │ │ └── share.php.svn-base
│ ├── clip
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ ├── prop-base
│ │ │ │ └── ZeroClipboard.swf.svn-base
│ │ │ └── text-base
│ │ │ │ ├── ZeroClipboard.swf.svn-base
│ │ │ │ └── clip.js.svn-base
│ │ ├── ZeroClipboard.swf
│ │ └── clip.js
│ ├── conf.php
│ ├── fileshare.css
│ ├── fsh.php
│ ├── images
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ ├── prop-base
│ │ │ │ └── icon.png.svn-base
│ │ │ └── text-base
│ │ │ │ └── icon.png.svn-base
│ │ └── icon.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── entries
│ │ │ └── text-base
│ │ │ │ ├── cs.js.svn-base
│ │ │ │ ├── da.js.svn-base
│ │ │ │ ├── de.js.svn-base
│ │ │ │ ├── en.js.svn-base
│ │ │ │ ├── es.js.svn-base
│ │ │ │ ├── fi.js.svn-base
│ │ │ │ ├── fr.js.svn-base
│ │ │ │ ├── hu.js.svn-base
│ │ │ │ ├── it.js.svn-base
│ │ │ │ ├── lv.js.svn-base
│ │ │ │ ├── nl.js.svn-base
│ │ │ │ ├── pl.js.svn-base
│ │ │ │ ├── pt.js.svn-base
│ │ │ │ ├── ru.js.svn-base
│ │ │ │ ├── sk.js.svn-base
│ │ │ │ ├── sr.js.svn-base
│ │ │ │ ├── tr.js.svn-base
│ │ │ │ ├── uk.js.svn-base
│ │ │ │ ├── vi.js.svn-base
│ │ │ │ ├── zh-cn.js.svn-base
│ │ │ │ └── zh-tw.js.svn-base
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── plugin.info
│ ├── settings.js.php
│ ├── share.class.php
│ └── share.php
├── fileupload
│ ├── .svn
│ │ ├── all-wcprops
│ │ ├── dir-prop-base
│ │ ├── entries
│ │ └── text-base
│ │ │ ├── conf.php.svn-base
│ │ │ ├── fileup.class.php.svn-base
│ │ │ ├── fileupload.css.svn-base
│ │ │ ├── fup.php.svn-base
│ │ │ ├── init.js.svn-base
│ │ │ ├── init.php.svn-base
│ │ │ └── plugin.info.svn-base
│ ├── conf.php
│ ├── fileup.class.php
│ ├── fileupload.css
│ ├── fup.php
│ ├── init.js
│ ├── init.php
│ ├── lang
│ │ ├── .svn
│ │ │ ├── all-wcprops
│ │ │ ├── dir-prop-base
│ │ │ ├── entries
│ │ │ └── text-base
│ │ │ │ ├── cs.js.svn-base
│ │ │ │ ├── da.js.svn-base
│ │ │ │ ├── de.js.svn-base
│ │ │ │ ├── en.js.svn-base
│ │ │ │ ├── es.js.svn-base
│ │ │ │ ├── fi.js.svn-base
│ │ │ │ ├── fr.js.svn-base
│ │ │ │ ├── hu.js.svn-base
│ │ │ │ ├── it.js.svn-base
│ │ │ │ ├── lv.js.svn-base
│ │ │ │ ├── nl.js.svn-base
│ │ │ │ ├── pl.js.svn-base
│ │ │ │ ├── pt.js.svn-base
│ │ │ │ ├── ru.js.svn-base
│ │ │ │ ├── sk.js.svn-base
│ │ │ │ ├── sr.js.svn-base
│ │ │ │ ├── tr.js.svn-base
│ │ │ │ ├── uk.js.svn-base
│ │ │ │ ├── vi.js.svn-base
│ │ │ │ ├── zh-cn.js.svn-base
│ │ │ │ └── zh-tw.js.svn-base
│ │ ├── cs.js
│ │ ├── da.js
│ │ ├── de.js
│ │ ├── en.js
│ │ ├── es.js
│ │ ├── fi.js
│ │ ├── fr.js
│ │ ├── hu.js
│ │ ├── it.js
│ │ ├── lv.js
│ │ ├── nl.js
│ │ ├── pl.js
│ │ ├── pt.js
│ │ ├── ru.js
│ │ ├── sk.js
│ │ ├── sr.js
│ │ ├── tr.js
│ │ ├── uk.js
│ │ ├── vi.js
│ │ ├── zh-cn.js
│ │ └── zh-tw.js
│ ├── plugin.info
│ └── scripts
│ │ ├── .svn
│ │ ├── all-wcprops
│ │ ├── dir-prop-base
│ │ ├── entries
│ │ └── text-base
│ │ │ └── upload.svn-base
│ │ └── upload
└── mediastream
│ ├── .svn
│ ├── all-wcprops
│ ├── entries
│ └── text-base
│ │ ├── conf.php.svn-base
│ │ ├── init.js.svn-base
│ │ ├── init.php.svn-base
│ │ ├── mediastream.css.svn-base
│ │ ├── plugin.info.svn-base
│ │ ├── settings.js.php.svn-base
│ │ └── view.php.svn-base
│ ├── conf.php
│ ├── images
│ ├── .svn
│ │ ├── all-wcprops
│ │ ├── entries
│ │ ├── prop-base
│ │ │ └── vplay.png.svn-base
│ │ └── text-base
│ │ │ └── vplay.png.svn-base
│ └── vplay.png
│ ├── init.js
│ ├── init.php
│ ├── lang
│ ├── .svn
│ │ ├── all-wcprops
│ │ ├── entries
│ │ └── text-base
│ │ │ ├── cs.js.svn-base
│ │ │ ├── da.js.svn-base
│ │ │ ├── de.js.svn-base
│ │ │ ├── en.js.svn-base
│ │ │ ├── es.js.svn-base
│ │ │ ├── fi.js.svn-base
│ │ │ ├── fr.js.svn-base
│ │ │ ├── hu.js.svn-base
│ │ │ ├── it.js.svn-base
│ │ │ ├── lv.js.svn-base
│ │ │ ├── nl.js.svn-base
│ │ │ ├── pl.js.svn-base
│ │ │ ├── pt.js.svn-base
│ │ │ ├── ru.js.svn-base
│ │ │ ├── sk.js.svn-base
│ │ │ ├── sr.js.svn-base
│ │ │ ├── tr.js.svn-base
│ │ │ ├── uk.js.svn-base
│ │ │ ├── vi.js.svn-base
│ │ │ ├── zh-cn.js.svn-base
│ │ │ └── zh-tw.js.svn-base
│ ├── cs.js
│ ├── da.js
│ ├── de.js
│ ├── en.js
│ ├── es.js
│ ├── fi.js
│ ├── fr.js
│ ├── hu.js
│ ├── it.js
│ ├── lv.js
│ ├── nl.js
│ ├── pl.js
│ ├── pt.js
│ ├── ru.js
│ ├── sk.js
│ ├── sr.js
│ ├── tr.js
│ ├── uk.js
│ ├── vi.js
│ ├── zh-cn.js
│ └── zh-tw.js
│ ├── mediastream.css
│ ├── plugin.info
│ ├── settings.js.php
│ └── view.php
├── rutorrent.plugins.filemanager.conf.php.template
├── rutorrent.plugins.fileshare.conf.php.template
├── seedbox-from-scratch.sh
├── seedboxInfo.php.template
├── sickrageconf
├── sickrageservice
├── speedTEST
├── speedtest.py
├── ubu.etc.fail2ban.jail.conf.template
├── ubuntu.1204-precise.etc.apt.sources.list.template
├── unpack.conf.php
├── updateExecutables
├── updategitRepository
├── updatejkinit
├── upgradeRTorrent
├── upgradeSeedbox
├── versions
├── vsftpd_2.3.2-3ubuntu5.1_amd64.deb
├── vsftpd_2.3.2-3ubuntu5.1_i386.deb
├── vsftpd_2.3.2-3ubuntu5.1_x86_64.deb
├── webmin-1.600.tar.gz
├── xmlrpc-c-1.16.42.tgz
├── xmlrpc-c-1.31.06.zip
├── xmlrpc-c-1.33.17.tgz
├── xrdp_0.6.1-1_amd64.deb
├── xrdp_0.6.1-1_i386.deb
└── xrdp_0.6.1-1_x86_64.deb
/.gitmodules:
--------------------------------------------------------------------------------
1 | [submodule "php"]
2 | path = php
3 | url = https://github.com/Notos/php.git
4 |
--------------------------------------------------------------------------------
/SABnzbd-0.7.6-src.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/SABnzbd-0.7.6-src.tar.gz
--------------------------------------------------------------------------------
/add2apache2.conf:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Options Indexes FollowSymLinks
5 | Require all granted
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/autodl-trackers.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/autodl-trackers.zip
--------------------------------------------------------------------------------
/debian.60-squeeze.etc.apt.sources.list.template:
--------------------------------------------------------------------------------
1 | deb http://ftp.debian.org/debian squeeze main contrib non-free
2 | deb-src http://ftp.debian.org/debian squeeze main contrib non-free
3 |
4 | deb http://ftp.debian.org/debian squeeze-updates main contrib non-free
5 | deb-src http://ftp.debian.org/debian squeeze-updates main contrib non-free
6 |
7 | deb http://security.debian.org/ squeeze/updates main contrib non-free
8 | deb-src http://security.debian.org/ squeeze/updates main contrib non-free
9 |
--------------------------------------------------------------------------------
/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/favicon.ico
--------------------------------------------------------------------------------
/home.user.autodl.autodl.cfg.template:
--------------------------------------------------------------------------------
1 | [options]
2 | gui-server-port =
3 | gui-server-password =
4 | rt-dir = ~/downloads/auto
5 | rt-label = irssi-autoload
6 | upload-type = rtorrent
7 |
--------------------------------------------------------------------------------
/home.user.config.deluge.hostlist.conf.1.2.template:
--------------------------------------------------------------------------------
1 | {
2 | "file": 1,
3 | "format": 1
4 | }{
5 | "hosts": [
6 | [
7 | "cb612435a69cc86f21dd8a4299f81a16c73f9916",
8 | "127.0.0.1",
9 | ,
10 | "",
11 | ""
12 | ]
13 | ]
14 | }
--------------------------------------------------------------------------------
/home.user.config.deluge.web.conf.template:
--------------------------------------------------------------------------------
1 | {
2 | "file": 1,
3 | "format": 1
4 | }{
5 | "sidebar_show_zero": false,
6 | "show_session_speed": false,
7 | "pwd_sha1": "",
8 | "show_sidebar": true,
9 | "enabled_plugins": [],
10 | "base": "/",
11 | "first_login": false,
12 | "theme": "gray",
13 | "pkey": "ssl/daemon.pkey",
14 | "cert": "ssl/daemon.cert",
15 | "session_timeout": 3600,
16 | "https": false,
17 | "default_daemon": "",
18 | "sidebar_multiple_filters": true,
19 | "pwd_salt": "",
20 | "port":
21 | }
22 |
--------------------------------------------------------------------------------
/installDiskspacePlugin:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | echo "This will remove quotaspace plugin and install Diskspace plugin for Single user"
3 | echo "Remember, this process is not reversible, if you are in doubt, press Ctrl+C"
4 | sudo rm -r /var/www/rutorrent/plugins/quotaspace >> /dev/null 2>&1
5 | wget https://github.com/Novik/ruTorrent/archive/master.zip >> /dev/null 2>&1
6 | unzip master.zip >> /dev/null 2>&1
7 | sudo cp -R ruTorrent-master/plugins/diskspace/ /var/www/rutorrent/plugins/
8 | rm master.zip
9 | rm -r ruTorrent-master/
10 | echo "It's done, quotasapce plugin removed and Diskspace plugin installed"
11 |
--------------------------------------------------------------------------------
/installRDP15:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | logfile="/dev/null"
3 |
4 | if [ "$(cat ~/bin/nm)" = "RDP" ]; then
5 | echo "Work in Progress...... "
6 | sudo apt-get -y install policykit-1 >> $logfile 2>&1
7 | sudo apt-get -y install tightvncserver >> $logfile 2>&1
8 | sudo dpkg -i /etc/seedbox-from-scratch/xrdp_0.6.1-1_`uname -m`.deb
9 | sudo apt-get -f -y install
10 | echo "........"
11 | echo "............."
12 | echo "Work in Progress......... "
13 | echo "Please Standby................ "
14 | sudo apt-get -y install lxde >> $logfile 2>&1
15 | sudo apt-get -y install firefox
16 | sleep 1
17 | sudo ./RDPconfig.sh
18 | fi
19 |
--------------------------------------------------------------------------------
/installVNC:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | git clone https://github.com/scarygliders/X11RDP-o-Matic.git
3 | cd X11RDP-o-Matic
4 | sudo ./X11rdp-o-matic.sh --justdoit
5 | sudo ./RDPsesconfig.sh
6 |
--------------------------------------------------------------------------------
/jailkit-2.15.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/jailkit-2.15.tar.gz
--------------------------------------------------------------------------------
/libtorrent-0.12.9.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/libtorrent-0.12.9.tar.gz
--------------------------------------------------------------------------------
/libtorrent-0.13.2.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/libtorrent-0.13.2.tar.gz
--------------------------------------------------------------------------------
/libtorrent-0.13.3.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/libtorrent-0.13.3.tar.gz
--------------------------------------------------------------------------------
/nano/conf.nanorc:
--------------------------------------------------------------------------------
1 | ## Generic *.conf file syntax highlighting
2 | syntax "conf" "\.(c(onf|nf|fg))$"
3 | icolor yellow ""(\\.|[^"])*""
4 | icolor brightyellow start="=" end="$"
5 | icolor magenta start="(^|[[:space:]])[0-9a-z-]" end="="
6 | icolor brightred "(^|[[:space:]])((\[|\()[0-9a-z_!@#$%^&*-]+(\]|\)))"
7 | color green "[[:space:]][0-9.KM]+"
8 | color cyan start="(^|[[:space:]])(#|;).*$" end="$"
9 | color brightblue "(^|[[:space:]])(#|;)"
10 |
--------------------------------------------------------------------------------
/nano/ini.nanorc:
--------------------------------------------------------------------------------
1 | ## ini highlighting
2 | syntax "ini" "\.ini(\.old|~)?$"
3 | color brightred "=.*$"
4 | color green "="
5 | color brightblue "-?[0-9\.]+\s*($|;)"
6 | color brightmagenta "ON|OFF|On|Off|on|off\s*($|;)"
7 | color brightcyan "^\s*\[.*\]"
8 | color cyan "^\s*[a-zA-Z0-9_\.]+"
9 | color brightyellow ";.*$"
10 |
--------------------------------------------------------------------------------
/nano/xorg.nanorc:
--------------------------------------------------------------------------------
1 | ## syntax highlighting in xorg.conf
2 | ##
3 | syntax "xorg" "xorg\.conf$"
4 | color brightwhite "(Section|EndSection|Sub[sS]ection|EndSub[sS]ection)"
5 | # keywords
6 | color yellow "[^A-Za-z0-9](Identifier|Screen|InputDevice|Option|RightOf|LeftOf|Driver|RgbPath|FontPath|ModulePath|Load|VendorName|ModelName|BoardName|BusID|Device|Monitor|DefaultDepth|View[pP]ort|Depth|Virtual|Modes|Mode|DefaultColorDepth|Modeline|\+vsync|\+hsync|HorizSync|VertRefresh)[^A-Za-z0-9]"
7 | # numbers
8 | color magenta "[0-9]"
9 | # strings
10 | color green ""(\\.|[^\"])*""
11 | # comments
12 | color blue "#.*"
13 |
--------------------------------------------------------------------------------
/plugins/chat/images/chat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/chat/images/chat.png
--------------------------------------------------------------------------------
/plugins/chat/images/chat2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/chat/images/chat2.png
--------------------------------------------------------------------------------
/plugins/chat/images/error.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/chat/images/error.gif
--------------------------------------------------------------------------------
/plugins/chat/images/smileys.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/chat/images/smileys.png
--------------------------------------------------------------------------------
/plugins/chat/plugin.info:
--------------------------------------------------------------------------------
1 | description: The plug-in allows users to communicate with other users on the same rutorrent.
2 | author: ScarS
3 | version: 2.0
4 | need_rtorrent: 0
5 | remote: ok
6 | runlevel: 100.0
7 |
--------------------------------------------------------------------------------
/plugins/filemanager/conf.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/plugins/filemanager/images/archive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/archive.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/console.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/console.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/copy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/copy.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/curdir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/curdir.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/delete.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/dir_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/dir_up.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/extract.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/extract.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/image.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/image.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/move.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/move.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/mp3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/mp3.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/newdir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/newdir.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/nfo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/nfo.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/rar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/rar.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/rarpart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/rarpart.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/refresh.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/rename.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/rename.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/sfv.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/sfv.gif
--------------------------------------------------------------------------------
/plugins/filemanager/images/torrent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/torrent.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/video.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/vplay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/vplay.png
--------------------------------------------------------------------------------
/plugins/filemanager/images/zip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/images/zip.gif
--------------------------------------------------------------------------------
/plugins/filemanager/init.php:
--------------------------------------------------------------------------------
1 | registerPlugin("filemanager");
4 |
5 | ?>
--------------------------------------------------------------------------------
/plugins/filemanager/lang/de.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/filemanager/lang/de.js
--------------------------------------------------------------------------------
/plugins/filemanager/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: File Manager plugin.
2 | plugin.author: HWK
3 | plugin.version: 0.09
4 | rtorrent.remote: error
5 | rtorrent.external.error: php,pgrep
6 | web.external.error: unzip
--------------------------------------------------------------------------------
/plugins/filemanager/scripts/cp:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$1" ]; then
5 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | elif [ ! -w "$2" ]; then
8 |
9 | echo "FATAL ERROR: Destination $2 not permitted";
10 | exit;
11 | fi
12 |
13 |
14 | echo "$$" > "$1/pid";
15 |
16 |
17 | i=1;
18 | t=$(($#-2));
19 |
20 |
21 |
22 | for file in "${@:3}"; do
23 |
24 | echo "0: $i/$t copying: $file" >> "$1/log";
25 |
26 | ##[[ -e "$file" ]] && file="Copy of $file"
27 | ## prevent overwritting disable
28 |
29 | cp -rf --target-directory="$2" "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
30 |
31 |
32 | let i++
33 |
34 |
35 | done
36 |
37 | echo "1: Done" >> "$1/log"
38 |
39 | sleep 20
40 |
41 | rm -rf "$1"
42 |
--------------------------------------------------------------------------------
/plugins/filemanager/scripts/mv:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$1" ]; then
5 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | elif [ ! -w "$2" ]; then
8 |
9 | echo "FATAL ERROR: Destination $2 not permitted";
10 | exit;
11 | fi
12 |
13 |
14 | echo "$$" > "$1/pid";
15 |
16 |
17 | i=1;
18 | t=$(($#-2));
19 |
20 |
21 |
22 | for file in "${@:3}"; do
23 |
24 | echo "0: $i/$t moving: $file" >> "$1/log";
25 | mv -f --target-directory="$2" "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
26 |
27 | let i++
28 |
29 | done
30 |
31 | echo "1: Done" >> "$1/log"
32 |
33 | sleep 20
34 |
35 | rm -rf "$1"
36 |
--------------------------------------------------------------------------------
/plugins/filemanager/scripts/rm:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | if [ ! -d "$1" ]; then
4 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
5 | fi
6 |
7 | echo "$$" > "$1/pid";
8 |
9 |
10 | i=1;
11 | t=$(($#-1));
12 |
13 |
14 |
15 | for file in "${@:2}"; do
16 |
17 | echo "0: $i/$t remove: $file" >> "$1/log";
18 | rm -rf "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
19 |
20 |
21 | let i++
22 | done
23 |
24 | echo "1: Done" >> "$1/log"
25 |
26 | sleep 20
27 |
28 | rm -rf "$1"
29 |
--------------------------------------------------------------------------------
/plugins/filemanager/scripts/screens:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$2" ]; then
5 | mkdir --mode=0777 -p "$2" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | fi
8 |
9 | echo "$$" > "$2/pid";
10 |
11 |
12 | if [ ! -w "${4%/*}" ]; then
13 |
14 | echo "1: FATAL ERROR: Destination ${4%/*} not permitted" >> "$2/log";
15 |
16 | else
17 |
18 |
19 | "$1" -i "$3" -an -vf drawtext="timecode='00\:00\:00\:00' :rate=24 :fontcolor=white :fontsize=21 :shadowcolor=black :x=5 :y=5",scale="min($6\, iw*3/2):-1",select="not(mod(n\,$5)),tile=$8x$7" -vsync 0 -frames:v 1 "$4" 2>&1 | sed -u 's/^/0: /' >> "$2/log"
20 |
21 | echo "1: Done " >> "$2/log"
22 |
23 | fi
24 |
25 |
26 | sleep 20
27 | rm -rf "$2"
28 |
--------------------------------------------------------------------------------
/plugins/filemanager/settings.js.php:
--------------------------------------------------------------------------------
1 | $external) {
8 | if((findEXE($external) === false) && isset($fm['archive']['types'][$kid])) {
9 | unset($fm['archive']['types'][$kid]);
10 | echo 'log("FILE MANAGER: ',$external,' "+theUILang.fErrMsg[24]);',"\n";
11 | }
12 |
13 | }
14 |
15 | echo 'theWebUI.fManager.homedir = "', rtrim($topDirectory, '/'), '";',"\n";
16 | echo 'theWebUI.fManager.mkdefmask = "', $fm['mkdperm'], '";',"\n";
17 | echo 'theWebUI.fManager.archives = '.json_encode($fm['archive']).';',"\n";
18 |
19 | ?>
--------------------------------------------------------------------------------
/plugins/fileshare/clip/ZeroClipboard.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/fileshare/clip/ZeroClipboard.swf
--------------------------------------------------------------------------------
/plugins/fileshare/conf.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/plugins/fileshare/fileshare.css:
--------------------------------------------------------------------------------
1 | div#FS_main div.dlg-header {background-image: url(images/icon.png);}
2 |
3 | #FS_main table td {
4 |
5 | padding-top: 3px;
6 | padding-bottom: 3px;
7 | }
8 |
9 |
10 | ul.CMenu li.hover {background-color: #CFDEEF;}
11 | ul.CMenu li.hover a {color: #000000}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/plugins/fileshare/fsh.php:
--------------------------------------------------------------------------------
1 | postlist['action']) {
14 |
15 | case 'list':
16 | $f->show();
17 | break;
18 | case 'del':
19 | $f->del($f->postlist['target']);
20 | $f->show();
21 | break;
22 | case 'add':
23 | $f->add($f->postlist['file'], $f->postlist['target'], $f->postlist['to']);
24 | $f->show();
25 | break;
26 | case 'edit':
27 | $f->edit($f->postlist['file'], $f->postlist['target'], $f->postlist['to']);
28 | $f->show();
29 | break;
30 | default: die('Invalid action');
31 |
32 | }
33 |
34 |
35 |
36 |
37 | ?>
--------------------------------------------------------------------------------
/plugins/fileshare/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/fileshare/images/icon.png
--------------------------------------------------------------------------------
/plugins/fileshare/init.php:
--------------------------------------------------------------------------------
1 | registerPlugin("fileshare");
4 |
5 | ?>
--------------------------------------------------------------------------------
/plugins/fileshare/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Supprimer le(s) liens(s)';
3 | theUILang.FSdelmsg = 'Voulez-vous réellement supprimer ces éléments ?';
4 | theUILang.FSvdur = 'Veuillez entrer une durée valide';
5 | theUILang.FSfile = 'Fichier';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Mot de passe';
8 | theUILang.FSdlink = 'Lien de téléchargement';
9 | theUILang.FSdhours = 'Durée (heure)';
10 | theUILang.FSadd = 'Ajouter';
11 | theUILang.FSedit = 'Editer';
12 | theUILang.FSshare = 'Partager...';
13 | theUILang.FSlinkcreate = 'Lien de téléchargement créé';
14 | theUILang.FScopylink = 'Copier le lien';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/vi.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/plugins/fileshare/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: File share plugin
2 | plugin.author: HWK
3 | plugin.version: 0.03
4 | rtorrent.remote: error
5 | rtorrent.external.error: php
6 | plugin.dependencies: filemanager
7 |
--------------------------------------------------------------------------------
/plugins/fileshare/settings.js.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/plugins/lbll-suite/plugin.info:
--------------------------------------------------------------------------------
1 | description: The Ultimate Organizational Suite for ruTorrent
2 | author: thezwallrus
3 | version: 0.8
4 | runlevel: 11
5 | need_rtorrent: 0
6 |
--------------------------------------------------------------------------------
/plugins/linklogs/README.md:
--------------------------------------------------------------------------------
1 | ##Description
2 | Le plugin Linklogs permet de faire un lien dans la toolbar de rutorrent pour consulter votre fichier logs.
3 |
4 |
5 | Auteur : tomcdj71 (reprise de [Linkcakebox](https://github.com/Cakebox/linkcakebox/) de Magicalex)
6 |
--------------------------------------------------------------------------------
/plugins/linklogs/conf.php:
--------------------------------------------------------------------------------
1 | registerPlugin("linklogs");
--------------------------------------------------------------------------------
/plugins/linklogs/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/el.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/sv.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/vi.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.linklogs = "Log web";
2 |
3 | thePlugins.get("linklogs").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linklogs/linklogs.css:
--------------------------------------------------------------------------------
1 | div#linklogs {background: transparent url(./images/linklogs.png) no-repeat center;}
2 |
--------------------------------------------------------------------------------
/plugins/linklogs/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: Log web plugin
2 | plugin.author: tomcdj71
3 | plugin.runlevel: 11
4 | plugin.version: 1.00
5 | rtorrent.remote: error
6 | need_rtorrent: 0
7 | plugin.help: http://mondedie.fr
8 |
--------------------------------------------------------------------------------
/plugins/linkproxy/README.md:
--------------------------------------------------------------------------------
1 | ##Description
2 | Le plugin Linkproxy permet de faire un lien dans la toolbar de rutorrent pour le proxy php.
3 |
4 |
5 | Auteur : Ex_Rat (reprise de [Linkcakebox](https://github.com/Cakebox/linkcakebox/) de Magicalex)
6 |
--------------------------------------------------------------------------------
/plugins/linkproxy/conf.php:
--------------------------------------------------------------------------------
1 | registerPlugin("linkproxy");
14 |
15 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/el.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/sv.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/vi.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.linkproxy = "Proxy";
2 |
3 | thePlugins.get("linkproxy").langLoaded();
4 |
--------------------------------------------------------------------------------
/plugins/linkproxy/linkproxy.css:
--------------------------------------------------------------------------------
1 | div#linkproxy {background: transparent url(./images/proxy.png) no-repeat center;}
2 |
--------------------------------------------------------------------------------
/plugins/linkproxy/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: Proxy plugin
2 | plugin.author: Ex_Rat
3 | plugin.runlevel: 11
4 | plugin.version: 1.00
5 | rtorrent.remote: error
6 | need_rtorrent: 0
7 | plugin.help: http://mondedie.fr
8 |
--------------------------------------------------------------------------------
/plugins/logoff/conf.php:
--------------------------------------------------------------------------------
1 |
12 |
--------------------------------------------------------------------------------
/plugins/logoff/images/logoff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/logoff/images/logoff.png
--------------------------------------------------------------------------------
/plugins/logoff/images/logoff2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/logoff/images/logoff2.png
--------------------------------------------------------------------------------
/plugins/logoff/init.php:
--------------------------------------------------------------------------------
1 | 0)
9 | foreach ($dirs as $dir)
10 | if ($dir[0] != "." && $dir != $me)
11 | $users[] = $dir;
12 |
13 | $allowed = 0;
14 | foreach (explode(",", $allowSwitch) as $as)
15 | if (trim($as) == $me)
16 | $allowed = 1;
17 |
18 | $jResult .= "plugin.logoffURL = '" . $logoffURL . "';";
19 | $jResult .= "plugin.me = '" . $me . "';";
20 | $jResult .= "plugin.users = " . json_encode($users) . ";";
21 | $jResult .= "plugin.allowSwitch = " . $allowed . ";";
22 | $jResult .= "plugin.abortMs = " . $abortMs . ";";
23 |
24 | $theSettings->registerPlugin("logoff");
25 | ?>
26 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Déconnecter";
2 | theUILang.logoffUsername = "Login";
3 | theUILang.logoffPassword = "Mdp";
4 | theUILang.logoffSwitch = "Changer d'utilisateur";
5 | theUILang.logoffPrompt = "Voulez-vous déconnecter ou annuler?";
6 | theUILang.logoffSwitchPrompt = "Voulez-vous changer d'utilisateur, vous déconnecter ou annuler?";
7 | theUILang.logoffEmpty = "<-- ne peut pas être vide";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log uit";
2 | theUILang.logoffUsername = "Gebruikersnaam";
3 | theUILang.logoffPassword = "Wachtwoord";
4 | theUILang.logoffSwitch = "Wissel gebruiker";
5 | theUILang.logoffPrompt = "Wil je uitloggen of deze handeling annuleren?";
6 | theUILang.logoffSwitchPrompt = "Wil je van gebruiker wisselen, uitloggen of deze handeling annuleren?";
7 | theUILang.logoffEmpty = "<-- kan niet leeg zijn";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.logoff = "Log off";
2 | theUILang.logoffUsername = "Username";
3 | theUILang.logoffPassword = "Password";
4 | theUILang.logoffSwitch = "Switch user";
5 | theUILang.logoffPrompt = "Do you want to log off or cancel this operation?";
6 | theUILang.logoffSwitchPrompt = "Do you want to switch user, log off or cancel this operation?";
7 | theUILang.logoffEmpty = "<-- cannot be empty";
8 |
9 | thePlugins.get("logoff").langLoaded();
10 |
--------------------------------------------------------------------------------
/plugins/logoff/logoff.css:
--------------------------------------------------------------------------------
1 | div#logoff {background-image: url(./images/logoff.png);}
2 |
3 | div#logoffDlg {width: 410px;}
4 | div#logoffDlg div.dlg-header {background-image: url(./images/logoff2.png);}
5 | div#logoffDlg-content {line-height: 16px; margin: 5px; padding: 5px; width: 390px;}
6 | div#logoffDlg-content div {margin-top: 5px;}
7 | div#logoffDlg-content div label {width: 80px; display: inline-block;}
8 | div#logoffDlg-content div span {color: #FF0000;}
9 | div#logoffDlg-content div select {width: 125px; margin: 0 4px;}
10 | div#logoffDlg-buttons input {width: 120px;}
11 |
--------------------------------------------------------------------------------
/plugins/logoff/plugin.info:
--------------------------------------------------------------------------------
1 | description: The plug-in allows users to logoff from rutorrent.
2 | author: ScarS
3 | version: 1.3
4 | need_rtorrent: 0
5 | remote: ok
6 | runlevel: 1.0
7 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/cs.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/da.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/de.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/en.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/es.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/fi.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/fr.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/hu.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/it.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/lv.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/nl.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/pl.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/pt.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.erasedataRunNotAvailable = "Erasedata plugin: rTorrent's user can't access file plugins/erasedata/cleanup.sh for read/execute. Plugin will not work.";
4 |
5 | thePlugins.get("erasedata").langLoaded();
--------------------------------------------------------------------------------
/plugins/nfo/lang/ru.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/sk.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/sr.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/tr.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/uk.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.showNFO = "Show NFO...";
4 | theUILang.nfoNotFound = "Could not find NFO";
5 | theUILang.nfoNotFoundTitle = "Could not find NFO";
6 |
--------------------------------------------------------------------------------
/plugins/nfo/plugin.info:
--------------------------------------------------------------------------------
1 | description: Displays the NFO of a torrent in a popup.
2 | author: soupnazi
3 | version: 1337
4 |
--------------------------------------------------------------------------------
/plugins/nfo/view.php:
--------------------------------------------------------------------------------
1 | success()) {
13 | $dir = $req->val[0];
14 |
15 | if ($h = opendir($dir)) {
16 | while (false !== ($file = readdir($h))) {
17 | if (preg_match("/\.nfo$/", $file)) {
18 | return file_get_contents($dir."/".$file);
19 | }
20 | }
21 | }
22 | }
23 | }
24 | return false;
25 | }
26 |
27 | echo htmlentities(getNFO());
28 | ?>
29 |
--------------------------------------------------------------------------------
/plugins/pausewebui/.svn/all-wcprops:
--------------------------------------------------------------------------------
1 | K 25
2 | svn:wc:ra_dav:version-url
3 | V 22
4 | /svn/!svn/ver/13/trunk
5 | END
6 | plugin.info
7 | K 25
8 | svn:wc:ra_dav:version-url
9 | V 34
10 | /svn/!svn/ver/13/trunk/plugin.info
11 | END
12 | init.js
13 | K 25
14 | svn:wc:ra_dav:version-url
15 | V 30
16 | /svn/!svn/ver/13/trunk/init.js
17 | END
18 | pausewebui.css
19 | K 25
20 | svn:wc:ra_dav:version-url
21 | V 37
22 | /svn/!svn/ver/13/trunk/pausewebui.css
23 | END
24 |
--------------------------------------------------------------------------------
/plugins/pausewebui/.svn/text-base/pausewebui.css.svn-base:
--------------------------------------------------------------------------------
1 | div#webuiUpdateToggle.pause {
2 | background: transparent url(./images/pause.png) no-repeat;
3 | }
4 |
5 | div#webuiUpdateToggle.resume {
6 | background: transparent url(./images/resume.png) no-repeat;
7 | }
8 |
9 | div#webuiRefresh {
10 | background: transparent url(./images/refresh.png) no-repeat;
11 | }
--------------------------------------------------------------------------------
/plugins/pausewebui/.svn/text-base/plugin.info.svn-base:
--------------------------------------------------------------------------------
1 | description: Adds an button to pause the webui from updating
2 | author: Gyran
3 | version: 1.1
4 | remote: ok
5 | need_rtorrent: 0
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/all-wcprops:
--------------------------------------------------------------------------------
1 | K 25
2 | svn:wc:ra_dav:version-url
3 | V 29
4 | /svn/!svn/ver/13/trunk/images
5 | END
6 | pause.png
7 | K 25
8 | svn:wc:ra_dav:version-url
9 | V 39
10 | /svn/!svn/ver/13/trunk/images/pause.png
11 | END
12 | refresh.png
13 | K 25
14 | svn:wc:ra_dav:version-url
15 | V 41
16 | /svn/!svn/ver/13/trunk/images/refresh.png
17 | END
18 | resume.png
19 | K 25
20 | svn:wc:ra_dav:version-url
21 | V 40
22 | /svn/!svn/ver/13/trunk/images/resume.png
23 | END
24 |
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/prop-base/pause.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/prop-base/refresh.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/prop-base/resume.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/text-base/pause.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/pausewebui/images/.svn/text-base/pause.png.svn-base
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/text-base/refresh.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/pausewebui/images/.svn/text-base/refresh.png.svn-base
--------------------------------------------------------------------------------
/plugins/pausewebui/images/.svn/text-base/resume.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/pausewebui/images/.svn/text-base/resume.png.svn-base
--------------------------------------------------------------------------------
/plugins/pausewebui/images/pause.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/pausewebui/images/pause.png
--------------------------------------------------------------------------------
/plugins/pausewebui/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/pausewebui/images/refresh.png
--------------------------------------------------------------------------------
/plugins/pausewebui/images/resume.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/plugins/pausewebui/images/resume.png
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/cs.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/da.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/de.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/en.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/es.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/fi.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/fr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Désactiver la mise à jour de l'UI..";
2 | theUILang.pausewebuiRefresh = "Raflaîchir l'UI..";
3 | theUILang.pausewebuiResume = "Activer la mise à jour de l'UI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/hu.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/it.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/lv.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/nl.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/pl.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/pt.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/ru.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/sk.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/sr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/tr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/uk.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/zh-cn.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/.svn/text-base/zh-tw.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Désactiver la mise à jour de l'UI..";
2 | theUILang.pausewebuiRefresh = "Raflaîchir l'UI..";
3 | theUILang.pausewebuiResume = "Activer la mise à jour de l'UI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.pausewebuiPause = "Pause WebUI..";
2 | theUILang.pausewebuiRefresh = "Refresh WebUI..";
3 | theUILang.pausewebuiResume = "Resume WebUI..";
--------------------------------------------------------------------------------
/plugins/pausewebui/pausewebui.css:
--------------------------------------------------------------------------------
1 | div#webuiUpdateToggle.pause {
2 | background: transparent url(./images/pause.png) no-repeat;
3 | }
4 |
5 | div#webuiUpdateToggle.resume {
6 | background: transparent url(./images/resume.png) no-repeat;
7 | }
8 |
9 | div#webuiRefresh {
10 | background: transparent url(./images/refresh.png) no-repeat;
11 | }
--------------------------------------------------------------------------------
/plugins/pausewebui/plugin.info:
--------------------------------------------------------------------------------
1 | description: Adds an button to pause the webui from updating
2 | author: Gyran
3 | version: 1.1
4 | remote: ok
5 | need_rtorrent: 0
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/cs.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/da.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/de.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/en.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
5 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
6 | theUILang.ratiocolorLegend = "Ratiocolor";
7 | theUILang.ratiocolorSettings = "Ratiocolor";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/es.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/fi.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/fr.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/hu.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/it.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/lv.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/nl.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/pl.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/pt.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/ru.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/sk.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/sr.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/tr.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/uk.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/vi.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 |
2 |
3 | theUILang.ratiocolorName = "Ratiocolor";
4 | theUILang.ratiocolorColors = "Colors in hex sperated by ',' (Format: 0000ff,ff0000,...)";
5 | theUILang.ratiocolorLevels = "Levels seperated by ','. Must start with 0 (Format: 0,0.5,1,...)";
6 | theUILang.ratiocolorLengthError = "Ratiocolor: There must be the same numbers of levels and colors";
7 | theUILang.ratiocolorLevel0 = "Ratiocolor: The first level must be 0";
8 |
9 | thePlugins.get("ratiocolor").langLoaded();
--------------------------------------------------------------------------------
/plugins/ratiocolor/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: Change color of ratio column depending on ratio
2 | plugin.author: Gyran
3 | plugin.version: 0.5
4 | plugin.help: http://forums.rutorrent.org/index.php?topic=929.0
--------------------------------------------------------------------------------
/plugins/ratiocolor/ratiocolor.css:
--------------------------------------------------------------------------------
1 | #ratiocolorLevelsbar {
2 | width:100%;
3 | height: 30px;
4 | }
5 |
6 | #ratiocolorLevelsbar .level {
7 | height: 30px;
8 | float:left;
9 | padding:0;
10 | text-align: right;
11 | vertical-align: middle;
12 | }
--------------------------------------------------------------------------------
/rtorrent-0.8.9.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rtorrent-0.8.9.tar.gz
--------------------------------------------------------------------------------
/rtorrent-0.9.2.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rtorrent-0.9.2.tar.gz
--------------------------------------------------------------------------------
/rtorrent-0.9.3.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rtorrent-0.9.3.tar.gz
--------------------------------------------------------------------------------
/rutorrent-oblivion.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent-oblivion.zip
--------------------------------------------------------------------------------
/rutorrent-stream.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent-stream.tar.gz
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/.svn/text-base/conf.php.svn-base:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/.svn/text-base/init.php.svn-base:
--------------------------------------------------------------------------------
1 | registerPlugin("filemanager");
4 |
5 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/.svn/text-base/plugin.info.svn-base:
--------------------------------------------------------------------------------
1 | plugin.description: File Manager plugin.
2 | plugin.author: HWK
3 | plugin.version: 0.09
4 | rtorrent.remote: error
5 | rtorrent.external.error: php,pgrep
6 | web.external.error: unzip
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/.svn/text-base/settings.js.php.svn-base:
--------------------------------------------------------------------------------
1 | $external) {
8 | if((findEXE($external) === false) && isset($fm['archive']['types'][$kid])) {
9 | unset($fm['archive']['types'][$kid]);
10 | echo 'log("FILE MANAGER: ',$external,' "+theUILang.fErrMsg[24]);',"\n";
11 | }
12 |
13 | }
14 |
15 | echo 'theWebUI.fManager.homedir = "', rtrim($topDirectory, '/'), '";',"\n";
16 | echo 'theWebUI.fManager.mkdefmask = "', $fm['mkdperm'], '";',"\n";
17 | echo 'theWebUI.fManager.archives = '.json_encode($fm['archive']).';',"\n";
18 |
19 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/conf.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/archive.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/console.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/copy.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/curdir.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/delete.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/dir_up.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/extract.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/image.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/move.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/mp3.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/newdir.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/nfo.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/rar.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/rarpart.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/refresh.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/rename.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/sfv.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/torrent.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/video.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/vplay.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/prop-base/zip.gif.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/archive.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/archive.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/console.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/console.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/copy.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/copy.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/curdir.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/curdir.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/delete.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/delete.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/dir_up.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/dir_up.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/extract.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/extract.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/image.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/image.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/move.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/move.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/mp3.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/mp3.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/newdir.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/newdir.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/nfo.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/nfo.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/rar.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/rar.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/rarpart.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/rarpart.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/refresh.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/refresh.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/rename.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/rename.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/sfv.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/sfv.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/torrent.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/torrent.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/video.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/video.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/vplay.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/vplay.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/.svn/text-base/zip.gif.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/.svn/text-base/zip.gif.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/archive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/archive.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/console.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/console.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/copy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/copy.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/curdir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/curdir.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/delete.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/delete.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/dir_up.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/dir_up.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/extract.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/extract.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/image.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/image.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/move.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/move.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/mp3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/mp3.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/newdir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/newdir.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/nfo.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/nfo.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/rar.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/rar.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/rarpart.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/rarpart.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/refresh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/refresh.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/rename.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/rename.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/sfv.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/sfv.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/torrent.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/torrent.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/video.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/video.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/vplay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/vplay.png
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/images/zip.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/images/zip.gif
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/init.php:
--------------------------------------------------------------------------------
1 | registerPlugin("filemanager");
4 |
5 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/lang/.svn/text-base/de.js.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/lang/.svn/text-base/de.js.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/lang/de.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/filemanager/lang/de.js
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: File Manager plugin.
2 | plugin.author: HWK
3 | plugin.version: 0.09
4 | rtorrent.remote: error
5 | rtorrent.external.error: php,pgrep
6 | web.external.error: unzip
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/prop-base/archive.svn-base:
--------------------------------------------------------------------------------
1 | K 14
2 | svn:executable
3 | V 1
4 | *
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/prop-base/cp.svn-base:
--------------------------------------------------------------------------------
1 | K 14
2 | svn:executable
3 | V 1
4 | *
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/prop-base/extract.svn-base:
--------------------------------------------------------------------------------
1 | K 14
2 | svn:executable
3 | V 1
4 | *
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/prop-base/mv.svn-base:
--------------------------------------------------------------------------------
1 | K 14
2 | svn:executable
3 | V 1
4 | *
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/prop-base/rm.svn-base:
--------------------------------------------------------------------------------
1 | K 14
2 | svn:executable
3 | V 1
4 | *
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/text-base/cp.svn-base:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$1" ]; then
5 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | elif [ ! -w "$2" ]; then
8 |
9 | echo "FATAL ERROR: Destination $2 not permitted";
10 | exit;
11 | fi
12 |
13 |
14 | echo "$$" > "$1/pid";
15 |
16 |
17 | i=1;
18 | t=$(($#-2));
19 |
20 |
21 |
22 | for file in "${@:3}"; do
23 |
24 | echo "0: $i/$t copying: $file" >> "$1/log";
25 |
26 | ##[[ -e "$file" ]] && file="Copy of $file"
27 | ## prevent overwritting disable
28 |
29 | cp -rf --target-directory="$2" "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
30 |
31 |
32 | let i++
33 |
34 |
35 | done
36 |
37 | echo "1: Done" >> "$1/log"
38 |
39 | sleep 20
40 |
41 | rm -rf "$1"
42 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/text-base/mv.svn-base:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$1" ]; then
5 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | elif [ ! -w "$2" ]; then
8 |
9 | echo "FATAL ERROR: Destination $2 not permitted";
10 | exit;
11 | fi
12 |
13 |
14 | echo "$$" > "$1/pid";
15 |
16 |
17 | i=1;
18 | t=$(($#-2));
19 |
20 |
21 |
22 | for file in "${@:3}"; do
23 |
24 | echo "0: $i/$t moving: $file" >> "$1/log";
25 | mv -f --target-directory="$2" "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
26 |
27 | let i++
28 |
29 | done
30 |
31 | echo "1: Done" >> "$1/log"
32 |
33 | sleep 20
34 |
35 | rm -rf "$1"
36 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/text-base/rm.svn-base:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | if [ ! -d "$1" ]; then
4 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
5 | fi
6 |
7 | echo "$$" > "$1/pid";
8 |
9 |
10 | i=1;
11 | t=$(($#-1));
12 |
13 |
14 |
15 | for file in "${@:2}"; do
16 |
17 | echo "0: $i/$t remove: $file" >> "$1/log";
18 | rm -rf "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
19 |
20 |
21 | let i++
22 | done
23 |
24 | echo "1: Done" >> "$1/log"
25 |
26 | sleep 20
27 |
28 | rm -rf "$1"
29 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/.svn/text-base/screens.svn-base:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$2" ]; then
5 | mkdir --mode=0777 -p "$2" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | fi
8 |
9 | echo "$$" > "$2/pid";
10 |
11 |
12 | if [ ! -w "${4%/*}" ]; then
13 |
14 | echo "1: FATAL ERROR: Destination ${4%/*} not permitted" >> "$2/log";
15 |
16 | else
17 |
18 |
19 | "$1" -i "$3" -an -vf drawtext="timecode='00\:00\:00\:00' :rate=24 :fontcolor=white :fontsize=21 :shadowcolor=black :x=5 :y=5",scale="min($6\, iw*3/2):-1",select="not(mod(n\,$5)),tile=$8x$7" -vsync 0 -frames:v 1 "$4" 2>&1 | sed -u 's/^/0: /' >> "$2/log"
20 |
21 | echo "1: Done " >> "$2/log"
22 |
23 | fi
24 |
25 |
26 | sleep 20
27 | rm -rf "$2"
28 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/cp:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$1" ]; then
5 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | elif [ ! -w "$2" ]; then
8 |
9 | echo "FATAL ERROR: Destination $2 not permitted";
10 | exit;
11 | fi
12 |
13 |
14 | echo "$$" > "$1/pid";
15 |
16 |
17 | i=1;
18 | t=$(($#-2));
19 |
20 |
21 |
22 | for file in "${@:3}"; do
23 |
24 | echo "0: $i/$t copying: $file" >> "$1/log";
25 |
26 | ##[[ -e "$file" ]] && file="Copy of $file"
27 | ## prevent overwritting disable
28 |
29 | cp -rf --target-directory="$2" "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
30 |
31 |
32 | let i++
33 |
34 |
35 | done
36 |
37 | echo "1: Done" >> "$1/log"
38 |
39 | sleep 20
40 |
41 | rm -rf "$1"
42 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/mv:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$1" ]; then
5 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | elif [ ! -w "$2" ]; then
8 |
9 | echo "FATAL ERROR: Destination $2 not permitted";
10 | exit;
11 | fi
12 |
13 |
14 | echo "$$" > "$1/pid";
15 |
16 |
17 | i=1;
18 | t=$(($#-2));
19 |
20 |
21 |
22 | for file in "${@:3}"; do
23 |
24 | echo "0: $i/$t moving: $file" >> "$1/log";
25 | mv -f --target-directory="$2" "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
26 |
27 | let i++
28 |
29 | done
30 |
31 | echo "1: Done" >> "$1/log"
32 |
33 | sleep 20
34 |
35 | rm -rf "$1"
36 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/rm:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | if [ ! -d "$1" ]; then
4 | mkdir --mode=0777 -p "$1" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
5 | fi
6 |
7 | echo "$$" > "$1/pid";
8 |
9 |
10 | i=1;
11 | t=$(($#-1));
12 |
13 |
14 |
15 | for file in "${@:2}"; do
16 |
17 | echo "0: $i/$t remove: $file" >> "$1/log";
18 | rm -rf "$file" && echo "0: OK" >> "$1/log" || echo "0: FAILED" >> "$1/log"
19 |
20 |
21 | let i++
22 | done
23 |
24 | echo "1: Done" >> "$1/log"
25 |
26 | sleep 20
27 |
28 | rm -rf "$1"
29 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/scripts/screens:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 |
4 | if [ ! -d "$2" ]; then
5 | mkdir --mode=0777 -p "$2" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
6 |
7 | fi
8 |
9 | echo "$$" > "$2/pid";
10 |
11 |
12 | if [ ! -w "${4%/*}" ]; then
13 |
14 | echo "1: FATAL ERROR: Destination ${4%/*} not permitted" >> "$2/log";
15 |
16 | else
17 |
18 |
19 | "$1" -i "$3" -an -vf drawtext="timecode='00\:00\:00\:00' :rate=24 :fontcolor=white :fontsize=21 :shadowcolor=black :x=5 :y=5",scale="min($6\, iw*3/2):-1",select="not(mod(n\,$5)),tile=$8x$7" -vsync 0 -frames:v 1 "$4" 2>&1 | sed -u 's/^/0: /' >> "$2/log"
20 |
21 | echo "1: Done " >> "$2/log"
22 |
23 | fi
24 |
25 |
26 | sleep 20
27 | rm -rf "$2"
28 |
--------------------------------------------------------------------------------
/rutorrent.org/filemanager/settings.js.php:
--------------------------------------------------------------------------------
1 | $external) {
8 | if((findEXE($external) === false) && isset($fm['archive']['types'][$kid])) {
9 | unset($fm['archive']['types'][$kid]);
10 | echo 'log("FILE MANAGER: ',$external,' "+theUILang.fErrMsg[24]);',"\n";
11 | }
12 |
13 | }
14 |
15 | echo 'theWebUI.fManager.homedir = "', rtrim($topDirectory, '/'), '";',"\n";
16 | echo 'theWebUI.fManager.mkdefmask = "', $fm['mkdperm'], '";',"\n";
17 | echo 'theWebUI.fManager.archives = '.json_encode($fm['archive']).';',"\n";
18 |
19 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/.svn/text-base/conf.php.svn-base:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/.svn/text-base/fileshare.css.svn-base:
--------------------------------------------------------------------------------
1 | div#FS_main div.dlg-header {background-image: url(images/icon.png);}
2 |
3 | #FS_main table td {
4 |
5 | padding-top: 3px;
6 | padding-bottom: 3px;
7 | }
8 |
9 |
10 | ul.CMenu li.hover {background-color: #CFDEEF;}
11 | ul.CMenu li.hover a {color: #000000}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/.svn/text-base/init.php.svn-base:
--------------------------------------------------------------------------------
1 | registerPlugin("fileshare");
4 |
5 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/.svn/text-base/plugin.info.svn-base:
--------------------------------------------------------------------------------
1 | plugin.description: File share plugin
2 | plugin.author: HWK
3 | plugin.version: 0.03
4 | rtorrent.remote: error
5 | rtorrent.external.error: php
6 | plugin.dependencies: filemanager
7 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/.svn/text-base/settings.js.php.svn-base:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/clip/.svn/all-wcprops:
--------------------------------------------------------------------------------
1 | K 25
2 | svn:wc:ra_dav:version-url
3 | V 49
4 | /svn/filemanager/!svn/ver/37/trunk/fileshare/clip
5 | END
6 | ZeroClipboard.swf
7 | K 25
8 | svn:wc:ra_dav:version-url
9 | V 67
10 | /svn/filemanager/!svn/ver/17/trunk/fileshare/clip/ZeroClipboard.swf
11 | END
12 | clip.js
13 | K 25
14 | svn:wc:ra_dav:version-url
15 | V 57
16 | /svn/filemanager/!svn/ver/37/trunk/fileshare/clip/clip.js
17 | END
18 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/clip/.svn/prop-base/ZeroClipboard.swf.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/clip/.svn/text-base/ZeroClipboard.swf.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/fileshare/clip/.svn/text-base/ZeroClipboard.swf.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/clip/ZeroClipboard.swf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/fileshare/clip/ZeroClipboard.swf
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/conf.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/fileshare.css:
--------------------------------------------------------------------------------
1 | div#FS_main div.dlg-header {background-image: url(images/icon.png);}
2 |
3 | #FS_main table td {
4 |
5 | padding-top: 3px;
6 | padding-bottom: 3px;
7 | }
8 |
9 |
10 | ul.CMenu li.hover {background-color: #CFDEEF;}
11 | ul.CMenu li.hover a {color: #000000}
12 |
13 |
14 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/images/.svn/all-wcprops:
--------------------------------------------------------------------------------
1 | K 25
2 | svn:wc:ra_dav:version-url
3 | V 51
4 | /svn/filemanager/!svn/ver/18/trunk/fileshare/images
5 | END
6 | icon.png
7 | K 25
8 | svn:wc:ra_dav:version-url
9 | V 60
10 | /svn/filemanager/!svn/ver/14/trunk/fileshare/images/icon.png
11 | END
12 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/images/.svn/entries:
--------------------------------------------------------------------------------
1 | 10
2 |
3 | dir
4 | 48
5 | http://svn.rutorrent.org/svn/filemanager/trunk/fileshare/images
6 | http://svn.rutorrent.org/svn/filemanager
7 |
8 |
9 |
10 | 2011-03-28T16:19:07.393239Z
11 | 18
12 | hwk
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | a528ebbd-8654-e011-9671-00248cbe6ec3
28 |
29 | icon.png
30 | file
31 |
32 |
33 |
34 |
35 | 2013-01-15T20:41:46.000000Z
36 | 0634312bfefb39b57d8bb8b6f7b21a8a
37 | 2011-03-27T09:49:48.023256Z
38 | 14
39 | hwk
40 | has-props
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 3625
62 |
63 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/images/.svn/prop-base/icon.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/images/.svn/text-base/icon.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/fileshare/images/.svn/text-base/icon.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/images/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/fileshare/images/icon.png
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/init.php:
--------------------------------------------------------------------------------
1 | registerPlugin("fileshare");
4 |
5 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/cs.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/da.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/de.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/en.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/es.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/fi.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/fr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Supprimer le(s) liens(s)';
3 | theUILang.FSdelmsg = 'Voulez-vous réellement supprimer ces éléments ?';
4 | theUILang.FSvdur = 'Veuillez entrer une durée valide';
5 | theUILang.FSfile = 'Fichier';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Mot de passe';
8 | theUILang.FSdlink = 'Lien de téléchargement';
9 | theUILang.FSdhours = 'Durée (heure)';
10 | theUILang.FSadd = 'Ajouter';
11 | theUILang.FSedit = 'Editer';
12 | theUILang.FSshare = 'Partager...';
13 | theUILang.FSlinkcreate = 'Lien de téléchargement créé';
14 | theUILang.FScopylink = 'Copier le lien';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/hu.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/it.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/lv.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/nl.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/pl.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/pt.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/ru.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/sk.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/sr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/tr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/uk.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/vi.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/zh-cn.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/.svn/text-base/zh-tw.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Supprimer le(s) liens(s)';
3 | theUILang.FSdelmsg = 'Voulez-vous réellement supprimer ces éléments ?';
4 | theUILang.FSvdur = 'Veuillez entrer une durée valide';
5 | theUILang.FSfile = 'Fichier';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Mot de passe';
8 | theUILang.FSdlink = 'Lien de téléchargement';
9 | theUILang.FSdhours = 'Durée (heure)';
10 | theUILang.FSadd = 'Ajouter';
11 | theUILang.FSedit = 'Editer';
12 | theUILang.FSshare = 'Partager...';
13 | theUILang.FSlinkcreate = 'Lien de téléchargement créé';
14 | theUILang.FScopylink = 'Copier le lien';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/vi.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.FSshow = 'File Share';
2 | theUILang.FSdel = 'Delete link(s)';
3 | theUILang.FSdelmsg = 'Do you really want to delete the selected items?';
4 | theUILang.FSvdur = 'Please enter a valid duration';
5 | theUILang.FSfile = 'File';
6 | theUILang.FSexpire = 'Expire';
7 | theUILang.FSpassword = 'Password';
8 | theUILang.FSdlink = 'Download link';
9 | theUILang.FSdhours = 'Duration (hours)';
10 | theUILang.FSadd = 'Add';
11 | theUILang.FSedit = 'Edit';
12 | theUILang.FSshare = 'Share...';
13 | theUILang.FSlinkcreate = 'Download link created';
14 | theUILang.FScopylink = 'Copy link';
15 | theUILang.FSmaxdur = 'Maximum allowed duration is:';
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: File share plugin
2 | plugin.author: HWK
3 | plugin.version: 0.03
4 | rtorrent.remote: error
5 | rtorrent.external.error: php
6 | plugin.dependencies: filemanager
7 |
--------------------------------------------------------------------------------
/rutorrent.org/fileshare/settings.js.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/.svn/dir-prop-base:
--------------------------------------------------------------------------------
1 | K 14
2 | bugtraq:number
3 | V 4
4 | true
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/.svn/text-base/fileupload.css.svn-base:
--------------------------------------------------------------------------------
1 | div#fileUP_Console div.dlg-header {
2 | background-image: url(../filemanager/images/console.gif);
3 | }
4 |
5 | div#fileUP_upoptions {
6 | display:none;
7 | }
8 |
9 |
10 | #fileUP_uplog, #fileUP_filelog {
11 | overflow: scroll;
12 | }
13 | #fileUP_uplog pre, #fileUP_filelog pre {
14 | font-family: "Courier New", Courier, monospace;
15 | font-size: 9pt;
16 | }
17 |
18 | #fileUP_options {
19 |
20 | overflow: auto;
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/.svn/text-base/fup.php.svn-base:
--------------------------------------------------------------------------------
1 | postlist['action']) {
13 |
14 | case 'save':
15 | $fup->save_settings();
16 | break;
17 | case 'upload':
18 | $fup->do_upload();
19 | break;
20 | case 'status':
21 | $fup->upload_status();
22 | break;
23 | case 'stop':
24 | $fup->stop_upload();
25 | break;
26 | default: $fup->sdie('Invalid action');
27 |
28 | }
29 |
30 |
31 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/.svn/text-base/init.php.svn-base:
--------------------------------------------------------------------------------
1 | get_settings().';';
11 |
12 | $theSettings->registerPlugin("fileupload");
13 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/.svn/text-base/plugin.info.svn-base:
--------------------------------------------------------------------------------
1 | plugin.description: Sharing services file uploader
2 | plugin.author: HWK
3 | plugin.version: 0.02
4 | rtorrent.remote: error
5 | rtorrent.external.error: php,plowup
6 | plugin.dependencies: filemanager
7 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/fileupload.css:
--------------------------------------------------------------------------------
1 | div#fileUP_Console div.dlg-header {
2 | background-image: url(../filemanager/images/console.gif);
3 | }
4 |
5 | div#fileUP_upoptions {
6 | display:none;
7 | }
8 |
9 |
10 | #fileUP_uplog, #fileUP_filelog {
11 | overflow: scroll;
12 | }
13 | #fileUP_uplog pre, #fileUP_filelog pre {
14 | font-family: "Courier New", Courier, monospace;
15 | font-size: 9pt;
16 | }
17 |
18 | #fileUP_options {
19 |
20 | overflow: auto;
21 |
22 | }
23 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/fup.php:
--------------------------------------------------------------------------------
1 | postlist['action']) {
13 |
14 | case 'save':
15 | $fup->save_settings();
16 | break;
17 | case 'upload':
18 | $fup->do_upload();
19 | break;
20 | case 'status':
21 | $fup->upload_status();
22 | break;
23 | case 'stop':
24 | $fup->stop_upload();
25 | break;
26 | default: $fup->sdie('Invalid action');
27 |
28 | }
29 |
30 |
31 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/init.php:
--------------------------------------------------------------------------------
1 | get_settings().';';
11 |
12 | $theSettings->registerPlugin("fileupload");
13 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/lang/.svn/dir-prop-base:
--------------------------------------------------------------------------------
1 | K 14
2 | bugtraq:number
3 | V 4
4 | true
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.fileUP = {}
2 | theUILang.fileUP.title = 'File Uploads';
3 | theUILang.fileUP.upto = 'Upload to...';
4 | theUILang.fileUP.login = 'Login:';
5 | theUILang.fileUP.password = 'Password:';
6 | theUILang.fileUP.account = 'Account:';
7 | theUILang.fileUP.email = 'Your e-mail:';
8 | theUILang.fileUP.invalid = 'Invalid e-mail address!';
9 | theUILang.fileUP.preup = 'Click start for some action';
10 | theUILang.fileUP.file = 'File:';
11 | theUILang.fileUP.fileurl = 'File URL:';
12 | theUILang.fileUP.deleteurl = 'Delete URL:';
13 | theUILang.fileUP.failed = 'Failed!';
14 | theUILang.fileUP.up_stop = 'Upload stopped!';
15 | theUILang.fileUP.description = 'Description:';
16 | theUILang.fileUP.recipient = 'Recipient:';
17 | theUILang.fileUP.up_status = 'Upload status:';
18 | theUILang.fileUP.file_info = 'File info:';
19 | theUILang.fileUP.up_options = 'Options:';
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.fileUP = {}
2 | theUILang.fileUP.title = 'File Uploads';
3 | theUILang.fileUP.upto = 'Upload to...';
4 | theUILang.fileUP.login = 'Login:';
5 | theUILang.fileUP.password = 'Password:';
6 | theUILang.fileUP.account = 'Account:';
7 | theUILang.fileUP.email = 'Your e-mail:';
8 | theUILang.fileUP.invalid = 'Invalid e-mail address!';
9 | theUILang.fileUP.preup = 'Click start for some action';
10 | theUILang.fileUP.file = 'File:';
11 | theUILang.fileUP.fileurl = 'File URL:';
12 | theUILang.fileUP.deleteurl = 'Delete URL:';
13 | theUILang.fileUP.failed = 'Failed!';
14 | theUILang.fileUP.up_stop = 'Upload stopped!';
15 | theUILang.fileUP.description = 'Description:';
16 | theUILang.fileUP.recipient = 'Recipient:';
17 | theUILang.fileUP.up_status = 'Upload status:';
18 | theUILang.fileUP.file_info = 'File info:';
19 | theUILang.fileUP.up_options = 'Options:';
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.fileUP = {}
2 | theUILang.fileUP.title = 'File Uploads';
3 | theUILang.fileUP.upto = 'Upload to...';
4 | theUILang.fileUP.login = 'Login:';
5 | theUILang.fileUP.password = 'Password:';
6 | theUILang.fileUP.account = 'Account:';
7 | theUILang.fileUP.email = 'Your e-mail:';
8 | theUILang.fileUP.invalid = 'Invalid e-mail address!';
9 | theUILang.fileUP.preup = 'Click start for some action';
10 | theUILang.fileUP.file = 'File:';
11 | theUILang.fileUP.fileurl = 'File URL:';
12 | theUILang.fileUP.deleteurl = 'Delete URL:';
13 | theUILang.fileUP.failed = 'Failed!';
14 | theUILang.fileUP.up_stop = 'Upload stopped!';
15 | theUILang.fileUP.description = 'Description:';
16 | theUILang.fileUP.recipient = 'Recipient:';
17 | theUILang.fileUP.up_status = 'Upload status:';
18 | theUILang.fileUP.file_info = 'File info:';
19 | theUILang.fileUP.up_options = 'Options:';
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.fileUP = {}
2 | theUILang.fileUP.title = 'File Uploads';
3 | theUILang.fileUP.upto = 'Upload to...';
4 | theUILang.fileUP.login = 'Login:';
5 | theUILang.fileUP.password = 'Password:';
6 | theUILang.fileUP.account = 'Account:';
7 | theUILang.fileUP.email = 'Your e-mail:';
8 | theUILang.fileUP.invalid = 'Invalid e-mail address!';
9 | theUILang.fileUP.preup = 'Click start for some action';
10 | theUILang.fileUP.file = 'File:';
11 | theUILang.fileUP.fileurl = 'File URL:';
12 | theUILang.fileUP.deleteurl = 'Delete URL:';
13 | theUILang.fileUP.failed = 'Failed!';
14 | theUILang.fileUP.up_stop = 'Upload stopped!';
15 | theUILang.fileUP.description = 'Description:';
16 | theUILang.fileUP.recipient = 'Recipient:';
17 | theUILang.fileUP.up_status = 'Upload status:';
18 | theUILang.fileUP.file_info = 'File info:';
19 | theUILang.fileUP.up_options = 'Options:';
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: Sharing services file uploader
2 | plugin.author: HWK
3 | plugin.version: 0.02
4 | rtorrent.remote: error
5 | rtorrent.external.error: php,plowup
6 | plugin.dependencies: filemanager
7 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/scripts/.svn/all-wcprops:
--------------------------------------------------------------------------------
1 | K 25
2 | svn:wc:ra_dav:version-url
3 | V 53
4 | /svn/filemanager/!svn/ver/41/trunk/fileupload/scripts
5 | END
6 | upload
7 | K 25
8 | svn:wc:ra_dav:version-url
9 | V 60
10 | /svn/filemanager/!svn/ver/32/trunk/fileupload/scripts/upload
11 | END
12 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/scripts/.svn/dir-prop-base:
--------------------------------------------------------------------------------
1 | K 14
2 | bugtraq:number
3 | V 4
4 | true
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/scripts/.svn/entries:
--------------------------------------------------------------------------------
1 | 10
2 |
3 | dir
4 | 48
5 | http://svn.rutorrent.org/svn/filemanager/trunk/fileupload/scripts
6 | http://svn.rutorrent.org/svn/filemanager
7 |
8 |
9 |
10 | 2012-05-15T12:45:02.993153Z
11 | 41
12 | hwk
13 | has-props
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | a528ebbd-8654-e011-9671-00248cbe6ec3
28 |
29 | upload
30 | file
31 |
32 |
33 |
34 |
35 | 2013-01-15T20:41:39.000000Z
36 | 8eaf420405452346a0d388621ca6696b
37 | 2011-07-28T22:29:26.326100Z
38 | 32
39 | hwk
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 251
62 |
63 |
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/scripts/.svn/text-base/upload.svn-base:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | tempdir="$1"
4 |
5 | if [ ! -d "$tempdir" ]; then
6 | mkdir --mode=0777 -p "$tempdir" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
7 | fi
8 |
9 | echo "$$" > "$tempdir/pid";
10 |
11 | shift 1
12 |
13 | plowup -v 3 "$@" &> "$tempdir/log"
14 | sleep 20
15 | rm -rf "$tempdir"
--------------------------------------------------------------------------------
/rutorrent.org/fileupload/scripts/upload:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | tempdir="$1"
4 |
5 | if [ ! -d "$tempdir" ]; then
6 | mkdir --mode=0777 -p "$tempdir" || { echo "FATAL ERROR: temp dir creation failed"; exit; }
7 | fi
8 |
9 | echo "$$" > "$tempdir/pid";
10 |
11 | shift 1
12 |
13 | plowup -v 3 "$@" &> "$tempdir/log"
14 | sleep 20
15 | rm -rf "$tempdir"
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/.svn/text-base/conf.php.svn-base:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/.svn/text-base/init.php.svn-base:
--------------------------------------------------------------------------------
1 | registerPlugin("mediastream");
4 |
5 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/.svn/text-base/mediastream.css.svn-base:
--------------------------------------------------------------------------------
1 | div#VPLAY_diag div.dlg-header {background-image: url(images/vplay.png);}
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/.svn/text-base/plugin.info.svn-base:
--------------------------------------------------------------------------------
1 | plugin.description: Video streaming plugin.
2 | plugin.author: HWK
3 | plugin.version: 0.01
4 | rtorrent.remote: error
5 | rtorrent.external.error: php
6 | plugin.dependencies: filemanager
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/.svn/text-base/settings.js.php.svn-base:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/conf.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/images/.svn/all-wcprops:
--------------------------------------------------------------------------------
1 | K 25
2 | svn:wc:ra_dav:version-url
3 | V 53
4 | /svn/filemanager/!svn/ver/16/trunk/mediastream/images
5 | END
6 | vplay.png
7 | K 25
8 | svn:wc:ra_dav:version-url
9 | V 63
10 | /svn/filemanager/!svn/ver/16/trunk/mediastream/images/vplay.png
11 | END
12 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/images/.svn/entries:
--------------------------------------------------------------------------------
1 | 10
2 |
3 | dir
4 | 48
5 | http://svn.rutorrent.org/svn/filemanager/trunk/mediastream/images
6 | http://svn.rutorrent.org/svn/filemanager
7 |
8 |
9 |
10 | 2011-03-28T14:16:43.881494Z
11 | 16
12 | hwk
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 | a528ebbd-8654-e011-9671-00248cbe6ec3
28 |
29 | vplay.png
30 | file
31 |
32 |
33 |
34 |
35 | 2013-01-15T20:41:22.000000Z
36 | efeaad62657e1626502971cd43af8b96
37 | 2011-03-28T14:16:43.881494Z
38 | 16
39 | hwk
40 | has-props
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 | 676
62 |
63 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/images/.svn/prop-base/vplay.png.svn-base:
--------------------------------------------------------------------------------
1 | K 13
2 | svn:mime-type
3 | V 24
4 | application/octet-stream
5 | END
6 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/images/.svn/text-base/vplay.png.svn-base:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/mediastream/images/.svn/text-base/vplay.png.svn-base
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/images/vplay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/rutorrent.org/mediastream/images/vplay.png
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/init.php:
--------------------------------------------------------------------------------
1 | registerPlugin("mediastream");
4 |
5 | ?>
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/cs.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/da.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/de.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/en.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/es.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/fi.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/fr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/hu.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/it.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/lv.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/nl.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/pl.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/pt.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/ru.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/sk.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/sr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/tr.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/uk.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/vi.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/zh-cn.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/.svn/text-base/zh-tw.js.svn-base:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/cs.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/da.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/de.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/en.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/es.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/fi.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/fr.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/hu.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/it.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/lv.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/nl.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/pl.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/pt.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/ru.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/sk.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/sr.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/tr.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/uk.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/vi.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/zh-cn.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/lang/zh-tw.js:
--------------------------------------------------------------------------------
1 | theUILang.mediastream = 'Video player';
2 |
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/mediastream.css:
--------------------------------------------------------------------------------
1 | div#VPLAY_diag div.dlg-header {background-image: url(images/vplay.png);}
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/plugin.info:
--------------------------------------------------------------------------------
1 | plugin.description: Video streaming plugin.
2 | plugin.author: HWK
3 | plugin.version: 0.01
4 | rtorrent.remote: error
5 | rtorrent.external.error: php
6 | plugin.dependencies: filemanager
--------------------------------------------------------------------------------
/rutorrent.org/mediastream/settings.js.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/sickrageconf:
--------------------------------------------------------------------------------
1 | setuid
2 |
3 | start on runlevel [2345]
4 | stop on runlevel [016]
5 |
6 | respawn
7 |
8 | exec /opt/sickrage/SickBeard.py
9 |
--------------------------------------------------------------------------------
/sickrageservice:
--------------------------------------------------------------------------------
1 | [Unit]
2 | Description=SickRage Daemon
3 |
4 | [Service]
5 | User=
6 | Group=
7 | Type=forking
8 | GuessMainPID=no
9 | ExecStart=/usr/bin/python /opt/sickrage/SickBeard.py -q --daemon --nolaunch --datadir=/opt/sickrage
10 |
11 | [Install]
12 | WantedBy=multi-user.target
13 |
--------------------------------------------------------------------------------
/speedTEST:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 | speedtest.py --share
3 |
--------------------------------------------------------------------------------
/versions:
--------------------------------------------------------------------------------
1 | notos-xmlrpc-c.tgz = xmlrpc-c-1.16.42.tgz
2 | libtorrent-0.12.9.tar.gz
3 | libtorrent-0.13.2.tar.gz
4 | rtorrent-0.8.9.tar.gz
5 | rtorrent-0.9.2.tar.gz
6 |
--------------------------------------------------------------------------------
/vsftpd_2.3.2-3ubuntu5.1_amd64.deb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/vsftpd_2.3.2-3ubuntu5.1_amd64.deb
--------------------------------------------------------------------------------
/vsftpd_2.3.2-3ubuntu5.1_i386.deb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/vsftpd_2.3.2-3ubuntu5.1_i386.deb
--------------------------------------------------------------------------------
/vsftpd_2.3.2-3ubuntu5.1_x86_64.deb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/vsftpd_2.3.2-3ubuntu5.1_x86_64.deb
--------------------------------------------------------------------------------
/webmin-1.600.tar.gz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/webmin-1.600.tar.gz
--------------------------------------------------------------------------------
/xmlrpc-c-1.16.42.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/xmlrpc-c-1.16.42.tgz
--------------------------------------------------------------------------------
/xmlrpc-c-1.31.06.zip:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/xmlrpc-c-1.31.06.zip
--------------------------------------------------------------------------------
/xmlrpc-c-1.33.17.tgz:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/xmlrpc-c-1.33.17.tgz
--------------------------------------------------------------------------------
/xrdp_0.6.1-1_amd64.deb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/xrdp_0.6.1-1_amd64.deb
--------------------------------------------------------------------------------
/xrdp_0.6.1-1_i386.deb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/xrdp_0.6.1-1_i386.deb
--------------------------------------------------------------------------------
/xrdp_0.6.1-1_x86_64.deb:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/dannyti/seedbox-from-scratch/169498dd3ea9fe5a812647435576cfb6f0d8cae2/xrdp_0.6.1-1_x86_64.deb
--------------------------------------------------------------------------------