TorrentFlux-b4rt
Contents
TorrentFlux-b4rt
Wanted to directly download movies/series onto my AppleTV. Installed TorrentFlux, currently only using the wget method (as I don;t have a Mac to compile the transmissioncli).
Can now download directly onto AppleTV using my preferred usenet supplier (easynews) web interface.
Below is the (first) dump of my notes during installation.
My Installation Notes
Make a safe(r) installtion
- .ssh/authorized_keys : add public key
- Downloaded Darwin ISO
Upload following files from ISO:
nohup which uptime wget (from http://wiki.awkwardtv.org/wiki/Apple_TV_Binaries ) bunzip2 du
Upload following packages from ISO:
bzip2-9.root.tar.bz2 curl-28.root.tar.bz2 gnuzip-19.root.tar.bz2 top-15.root.tar.bz2 vim-13.root.tar.bz2 zip-6.root.tar.bz2
Now:
sudo mount -uw /
And copy/untar the files into correct locations.
- vi /etc/sshd_config:
PermitPasswordLogin: no ChallengeResponseAuthentication: no
- Make sure your public/private key login works and: reboot
Install XAMPP (and disable most of it afterwards)
- Downloaded XAMPP
- http://wiki.awkwardtv.org/wiki/XAMMP_-_Apache/MySQL/PHP5/Perl
mv /Applications /mnt/Scratch ln -s /mnt/Scratch/Applications /Applications
- mkdir ~/htdocs
StopFTP StopSSL
- edit httpd.conf, remove all AliasMappings and point DocumentRoot to your ~/htdocs
setHostName etc.
Set path and add xamppfiles/bin to it.
Install torrentflux-b4rt
Download latest version (beta2) and install torrentflux-b4rt
Set register_globals: off Must set php path yourself
In ClientHandler.wget.php - inject: Add $url = str_replace("http://downloads.members.easynews.com", "http://username:password@downloads.members.easynews.com", $url)
--Pier 16:58, 25 March 2008 (CET)