<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the lost faith &#187; forums</title>
	<atom:link href="http://thelostfaith.net/tag/forums/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelostfaith.net</link>
	<description>Looking at things in a different perspective</description>
	<lastBuildDate>Fri, 06 Apr 2012 00:55:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Whatpulse API</title>
		<link>http://thelostfaith.net/2009/03/25/whatpulse-api/</link>
		<comments>http://thelostfaith.net/2009/03/25/whatpulse-api/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 06:48:57 +0000</pubDate>
		<dc:creator>fig</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[forums]]></category>

		<guid isPermaLink="false">http://thelostfaith.net/?p=12</guid>
		<description><![CDATA[I was reading this thread: http://forums.whatpulse.org/showthread.php?p=22448#post22448 and thought I had the solution here:
&#60;?php
//** read whatpulse userstats **//
// $userid = your whatpulse userid
// $optionsArr = the items you want (read the xml file first)
function readUserStats($userid, $optionsArr) {
// prepare an array to hold your stats
$WhatPulseStats = array();
// types of statistics
$stat_types = $optionsArr;
if(count($stat_types) == 0) {
$stat_types = array(&#8221;AccountName&#8221;,
&#8220;TotalKeyCount&#8221;,
&#8220;TotalMouseClicks&#8221;,
&#8220;Rank&#8221;,
&#8220;GeneratedTime&#8221;,
&#8220;TotalMiles&#8221;);
}
// [...]]]></description>
		<wfw:commentRss>http://thelostfaith.net/2009/03/25/whatpulse-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

