<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Avluis.com - An Anime Direct Downloads Site in its Infancy</title>
	<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/</link>
	<description>News, Information, Summaries and Reviews on the Latest Anime Fansubs as well as Anime-related Downloads.</description>
	<pubDate>Wed, 08 Oct 2008 04:19:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
		<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-287</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Sun, 26 Feb 2006 18:38:25 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-287</guid>
		<description>It's a fair move though as no US web host would willingly host any licensed series. At least this way, Avluis.com will be kept alive. :)</description>
		<content:encoded><![CDATA[<p>It&#8217;s a fair move though as no US web host would willingly host any licensed series. At least this way, Avluis.com will be kept alive. <img src='http://animefield.is-there.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-278</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 23 Feb 2006 11:59:33 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-278</guid>
		<description>man bad news "Black Cat, Eureka seveN, Fate/Stay Night, and Shakugan no Shana." are been taken off this site as they are according to the website "going to be or have been licenced"</description>
		<content:encoded><![CDATA[<p>man bad news &#8220;Black Cat, Eureka seveN, Fate/Stay Night, and Shakugan no Shana.&#8221; are been taken off this site as they are according to the website &#8220;going to be or have been licenced&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-253</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Sun, 19 Feb 2006 04:41:43 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-253</guid>
		<description>Lol, yeah. I was only talking about the PHP download script. :) Sry about getting your hopes up lol.</description>
		<content:encoded><![CDATA[<p>Lol, yeah. I was only talking about the PHP download script. <img src='http://animefield.is-there.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Sry about getting your hopes up lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimp</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-250</link>
		<dc:creator>pimp</dc:creator>
		<pubDate>Sat, 18 Feb 2006 18:40:23 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-250</guid>
		<description>Which one ZMang? I see only free host downloads here.</description>
		<content:encoded><![CDATA[<p>Which one ZMang? I see only free host downloads here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-249</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Sat, 18 Feb 2006 17:40:35 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-249</guid>
		<description>Oh, you were talking about a PHP download script. Ok, thanks for the clarification. There's actually quite a lot of good free scripts lying around, like the one I'm using for Anime Field.</description>
		<content:encoded><![CDATA[<p>Oh, you were talking about a PHP download script. Ok, thanks for the clarification. There&#8217;s actually quite a lot of good free scripts lying around, like the one I&#8217;m using for Anime Field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimp</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-248</link>
		<dc:creator>pimp</dc:creator>
		<pubDate>Sat, 18 Feb 2006 17:37:50 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-248</guid>
		<description>You store your files in a protected folder or better, a folder above site's root folder. Then you use php script to transfer any file requested to users (do you notice how you click on a file and was transfered to another script on shareparadise?). 
This way, no one can access the folder you store files (hence leeching your bw), and you have completely control over who can download your files.

You can see that specific script here: http://us2.php.net/manual/en/function.fread.php (read the user's comment part)</description>
		<content:encoded><![CDATA[<p>You store your files in a protected folder or better, a folder above site&#8217;s root folder. Then you use php script to transfer any file requested to users (do you notice how you click on a file and was transfered to another script on shareparadise?).<br />
This way, no one can access the folder you store files (hence leeching your bw), and you have completely control over who can download your files.</p>
<p>You can see that specific script here: <a href="http://us2.php.net/manual/en/function.fread.php" rel="nofollow">http://us2.php.net/manual/en/function.fread.php</a> (read the user&#8217;s comment part)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anime Field &#187; Blog Archive &#187; Anime Direct Downloads Sites For Recent Fansubs</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-246</link>
		<dc:creator>Anime Field &#187; Blog Archive &#187; Anime Direct Downloads Sites For Recent Fansubs</dc:creator>
		<pubDate>Sat, 18 Feb 2006 07:27:30 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-246</guid>
		<description>[...] Avluis.com - New site with about 5 ongoing series (7 total) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Avluis.com - New site with about 5 ongoing series (7 total) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-240</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Sat, 18 Feb 2006 05:10:57 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-240</guid>
		<description>Hehe, sorry pimp, but could you clarify what you meant by using php to transfer files?</description>
		<content:encoded><![CDATA[<p>Hehe, sorry pimp, but could you clarify what you meant by using php to transfer files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pimp</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-238</link>
		<dc:creator>pimp</dc:creator>
		<pubDate>Sat, 18 Feb 2006 02:11:43 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-238</guid>
		<description>dow: Correct,I think they should use php to transfer the files (as shareparadise,fansubtv doing), unless they have huge bandwith available.</description>
		<content:encoded><![CDATA[<p>dow: Correct,I think they should use php to transfer the files (as shareparadise,fansubtv doing), unless they have huge bandwith available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZMAng</title>
		<link>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-231</link>
		<dc:creator>ZMAng</dc:creator>
		<pubDate>Fri, 17 Feb 2006 15:38:03 +0000</pubDate>
		<guid>http://animefield.is-there.net/avluiscom-an-anime-direct-downloads-site-in-its-infancy/#comment-231</guid>
		<description>pimp: You're rite, but it's good to have backups. :)

dow: Lol, you're so correct. I just hope that avluis.com doesn't turn out &lt;a href="http://animefield.is-there.net/chiisananet-down-until-the-15th/" rel="nofollow"&gt;like Chiisana.net&lt;/a&gt;.

Shinsakura: Hehe, nice to hear that. I just read your Bleach 68-69 summary, and for some reason or another, I somehow missed all the good parts you took screenshots of. But other than those uber-cute segments, uhhh....</description>
		<content:encoded><![CDATA[<p>pimp: You&#8217;re rite, but it&#8217;s good to have backups. <img src='http://animefield.is-there.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>dow: Lol, you&#8217;re so correct. I just hope that avluis.com doesn&#8217;t turn out <a href="http://animefield.is-there.net/chiisananet-down-until-the-15th/" rel="nofollow">like Chiisana.net</a>.</p>
<p>Shinsakura: Hehe, nice to hear that. I just read your Bleach 68-69 summary, and for some reason or another, I somehow missed all the good parts you took screenshots of. But other than those uber-cute segments, uhhh&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.337 seconds -->
