<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: w2box file repository for PHP</title>
	<atom:link href="http://clement.beffa.org/labs/projects/w2box/feed/" rel="self" type="application/rss+xml" />
	<link>http://clement.beffa.org/labs/projects/w2box/</link>
	<description>random ramblings and possibly neat web experiments</description>
	<lastBuildDate>Mon, 16 Jan 2012 23:12:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jürg Baur</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-2063</link>
		<dc:creator>Jürg Baur</dc:creator>
		<pubDate>Sun, 06 Nov 2011 11:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-2063</guid>
		<description>And to use the progress bar under under Win 7, XAMPP 1.7.4 and PHP 5.3.5 your first row of upload.cgi should look like this (path to the perl.exe):
#!&quot;C:\xampp\perl\bin\perl.exe&quot;
# if you&#039;re using windows, you should remove the first line</description>
		<content:encoded><![CDATA[<p>And to use the progress bar under under Win 7, XAMPP 1.7.4 and PHP 5.3.5 your first row of upload.cgi should look like this (path to the perl.exe):<br />
#!&#8221;C:\xampp\perl\bin\perl.exe&#8221;<br />
# if you&#8217;re using windows, you should remove the first line</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürg Baur</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-2062</link>
		<dc:creator>Jürg Baur</dc:creator>
		<pubDate>Sun, 06 Nov 2011 11:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-2062</guid>
		<description>Great Script! Some changes needed to work under Win 7, XAMPP 1.7.4 and PHP 5.3.5:
- index.php: split(...) -&gt; @split(...)
- lang\index.php: ereg(...) -&gt; @ereg(...)</description>
		<content:encoded><![CDATA[<p>Great Script! Some changes needed to work under Win 7, XAMPP 1.7.4 and PHP 5.3.5:<br />
- index.php: split(&#8230;) -&gt; @split(&#8230;)<br />
- lang\index.php: ereg(&#8230;) -&gt; @ereg(&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MIRZA</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-2061</link>
		<dc:creator>MIRZA</dc:creator>
		<pubDate>Tue, 01 Nov 2011 19:11:25 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-2061</guid>
		<description>I resolve my issue by formating disk to linux filesstem and changed permissions. I couldnt do this change couse my disk was ntfs before.

My current problem is that files over 2GB are not visible...</description>
		<content:encoded><![CDATA[<p>I resolve my issue by formating disk to linux filesstem and changed permissions. I couldnt do this change couse my disk was ntfs before.</p>
<p>My current problem is that files over 2GB are not visible&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirza</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-2060</link>
		<dc:creator>Mirza</dc:creator>
		<pubDate>Mon, 31 Oct 2011 19:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-2060</guid>
		<description>Can I use folder outside of /w2box, on another disk? 
I installed xampp for linux, so the path to w2box is

/opt/lampp/htdocs/w2box

I want to use this script for listing

/media/Files/d/

So, this is what i tried: 
$config[&#039;storage_path&#039;] = &quot;/media/Files/d/&quot;;

I get error message: opendir(/media/Files/d/) [function.opendir]: failed to open dir: Permission denied in /opt/lampp/htdocs/f/index.php on line 371

How to make this working? Thanks!</description>
		<content:encoded><![CDATA[<p>Can I use folder outside of /w2box, on another disk?<br />
I installed xampp for linux, so the path to w2box is</p>
<p>/opt/lampp/htdocs/w2box</p>
<p>I want to use this script for listing</p>
<p>/media/Files/d/</p>
<p>So, this is what i tried:<br />
$config['storage_path'] = &#8220;/media/Files/d/&#8221;;</p>
<p>I get error message: opendir(/media/Files/d/) [function.opendir]: failed to open dir: Permission denied in /opt/lampp/htdocs/f/index.php on line 371</p>
<p>How to make this working? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-1941</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Wed, 28 Sep 2011 16:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-1941</guid>
		<description>I like the script, but noticed one error, when I am finished with the admin area, there is no way to log-out of the admin area. Is there some way to log-out of the admin area when I am done?</description>
		<content:encoded><![CDATA[<p>I like the script, but noticed one error, when I am finished with the admin area, there is no way to log-out of the admin area. Is there some way to log-out of the admin area when I am done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-1401</link>
		<dc:creator>Alejandro</dc:creator>
		<pubDate>Wed, 24 Aug 2011 06:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-1401</guid>
		<description>404 error when I enter a directory, plus I loaded files (containing the writable) left the links to try it who can help me in the project.
*********************
http://tools.powerpoint.site40.net/index.php
*********************
I expect a quick answer to the question, because it is a project for my work.

many thanks and greetings from Argentina</description>
		<content:encoded><![CDATA[<p>404 error when I enter a directory, plus I loaded files (containing the writable) left the links to try it who can help me in the project.<br />
*********************<br />
<a href="http://tools.powerpoint.site40.net/index.php" rel="nofollow">http://tools.powerpoint.site40.net/index.php</a><br />
*********************<br />
I expect a quick answer to the question, because it is a project for my work.</p>
<p>many thanks and greetings from Argentina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recommendations for a secure (and simple) dropbox system - Admins Goodies</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-1400</link>
		<dc:creator>Recommendations for a secure (and simple) dropbox system - Admins Goodies</dc:creator>
		<pubDate>Sun, 21 Aug 2011 00:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-1400</guid>
		<description>[...] suggestions? I was thinking about w2box but there&#8217;s virtually no security to that [...]</description>
		<content:encoded><![CDATA[<p>[...] suggestions? I was thinking about w2box but there&#8217;s virtually no security to that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Send File to Owner</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-1392</link>
		<dc:creator>Send File to Owner</dc:creator>
		<pubDate>Tue, 28 Jun 2011 08:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-1392</guid>
		<description>[...]          W2box?             Reply With Quote &#160;   [...]</description>
		<content:encoded><![CDATA[<p>[...]          W2box?             Reply With Quote &nbsp;   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Neculau</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-1390</link>
		<dc:creator>Andrei Neculau</dc:creator>
		<pubDate>Sun, 26 Jun 2011 13:32:09 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-1390</guid>
		<description>Through the years, I added a bit of knowledge to the project https://github.com/andreineculau/w2box</description>
		<content:encoded><![CDATA[<p>Through the years, I added a bit of knowledge to the project <a href="https://github.com/andreineculau/w2box" rel="nofollow">https://github.com/andreineculau/w2box</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W2Box 4.1 – Gérer les fichiers présents sur son FTP! &#124; Gomah</title>
		<link>http://clement.beffa.org/labs/projects/w2box/comment-page-3/#comment-1309</link>
		<dc:creator>W2Box 4.1 – Gérer les fichiers présents sur son FTP! &#124; Gomah</dc:creator>
		<pubDate>Sat, 04 Jun 2011 05:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://clement.beffa.org/labs/?p=32#comment-1309</guid>
		<description>[...] d’informations sur le site de l’auteur : http://clement.beffa.org/labs/projects/w2box/ Démonstration : http://clement.beffa.org/labs/apps/w2box-demo/ Téléchargement [...]</description>
		<content:encoded><![CDATA[<p>[...] d’informations sur le site de l’auteur : <a href="http://clement.beffa.org/labs/projects/w2box/" rel="nofollow">http://clement.beffa.org/labs/projects/w2box/</a> Démonstration : http://clement.beffa.org/labs/apps/w2box-demo/ Téléchargement [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

