<?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: Flash CMS step by step tutorial &#8220;editing text&#8221;</title>
	<atom:link href="http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/</link>
	<description>Flash CMS Framework, Fleb Framework, Global Navigation and other ActionScript Stuff</description>
	<lastBuildDate>Tue, 24 Jan 2012 19:46:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Christian</title>
		<link>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/comment-page-1/#comment-829</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sun, 03 Apr 2011 10:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=668#comment-829</guid>
		<description>Hi

There seems to be something wrong in config.php. In you config.php you have three times $users[$i][&quot;admin&quot;] which cannot work. Please have a look again at the demo files! :-)</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>There seems to be something wrong in config.php. In you config.php you have three times $users[$i]["admin"] which cannot work. Please have a look again at the demo files! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lenura from Crimea</title>
		<link>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/comment-page-1/#comment-828</link>
		<dc:creator>lenura from Crimea</dc:creator>
		<pubDate>Sat, 02 Apr 2011 14:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=668#comment-828</guid>
		<description>Hi! I&#039;m sorry for my bad english))
My answer is:  Why i can&#039;t log in? for thi path: http://127.0.0.1/cms/login/
this parts of my config.php file:
----------------------------------------------
$dbhost = &quot;localhost&quot;;
//
// MySQL database username, e.g. web32
$dbuser = &quot;root&quot;;
//
// MySQL databse password
$dbpassword = &quot;vertrigo&quot;;
//
// The name of the database, e.g usr_web32_1
$dbname = &quot;test1&quot;;

--------------------------------------------------------------------------

$users = array();
// --------------------------------- user 1
$i = 0;
$users[$i][&quot;admin&quot;] = &quot;admin&quot;;
$users[$i][&quot;lastname&quot;] = &quot;lastname&quot;;
$users[$i][&quot;admin&quot;] = &quot;admin&quot;;
// if you have set usePasswordEncryption = true, use an MD5 string here:
$users[$i][&quot;admin&quot;] = &quot;admin&quot;;
// Here you define the individual menu of the CMS per user. Leave it as is for now:
$users[$i][&quot;cmsmenu&quot;] = &quot;cms_menu_1.xml&quot;;
----------------------------------------------------

What i do wrong? Please help me!))</description>
		<content:encoded><![CDATA[<p>Hi! I&#8217;m sorry for my bad english))<br />
My answer is:  Why i can&#8217;t log in? for thi path: <a href="http://127.0.0.1/cms/login/" rel="nofollow">http://127.0.0.1/cms/login/</a><br />
this parts of my config.php file:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
$dbhost = &#8220;localhost&#8221;;<br />
//<br />
// MySQL database username, e.g. web32<br />
$dbuser = &#8220;root&#8221;;<br />
//<br />
// MySQL databse password<br />
$dbpassword = &#8220;vertrigo&#8221;;<br />
//<br />
// The name of the database, e.g usr_web32_1<br />
$dbname = &#8220;test1&#8243;;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>$users = array();<br />
// &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; user 1<br />
$i = 0;<br />
$users[$i]["admin"] = &#8220;admin&#8221;;<br />
$users[$i]["lastname"] = &#8220;lastname&#8221;;<br />
$users[$i]["admin"] = &#8220;admin&#8221;;<br />
// if you have set usePasswordEncryption = true, use an MD5 string here:<br />
$users[$i]["admin"] = &#8220;admin&#8221;;<br />
// Here you define the individual menu of the CMS per user. Leave it as is for now:<br />
$users[$i]["cmsmenu"] = &#8220;cms_menu_1.xml&#8221;;<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>What i do wrong? Please help me!))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://blog.turtlebite.com/flash-cms-quick-start-tutorial-editing-text/comment-page-1/#comment-141</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Wed, 23 Sep 2009 18:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashcmsframework.com/?p=668#comment-141</guid>
		<description>awesome work! i&#039;ve waited such a long time for a cms like this! works perfect, thanks! :-)))</description>
		<content:encoded><![CDATA[<p>awesome work! i&#8217;ve waited such a long time for a cms like this! works perfect, thanks! <img src='http://blog.turtlebite.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ))</p>
]]></content:encoded>
	</item>
</channel>
</rss>

