<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Guide to installing W3btorrent 0.1.3</title>
		<link>http://mybookworld.wikidot.com/forum/t-98318/guide-to-installing-w3btorrent-0-1-3</link>
		<description>Posts in the discussion thread &quot;Guide to installing W3btorrent 0.1.3&quot; - Guide to installing w3btorrent 0.1.3 and combining this with DynDNS to start torrent downloads from anywhere!</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://mybookworld.wikidot.com/forum/t-98318#post-286579</guid>
				<title>Guide to installing W3btorrent 0.1.3</title>
				<link>http://mybookworld.wikidot.com/forum/t-98318/guide-to-installing-w3btorrent-0-1-3#post-286579</link>
				<description></description>
				<pubDate>Sun, 19 Oct 2008 11:50:39 +0000</pubDate>
				<wikidot:authorName>Dexter1979</wikidot:authorName>				<wikidot:authorUserId>47465</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This guide will tell you how to install w3btorrent 0.1.3. It is time consuming since the compiling of the various components takes a lot of time. There may be other ways of doing it but this worked for me. Most of the programs discribed here can be downloaded via optware but I could not get it to compile ctorrent. Aclocal-1.9 was missing. Installing 1.10 via optware had no effect. So I went back to the original guide I used to get it working before I upgraded the firmware =&gt; <a href="http://mybookworld.wikidot.com/forum/t-25186/getting-a-working-torrent-program-on-mybook-world#post-66108">http://mybookworld.wikidot.com/forum/t-25186/getting-a-working-torrent-program-on-mybook-world#post-66108</a><br /> I did add a few modifications.<br /> So here goes!</p> <p>What to do first:<br /> - Enable SSH on your My Book =&gt; <a href="http://mybookworld.wikidot.com/first-steps-with-mbwe">http://mybookworld.wikidot.com/first-steps-with-mbwe</a><br /> - Install Optware =&gt; <a href="http://mybookworld.wikidot.com/optware">http://mybookworld.wikidot.com/optware</a><br /> - Set up a PHP enabled webserver (secure or public is up to you. w3btorrent has it's own login so I made mine public) =&gt; <a href="http://mybookworld.wikidot.com/web-server">http://mybookworld.wikidot.com/web-server</a></p> <p>Now to get down and dirty!<br /> 1) Login via SSH and become root by typing:</p> <div class="code"> <pre> <code>su</code> </pre></div> <p>2) Download and install m4-1.4.10 with the following commands:</p> <div class="code"> <pre> <code>cd /tmp wget http://ftp.gnu.org/gnu/m4/m4-1.4.10.tar.gz tar –xvfz m4-1.4.10.tar.gz cd m4-1.4.10 ./configure make make install</code> </pre></div> <br /> Leave the folder by typing: <div class="code"> <pre> <code>cd ..</code> </pre></div> <p>3) Download autoconf 2.61 by doing the following:</p> <div class="code"> <pre> <code>wget ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.61.tar.gz tar –xvfz autoconf-2.62.tar.gz cd autoconf-2.62 ./configure make make install</code> </pre></div> <br /> Leave the folder by typing: <div class="code"> <pre> <code>cd ..</code> </pre></div> <p>4) Download and install automake 1.9.1:</p> <div class="code"> <pre> <code>wget http://ftp.gnu.org/gnu/automake/automake-1.9.1.tar.gz tar –xvfz automake-1.9.1 cd automake-1.9.1 ./configure make make install</code> </pre></div> <br /> Leave the folder by typing: <div class="code"> <pre> <code>cd ..</code> </pre></div> <p>5) Install libxml (this one takes ages!)</p> <div class="code"> <pre> <code>wget http://ftp.gnome.org/pub/gnome/sources/libxml2/2.6/libxml2-2.6.27.tar.gz tar –xvfz libxml2-2.6.27.tar.gz cd libxml2-2.6.27 ./configure make make install cp /usr/local/lib/libxml2.so.2 /lib</code> </pre></div> <br /> leave the folder by typing <div class="code"> <pre> <code>cd ..</code> </pre></div> <p>6) Now you need to enable shell commands from the http server:<br /> Add line following line in <em>/etc/lighttpd/lighttpd.conf</em> using your favorite text editor:</p> <div class="code"> <pre> <code>var.a=1</code> </pre></div> <br /> I put it in the first line <p>After you make these changes, you need to restart the Lighttpd and reboot the my book. Restarting Lighttpd is a good idea to see if it fails. You can then find out what went wrong and correct it:</p> <div class="code"> <pre> <code>/etc/init.d/lighthttpd.sh restart reboot</code> </pre></div> <p>NOW YOU ARE READY TO INSTALL w3btorrent!</p> <p>7) Log back in via SSH after the reboot is complete and become root:</p> <div class="code"> <pre> <code>su</code> </pre></div> <p>Go to your folder that you have selected to serve your webpages. In my case this is the one described in the webserver tutorial.<br /> Create a folder there for w3btorrent and prepare it. Then download the installation php file and install w3btorrent.</p> <div class="code"> <pre> <code>cd /shares/internal/PUBLIC/WWW/Public mkdir w3btorrent chmod 777 w3btorrent cd w3btorrent wget http://w3btorrent.thewulong.com/install-old.php</code> </pre></div> <p>Now visit <a href="http://%3CIP-OF-YOUR-MYBOOK%3E/w3btorrent/install-old.php">http://&lt;IP-OF-YOUR-MYBOOK&gt;/w3btorrent/install-old.php</a> and follow the instructions on the screen.</p> <p>That's it! It's installed!</p> <p>If, like me, your router has DynDNS installed you could set up a DynDNS domain and have access to your w3btorrent from anywhere via <a href="http://%3Cdyndns.url%3E/w3btorrent">http://&lt;dyndns.url&gt;/w3btorrent</a></p> <p>There are a fair few bugs in this release of w3btorrent. Most noticible is the torrent size changing to a huge size as soon as you start downloading but it works just fine in downloading it!</p> <p>Enjoy!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>