<?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: Upcoming changes in phpArmory 0.4.0 &#8211; &#8220;Jack-o-Lantern&#8221;</title>
	<atom:link href="http://www.marenkay.com/tipsresources/programming/upcoming-changes-in-phparmory-040-jack-o-lantern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marenkay.com/tipsresources/programming/upcoming-changes-in-phparmory-040-jack-o-lantern/</link>
	<description>developer, father, gamer, and nerd.</description>
	<lastBuildDate>Mon, 04 May 2009 08:31:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Daniel S. Reichenbach</title>
		<link>http://www.marenkay.com/tipsresources/programming/upcoming-changes-in-phparmory-040-jack-o-lantern/comment-page-1/#comment-31</link>
		<dc:creator>Daniel S. Reichenbach</dc:creator>
		<pubDate>Wed, 26 Nov 2008 17:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=61#comment-31</guid>
		<description>&lt;p&gt;The armory has been changed to supply character achievements and statistics.&lt;/p&gt;

&lt;p&gt;An update is in the making, you should see phpArmory 0.4.1 out in a few hours, addressing the changes.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The armory has been changed to supply character achievements and statistics.</p>

<p>An update is in the making, you should see phpArmory 0.4.1 out in a few hours, addressing the changes.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: RooZ</title>
		<link>http://www.marenkay.com/tipsresources/programming/upcoming-changes-in-phparmory-040-jack-o-lantern/comment-page-1/#comment-30</link>
		<dc:creator>RooZ</dc:creator>
		<pubDate>Wed, 26 Nov 2008 14:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=61#comment-30</guid>
		<description>&lt;p&gt;Hi,
I&#039;m not sure if my hosts server settings have changed, or the WoW armory has changed but I&#039;m unable to get an array of my character since last week. I looked around in the phpArmory.class and found it&#039;s getting an error here somewhere:
&lt;code&gt;            if (is_array($characterXML) &amp;&amp; array_key_exists(&#039;XmlData&#039;, $characterXML)) {
                $characterArray = $this-&gt;convertXmlToArray($characterXML[&#039;XmlData&#039;]);&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;            $characterPages = array(&quot;reputation&quot;, &quot;skills&quot;, &quot;talents&quot;);
            foreach ($characterPages as $characterPage) {
                $tempXML = $this-&gt;getXmlData($armoryBaseURL . $characterPage . $armoryBaseURLEnd);
                if (is_array($tempXML) &amp;&amp; array_key_exists(&#039;XmlData&#039;, $tempXML)) {
                    $tempArray = $this-&gt;convertXmlToArray($tempXML[&#039;XmlData&#039;]);

                    // remove character info from array
                    unset($tempArray[&#039;characterinfo&#039;][&#039;character&#039;]);

                    // merge the data received from $armoryBaseURL . $characterPage . $armoryBaseURLEnd into characterArray
                    $characterArray = array_merge($characterArray, reset($tempArray));
                } else {
                    return FALSE;
                }
            }

            // retrieve the current patch level
            $patchlevel[&quot;armorypatchlevel&quot;] = $this-&gt;getPatchLevel();

            // merge patch level into characterArray
            $characterArray = array_merge($characterArray, $patchlevel);

            return $characterArray;
        } else {
            return FALSE;
        }&lt;/code&gt;
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,
I&#8217;m not sure if my hosts server settings have changed, or the WoW armory has changed but I&#8217;m unable to get an array of my character since last week. I looked around in the phpArmory.class and found it&#8217;s getting an error here somewhere:
<code>            if (is_array($characterXML) &amp;&amp; array_key_exists('XmlData', $characterXML)) {
                $characterArray = $this-&gt;convertXmlToArray($characterXML['XmlData']);</code></p>

<pre><code>            $characterPages = array("reputation", "skills", "talents");
            foreach ($characterPages as $characterPage) {
                $tempXML = $this-&gt;getXmlData($armoryBaseURL . $characterPage . $armoryBaseURLEnd);
                if (is_array($tempXML) &amp;&amp; array_key_exists('XmlData', $tempXML)) {
                    $tempArray = $this-&gt;convertXmlToArray($tempXML['XmlData']);

                    // remove character info from array
                    unset($tempArray['characterinfo']['character']);

                    // merge the data received from $armoryBaseURL . $characterPage . $armoryBaseURLEnd into characterArray
                    $characterArray = array_merge($characterArray, reset($tempArray));
                } else {
                    return FALSE;
                }
            }

            // retrieve the current patch level
            $patchlevel["armorypatchlevel"] = $this-&gt;getPatchLevel();

            // merge patch level into characterArray
            $characterArray = array_merge($characterArray, $patchlevel);

            return $characterArray;
        } else {
            return FALSE;
        }&lt;/code&gt;
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Marenkay.com &#187; Blog Archive &#187; phpArmory 0.4.0 - &#8220;Jack-o&#8217;-Lantern&#8221; released</title>
		<link>http://www.marenkay.com/tipsresources/programming/upcoming-changes-in-phparmory-040-jack-o-lantern/comment-page-1/#comment-28</link>
		<dc:creator>Marenkay.com &#187; Blog Archive &#187; phpArmory 0.4.0 - &#8220;Jack-o&#8217;-Lantern&#8221; released</dc:creator>
		<pubDate>Thu, 20 Nov 2008 13:18:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=61#comment-28</guid>
		<description>&lt;p&gt;[...] proposed earlier in the 0.4.0 preview, we now have a final release of phpArmory 0.4.0 available. phpArmory 0.4.0 - [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] proposed earlier in the 0.4.0 preview, we now have a final release of phpArmory 0.4.0 available. phpArmory 0.4.0 &#8211; [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
