<?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: Password Protecting Your Image Galleries</title>
	<atom:link href="http://lr.theturninggate.net/2010/01/password-protecting-your-image-galleries/feed/" rel="self" type="application/rss+xml" />
	<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries</link>
	<description>Adobe Lightroom Web Engines, Tutorials and Resources</description>
	<lastBuildDate>Mon, 06 Sep 2010 16:51:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DigitalOxygen</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-13827</link>
		<dc:creator>DigitalOxygen</dc:creator>
		<pubDate>Tue, 25 May 2010 21:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-13827</guid>
		<description>FYI if you use .htaccess or other method of locking down the directories Fotomoto will not work as it will be denied access when it attempts to read the photos on the site.  The Fotomoto servers can&#039;t &quot;login&quot; to get access to the images so it won&#039;t work.  I had to move to a php password protection system for this reason.  At least this is how it worked before.  They may have added some magic when they recently changed their API, but I doubt it.  Regardless similar things would happen when sharing on Facebook.  It would most likely not be able to display the thumbnails as it usually does when you share a page with images.  I suppose you might be able to add exceptions in to the .htaccess file to allow certain sites through without a password but I have not explored it.  Not sure if it&#039;s even possible.</description>
		<content:encoded><![CDATA[<p>FYI if you use .htaccess or other method of locking down the directories Fotomoto will not work as it will be denied access when it attempts to read the photos on the site.  The Fotomoto servers can&#8217;t &#8220;login&#8221; to get access to the images so it won&#8217;t work.  I had to move to a php password protection system for this reason.  At least this is how it worked before.  They may have added some magic when they recently changed their API, but I doubt it.  Regardless similar things would happen when sharing on Facebook.  It would most likely not be able to display the thumbnails as it usually does when you share a page with images.  I suppose you might be able to add exceptions in to the .htaccess file to allow certain sites through without a password but I have not explored it.  Not sure if it&#8217;s even possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigiDoug</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-12129</link>
		<dc:creator>DigiDoug</dc:creator>
		<pubDate>Thu, 06 May 2010 17:10:30 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-12129</guid>
		<description>Thanks Digital Oxygen, that&#039;s what I was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks Digital Oxygen, that&#8217;s what I was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigitalOxygen</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-12124</link>
		<dc:creator>DigitalOxygen</dc:creator>
		<pubDate>Thu, 06 May 2010 16:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-12124</guid>
		<description>Answering Matthew&#039;s questions will help, but it sounds like you don&#039;t have an index file in that directory in which case the user will be provided with a list of directory contents.  Most hosting companies disable the directory browsing by default, but sounds like that is not the case for you.  See this page for an example of what I mean: http://www.gobalakrishnan.com/turn-off-directory-browsing-to-protect-your-web-content/

Also this script is not designed to protect files in a directory.  If a visitor knows the path to any file on your server (images, webpages, etc) they can type it in the address bar and view/download the file.  The script will only prevent users from viewing pages that you have applied the script to.

The only way to protect against that direct file access is .htaccess or similar methods.</description>
		<content:encoded><![CDATA[<p>Answering Matthew&#8217;s questions will help, but it sounds like you don&#8217;t have an index file in that directory in which case the user will be provided with a list of directory contents.  Most hosting companies disable the directory browsing by default, but sounds like that is not the case for you.  See this page for an example of what I mean: <a href="http://www.gobalakrishnan.com/turn-off-directory-browsing-to-protect-your-web-content/" rel="nofollow">http://www.gobalakrishnan.com/turn-off-directory-browsing-to-protect-your-web-content/</a></p>
<p>Also this script is not designed to protect files in a directory.  If a visitor knows the path to any file on your server (images, webpages, etc) they can type it in the address bar and view/download the file.  The script will only prevent users from viewing pages that you have applied the script to.</p>
<p>The only way to protect against that direct file access is .htaccess or similar methods.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-12120</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Thu, 06 May 2010 16:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-12120</guid>
		<description>Without knowing the full structure of the site, I have no idea. What page are you trying to protect, and what is located in the /client/ folder?</description>
		<content:encoded><![CDATA[<p>Without knowing the full structure of the site, I have no idea. What page are you trying to protect, and what is located in the /client/ folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigiDoug</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-12105</link>
		<dc:creator>DigiDoug</dc:creator>
		<pubDate>Thu, 06 May 2010 12:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-12105</guid>
		<description>Hi there,

I tried this out but if you type in www.yourdomain.com/client/ in to a browser, you get a list of files that can be accessed without going through the login panel. Is this the case (in which case is there any use for the login?) or have I missed something?</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I tried this out but if you type in <a href="http://www.yourdomain.com/client/" rel="nofollow">http://www.yourdomain.com/client/</a> in to a browser, you get a list of files that can be accessed without going through the login panel. Is this the case (in which case is there any use for the login?) or have I missed something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-6403</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-6403</guid>
		<description>The logic seems sound; try it. :-)</description>
		<content:encoded><![CDATA[<p>The logic seems sound; try it. <img src='http://lr.theturninggate.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DigitalOxygen.ca</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-6401</link>
		<dc:creator>DigitalOxygen.ca</dc:creator>
		<pubDate>Mon, 18 Jan 2010 17:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-6401</guid>
		<description>I have been toying with the idea of creating a template index file for either this script or the Zubrag.com to help avoid having to modify the lightroom gallery output directly.  I have not tried either yet (although I intend to) but based on their descriptions it sounds like you need to modify the index.html file created by Lightroom.  This isn&#039;t too bad if you just export, modify, and upload the gallery once, but depending on the gallery I could upload it several times which means I would have to manually modify the gallery file(s) each time.  My thought was to create a PHP file (index.php for example) that could simply be copied into the root folder of the gallery along side the index.html file.  This PHP file would act as a wrapper for the index.html file and already contain the necessary security pieces in it and would use a Include or similar PHP function to display the contents of the index.html file.  As long as the server looks for and loads the php files first (which I think most do) you could export and re upload the gallery as many times as you want and only have to do the initial setup once.

Let me know if I&#039;m off base here.

Will post the solution if I get around to putting it together.</description>
		<content:encoded><![CDATA[<p>I have been toying with the idea of creating a template index file for either this script or the Zubrag.com to help avoid having to modify the lightroom gallery output directly.  I have not tried either yet (although I intend to) but based on their descriptions it sounds like you need to modify the index.html file created by Lightroom.  This isn&#8217;t too bad if you just export, modify, and upload the gallery once, but depending on the gallery I could upload it several times which means I would have to manually modify the gallery file(s) each time.  My thought was to create a PHP file (index.php for example) that could simply be copied into the root folder of the gallery along side the index.html file.  This PHP file would act as a wrapper for the index.html file and already contain the necessary security pieces in it and would use a Include or similar PHP function to display the contents of the index.html file.  As long as the server looks for and loads the php files first (which I think most do) you could export and re upload the gallery as many times as you want and only have to do the initial setup once.</p>
<p>Let me know if I&#8217;m off base here.</p>
<p>Will post the solution if I get around to putting it together.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theturninggate</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-6392</link>
		<dc:creator>theturninggate</dc:creator>
		<pubDate>Mon, 18 Jan 2010 03:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-6392</guid>
		<description>Not &lt;em&gt;my&lt;/em&gt; scripts.

But the difference is that this one has a back end for managing users, while the other does not. This one also requires you to setup a database, while the other does not. And so this one is more complicated, but it&#039;s also more robust.</description>
		<content:encoded><![CDATA[<p>Not <em>my</em> scripts.</p>
<p>But the difference is that this one has a back end for managing users, while the other does not. This one also requires you to setup a database, while the other does not. And so this one is more complicated, but it&#8217;s also more robust.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mike</title>
		<link>http://lightroom.theturninggate.net/feeder/?FeederAction=clicked&amp;feed=Articles+%28RSS2%29&amp;seed=http%3A%2F%2Flr.theturninggate.net%2F2010%2F01%2Fpassword-protecting-your-image-galleries%2F&amp;seed_title=Password+Protecting+Your+Image+Galleries/comment-page-1/#comment-6390</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Mon, 18 Jan 2010 00:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://lightroom.theturninggate.net/?p=1583#comment-6390</guid>
		<description>What are the benefits of this script over your previous one?</description>
		<content:encoded><![CDATA[<p>What are the benefits of this script over your previous one?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
