<?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: phpArmory &#8211; What features do you want to see?</title>
	<atom:link href="http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/</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: Jeroen Janssen</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-168</link>
		<dc:creator>Jeroen Janssen</dc:creator>
		<pubDate>Tue, 16 Dec 2008 11:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-168</guid>
		<description>&lt;p&gt;What about dungeons/boss information?&lt;/p&gt;

&lt;p&gt;i.e. from http://www.wowarmory.com/dungeons.xml it seems you can find out:
* what dungeons are there
* what bosses are in it
* what do they drop
etc...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What about dungeons/boss information?</p>

<p>i.e. from <a href="http://www.wowarmory.com/dungeons.xml" rel="nofollow">http://www.wowarmory.com/dungeons.xml</a> it seems you can find out:
* what dungeons are there
* what bosses are in it
* what do they drop
etc&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gizzmo&#8217;s Blog &#187; Warm and Fuzzy</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-159</link>
		<dc:creator>Gizzmo&#8217;s Blog &#187; Warm and Fuzzy</dc:creator>
		<pubDate>Thu, 11 Dec 2008 07:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-159</guid>
		<description>&lt;p&gt;[...] I made this suggestion on his post What features do you want to see? [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] I made this suggestion on his post What features do you want to see? [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel S. Reichenbach</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-156</link>
		<dc:creator>Daniel S. Reichenbach</dc:creator>
		<pubDate>Wed, 10 Dec 2008 08:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-156</guid>
		<description>&lt;p&gt;@Gizzmo: fixed in &lt;a href=&quot;http://github.com/marenkay/phparmory/commit/f22a6f66893a1c09adf83bbf80720279e37cdf6a&quot; rel=&quot;nofollow&quot;&gt;this commit&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Gizzmo: fixed in <a href="http://github.com/marenkay/phparmory/commit/f22a6f66893a1c09adf83bbf80720279e37cdf6a" rel="nofollow">this commit</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gizzmo</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-148</link>
		<dc:creator>Gizzmo</dc:creator>
		<pubDate>Tue, 09 Dec 2008 20:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-148</guid>
		<description>&lt;p&gt;Yea, but you want to check if either is not set, because you need both, if for example you have &#039;curl&#039; turned off you will get the error &quot;Fatal error: Call to undefined function curl_init()&quot; It needs to be:&lt;/p&gt;

&lt;p&gt;Is curl off? triggerError()
Is xml off? triggerError()&lt;/p&gt;

&lt;p&gt;not&lt;/p&gt;

&lt;p&gt;Are both curl and xml off? triggerError()&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Yea, but you want to check if either is not set, because you need both, if for example you have &#8216;curl&#8217; turned off you will get the error &#8220;Fatal error: Call to undefined function curl_init()&#8221; It needs to be:</p>

<p>Is curl off? triggerError()
Is xml off? triggerError()</p>

<p>not</p>

<p>Are both curl and xml off? triggerError()</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel S. Reichenbach</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-141</link>
		<dc:creator>Daniel S. Reichenbach</dc:creator>
		<pubDate>Tue, 09 Dec 2008 13:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-141</guid>
		<description>&lt;p&gt;@Gizzmo:
The if statement i s correct. We need both the curl and the xml extension. phpArmory will not work with only one available.&lt;/p&gt;

&lt;p&gt;I will add on option to getCharacterData in the next release.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Gizzmo:
The if statement i s correct. We need both the curl and the xml extension. phpArmory will not work with only one available.</p>

<p>I will add on option to getCharacterData in the next release.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gizzmo</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-118</link>
		<dc:creator>Gizzmo</dc:creator>
		<pubDate>Mon, 08 Dec 2008 21:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-118</guid>
		<description>&lt;p&gt;Bugs or problems:&lt;/p&gt;

&lt;p&gt;The first if statement in __construct() needs to be &#124;&#124; not &amp;&amp; because you want to check if either extension is not loaded, not if both are not loaded.&lt;/p&gt;

&lt;p&gt;there is a  str_replace() in getCharacterData(), its doing the job of urlencode().&lt;/p&gt;

&lt;p&gt;A request:&lt;/p&gt;

&lt;p&gt;add an option, or an argument to getCharacterData() to grab or not grab the other pages. ie: &quot;reputation&quot;, &quot;skills&quot;, &quot;talents&quot;, &quot;achievements&quot;, &quot;statistics&quot;. thats alot of info if all you want is basic character data.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bugs or problems:</p>

<p>The first if statement in __construct() needs to be || not &amp;&amp; because you want to check if either extension is not loaded, not if both are not loaded.</p>

<p>there is a  str_replace() in getCharacterData(), its doing the job of urlencode().</p>

<p>A request:</p>

<p>add an option, or an argument to getCharacterData() to grab or not grab the other pages. ie: &#8220;reputation&#8221;, &#8220;skills&#8221;, &#8220;talents&#8221;, &#8220;achievements&#8221;, &#8220;statistics&#8221;. thats alot of info if all you want is basic character data.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Sulli</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-108</link>
		<dc:creator>Sulli</dc:creator>
		<pubDate>Mon, 08 Dec 2008 19:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-108</guid>
		<description>&lt;p&gt;I would love to see this ported to a python API.  I code primarily in python/django so thats what I want.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I would love to see this ported to a python API.  I code primarily in python/django so thats what I want.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-98</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Mon, 08 Dec 2008 08:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-98</guid>
		<description>&lt;p&gt;That is indeed the concept. For a website/administrator it is very troublesome. But so far there hasn&#039;t been a better security measurement available to prevent all those account hijackings.&lt;/p&gt;

&lt;p&gt;And I had to wait like 4 months also till I could get one. These things are immensely popular.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>That is indeed the concept. For a website/administrator it is very troublesome. But so far there hasn&#8217;t been a better security measurement available to prevent all those account hijackings.</p>

<p>And I had to wait like 4 months also till I could get one. These things are immensely popular.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel S. Reichenbach</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-87</link>
		<dc:creator>Daniel S. Reichenbach</dc:creator>
		<pubDate>Sat, 06 Dec 2008 21:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-87</guid>
		<description>&lt;p&gt;The issue I see with the authentication token required is: how should that work on a website?&lt;/p&gt;

&lt;p&gt;If I understand the way the token works right, you do have to press a button on the stick to get an auth token, and then pass that to the login form on the site, right?&lt;/p&gt;

&lt;p&gt;Now if we have a guild bank, you would only be able to update that guild bank data manually and not automated since you would be required to login to the site with the token. Doesn&#039;t sound very comfortable to me, and sadly I can not try or verify if that would work, as I do not have the auth token, sold out in my country.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The issue I see with the authentication token required is: how should that work on a website?</p>

<p>If I understand the way the token works right, you do have to press a button on the stick to get an auth token, and then pass that to the login form on the site, right?</p>

<p>Now if we have a guild bank, you would only be able to update that guild bank data manually and not automated since you would be required to login to the site with the token. Doesn&#8217;t sound very comfortable to me, and sadly I can not try or verify if that would work, as I do not have the auth token, sold out in my country.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.marenkay.com/tipsresources/programming/phparmory-what-features-do-you-want-to-see/comment-page-1/#comment-86</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 05 Dec 2008 08:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.marenkay.com/?p=167#comment-86</guid>
		<description>&lt;p&gt;Well I am gonna have to take that last comment back. I logged in on the amory today, or at least I tried. And as is clearly for all to see, they have updated the system both in features as in looks, and with the features comes also a new login procedure.&lt;/p&gt;

&lt;p&gt;Once logged in you stay logged for two weeks max. Therefor they added the Token security feature now also to the armory. The only one left without the Token is the forums, but seeing everything gets updated for it, I guess its just a matter of time.&lt;/p&gt;

&lt;p&gt;Personally I have a second account available without a token, so I could still use the guildbank feature, and I think most webmasters can find a solution to the problem if within the phpArmory Library there is a post option for the 6 digit Token.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Well I am gonna have to take that last comment back. I logged in on the amory today, or at least I tried. And as is clearly for all to see, they have updated the system both in features as in looks, and with the features comes also a new login procedure.</p>

<p>Once logged in you stay logged for two weeks max. Therefor they added the Token security feature now also to the armory. The only one left without the Token is the forums, but seeing everything gets updated for it, I guess its just a matter of time.</p>

<p>Personally I have a second account available without a token, so I could still use the guildbank feature, and I think most webmasters can find a solution to the problem if within the phpArmory Library there is a post option for the 6 digit Token.</p>]]></content:encoded>
	</item>
</channel>
</rss>
