<?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: Building Browsergames: Using Configuration Files (PHP)</title>
	<atom:link href="http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-679</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:20:18 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-679</guid>
		<description>You use config.php to store configuration values that both scripts&lt;br&gt;will need to use - for now we&#039;re just storing database settings, but&lt;br&gt;as your game grows you may find yourself needing to store more and&lt;br&gt;more values related to configuring your game - config.php is how we&lt;br&gt;solve that problem.</description>
		<content:encoded><![CDATA[<p>You use config.php to store configuration values that both scripts<br />will need to use &#8211; for now we&#39;re just storing database settings, but<br />as your game grows you may find yourself needing to store more and<br />more values related to configuring your game &#8211; config.php is how we<br />solve that problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricardokb</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-678</link>
		<dc:creator>ricardokb</dc:creator>
		<pubDate>Wed, 30 Dec 2009 12:33:55 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-678</guid>
		<description>I have already created the &quot;login.php&quot; and &quot;register.php&quot; : both woring 100%&lt;br&gt;but I still can´t understand the &quot;config.php&quot; file.&lt;br&gt;&lt;br&gt;I dont really get what shall I type on the &quot;config.php&quot; file.&lt;br&gt;&lt;br&gt;Thanks, and great tutorial!</description>
		<content:encoded><![CDATA[<p>I have already created the &#8220;login.php&#8221; and &#8220;register.php&#8221; : both woring 100%<br />but I still can´t understand the &#8220;config.php&#8221; file.</p>
<p>I dont really get what shall I type on the &#8220;config.php&#8221; file.</p>
<p>Thanks, and great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ABDUKRAHMAN</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-514</link>
		<dc:creator>ABDUKRAHMAN</dc:creator>
		<pubDate>Wed, 14 Oct 2009 11:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-514</guid>
		<description>I just bookmarked this for my future referance.&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;oemal&lt;br&gt;______________________________________________&lt;br&gt;&lt;a href=&quot;http://www.fvs-cctv.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;cctv systems&lt;/a&gt; &#124; &lt;a href=&quot;http://www.comparebroker.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Online Stock Broker&lt;/a&gt; &#124; &lt;a href=&quot;http://www.supercircuits.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;sovert security cameras&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I just bookmarked this for my future referance.</p>
<p>Thanks<br />oemal<br />______________________________________________<br /><a href="http://www.fvs-cctv.com" target="_blank" rel="nofollow">cctv systems</a> | <a href="http://www.comparebroker.com" target="_blank" rel="nofollow">Online Stock Broker</a> | <a href="http://www.supercircuits.com/" target="_blank" rel="nofollow">sovert security cameras</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-387</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 31 Mar 2009 18:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-387</guid>
		<description>Hi Sean,&lt;br&gt;What do you mean by &#039;fails&#039;? As long as you&#039;ve written an .htaccess rule to&lt;br&gt;disallow users to view config.php, it should be virtually impossible for a&lt;br&gt;user who doesn&#039;t have access to the web server to read your configuration&lt;br&gt;file.</description>
		<content:encoded><![CDATA[<p>Hi Sean,<br />What do you mean by &#39;fails&#39;? As long as you&#39;ve written an .htaccess rule to<br />disallow users to view config.php, it should be virtually impossible for a<br />user who doesn&#39;t have access to the web server to read your configuration<br />file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-386</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 31 Mar 2009 16:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-386</guid>
		<description>What happens when the engine fails and someone sees all the information on this page?</description>
		<content:encoded><![CDATA[<p>What happens when the engine fails and someone sees all the information on this page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lollige</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-348</link>
		<dc:creator>lollige</dc:creator>
		<pubDate>Tue, 10 Mar 2009 11:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-348</guid>
		<description>You have really written a wonderful tutorial, which contains just what I need! Thanks for linking every php code to the right page, this time it helped me easily figure the difference between require and require once, and require and include! Which I both did not know before (the differences)&lt;br&gt;Thanks!</description>
		<content:encoded><![CDATA[<p>You have really written a wonderful tutorial, which contains just what I need! Thanks for linking every php code to the right page, this time it helped me easily figure the difference between require and require once, and require and include! Which I both did not know before (the differences)<br />Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-72</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Thu, 10 Jul 2008 14:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-72</guid>
		<description>Hi Adam,

Thanks for pointing out parse_ini_file - seeing as we&#039;ve already done all of our configuration work for now, we probably won&#039;t be using it in this project - but it&#039;s on my list of things to use for the next one.</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Thanks for pointing out parse_ini_file &#8211; seeing as we&#8217;ve already done all of our configuration work for now, we probably won&#8217;t be using it in this project &#8211; but it&#8217;s on my list of things to use for the next one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://buildingbrowsergames.com/2008/04/22/building-browsergames-using-configuration-files-php/comment-page-1/#comment-71</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 10 Jul 2008 08:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=15#comment-71</guid>
		<description>I find PHP&#039;s parse_ini_file an efficient and very handy method to use for storing configuration as you can split settings up into multiple sections and such as you add more settings.

~ Adam</description>
		<content:encoded><![CDATA[<p>I find PHP&#8217;s parse_ini_file an efficient and very handy method to use for storing configuration as you can split settings up into multiple sections and such as you add more settings.</p>
<p>~ Adam</p>
]]></content:encoded>
	</item>
</channel>
</rss>
