<?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: How easy is it for someone to download a php file from a website?</title>
	<atom:link href="http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/</link>
	<description>php source code protection</description>
	<lastBuildDate>Fri, 10 Sep 2010 11:06:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: ryan n</title>
		<link>http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/comment-page-1/#comment-1497</link>
		<dc:creator>ryan n</dc:creator>
		<pubDate>Sat, 04 Jul 2009 12:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/#comment-1497</guid>
		<description>don&#039;t put your db config file inside your public folder.  For example,  if your web root directory is &quot;www&quot;, then have a &quot;config&quot; folder at the same level - .  outside of your web root.   

Also you should be able to deny access to any of your public files by using a .htaccess file.</description>
		<content:encoded><![CDATA[<p>don&#8217;t put your db config file inside your public folder.  For example,  if your web root directory is &quot;www&quot;, then have a &quot;config&quot; folder at the same level &#8211; .  outside of your web root.   </p>
<p>Also you should be able to deny access to any of your public files by using a .htaccess file.
<p>
				<span id="reportcomment_results_div_1497"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 1497 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_1497"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AdamBeaz</title>
		<link>http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/comment-page-1/#comment-1498</link>
		<dc:creator>AdamBeaz</dc:creator>
		<pubDate>Sat, 04 Jul 2009 12:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/#comment-1498</guid>
		<description>you may want to consider creating a separate db-connex.php file (or whatever name) and putting it in a random named folder and have an include statement pull it in before connecting to the database. This way you can put all of you DB username and DB passwords in that file as variables and only allow server sided includes in yourt php.ini
Also add a little security to that folder and you should be just fine.</description>
		<content:encoded><![CDATA[<p>you may want to consider creating a separate db-connex.php file (or whatever name) and putting it in a random named folder and have an include statement pull it in before connecting to the database. This way you can put all of you DB username and DB passwords in that file as variables and only allow server sided includes in yourt php.ini<br />
Also add a little security to that folder and you should be just fine.
<p>
				<span id="reportcomment_results_div_1498"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 1498 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_1498"></span>
			</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bangali</title>
		<link>http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/comment-page-1/#comment-1499</link>
		<dc:creator>bangali</dc:creator>
		<pubDate>Sat, 04 Jul 2009 12:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://phparmor.com/php-source-code/how-easy-is-it-for-someone-to-download-a-php-file-from-a-website/#comment-1499</guid>
		<description>it is as easy as downloading an html file</description>
		<content:encoded><![CDATA[<p>it is as easy as downloading an html file
<p>
				<span id="reportcomment_results_div_1499"><a href="javascript:void(0);" onclick="reportComment_AddTextArea( 1499 );" title="Report this comment" rel="nofollow">Report this comment</a></span><br />
				<span id="reportcomment_comment_div_1499"></span>
			</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 3/14 queries in 0.032 seconds using disk
Object Caching 272/280 objects using disk

Served from: phparmor.com @ 2010-09-10 20:47:50 -->