<?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/">
	<channel>
		<title><![CDATA[SteamCard.com Forums - All Forums]]></title>
		<link>http://forums.steamcard.com/</link>
		<description><![CDATA[SteamCard.com Forums - http://forums.steamcard.com]]></description>
		<pubDate>Tue, 06 Jan 2009 07:50:58 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Cache]]></title>
			<link>http://forums.steamcard.com/thread-50.html</link>
			<pubDate>Mon, 05 Jan 2009 19:21:42 +0000</pubDate>
			<dc:creator>Baldwin</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-50.html</guid>
			<description><![CDATA[You should Cache the signature on the user's machine, that is what I do with my own signature system (for a game).<br />
<br />
Basically get what time it will update (say 1 hour)<br />
make it cache update to that time. (Then 6 hours after, example, set it then.)<br />
<br />
Right now it is updating everytime, causing extra server load when the stats aren't being updated until every (6*) hours.<br />
<br />
PHP has a header for caching. Now just combine it with a date function.]]></description>
			<content:encoded><![CDATA[You should Cache the signature on the user's machine, that is what I do with my own signature system (for a game).<br />
<br />
Basically get what time it will update (say 1 hour)<br />
make it cache update to that time. (Then 6 hours after, example, set it then.)<br />
<br />
Right now it is updating everytime, causing extra server load when the stats aren't being updated until every (6*) hours.<br />
<br />
PHP has a header for caching. Now just combine it with a date function.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Affiliation and API Framework]]></title>
			<link>http://forums.steamcard.com/thread-49.html</link>
			<pubDate>Mon, 05 Jan 2009 19:16:19 +0000</pubDate>
			<dc:creator>Baldwin</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-49.html</guid>
			<description><![CDATA[Basically allow affiliation with sites and open up an API framework.<br />
<br />
To allow developers to customize the code, but you are in control.<br />
<br />
Only if the affiliate provide a API code, in the begining:<br />
<br />
require_once('scmodule.php'); //Load version of API<br />
<br />
&#36;sc['api_code'&#93; = "api code provided"; // Your API Code<br />
&#36;API-&gt;sc_api('open', &#36;sc['api_code'&#93;); // Connect to API code<br />
<br />
etc.<br />
<br />
It wouldn't use your server too much, the hosted server would have to manually parse it like:<br />
<br />
&#36;API-&gt;steamID('id', 'hours');<br />
<br />
And almost none of the real code is in the api, only the gathering info from the site.]]></description>
			<content:encoded><![CDATA[Basically allow affiliation with sites and open up an API framework.<br />
<br />
To allow developers to customize the code, but you are in control.<br />
<br />
Only if the affiliate provide a API code, in the begining:<br />
<br />
require_once('scmodule.php'); //Load version of API<br />
<br />
&#36;sc['api_code'] = "api code provided"; // Your API Code<br />
&#36;API-&gt;sc_api('open', &#36;sc['api_code']); // Connect to API code<br />
<br />
etc.<br />
<br />
It wouldn't use your server too much, the hosted server would have to manually parse it like:<br />
<br />
&#36;API-&gt;steamID('id', 'hours');<br />
<br />
And almost none of the real code is in the api, only the gathering info from the site.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; broken link image on NXE Style]]></title>
			<link>http://forums.steamcard.com/thread-48.html</link>
			<pubDate>Sat, 03 Jan 2009 18:48:22 +0000</pubDate>
			<dc:creator>goruma</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-48.html</guid>
			<description><![CDATA[i make a steam card with my new favorite style of gamecard ... But when i try the link or post in forum its dont work ... the direct link show no image and the link for forum too ive try only with [.img.&#93; ( wihtout . ) and its wont work too ...<br />
<br />
<br />
Its NXE Style<br />
<br />
<br />
but some of my friendz have this steam card and its working ...<br />
<br />
Can you update that because its the only ''3d image style '' game card  and i want it on my signature in forum ...<br />
<br />
p.s sorry for my bad english it not my first language]]></description>
			<content:encoded><![CDATA[i make a steam card with my new favorite style of gamecard ... But when i try the link or post in forum its dont work ... the direct link show no image and the link for forum too ive try only with [.img.] ( wihtout . ) and its wont work too ...<br />
<br />
<br />
Its NXE Style<br />
<br />
<br />
but some of my friendz have this steam card and its working ...<br />
<br />
Can you update that because its the only ''3d image style '' game card  and i want it on my signature in forum ...<br />
<br />
p.s sorry for my bad english it not my first language]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New Year, New SteamCard]]></title>
			<link>http://forums.steamcard.com/thread-47.html</link>
			<pubDate>Wed, 31 Dec 2008 21:23:40 +0000</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-47.html</guid>
			<description><![CDATA[What a cliché of a title.<br />
SteamCard has now moved on to "version 3" after a while without updates. You won't really notice anything different (Apart from the slight design change). The main difference is that SteamCard now runs on a different PHP framework and the code has been re-written. Numerous bugs have been squaushed, including the one that stopped SteamCards updating in a reasonable timeframe.<br />
Last but not least, there are 5 new designs to choose from, a Left4Dead sigcard, an "original" style Insurgency SteamCard, an NXE style SteamCard, and cards similar to the Pyro one for the Medic and Heavy.]]></description>
			<content:encoded><![CDATA[What a cliché of a title.<br />
SteamCard has now moved on to "version 3" after a while without updates. You won't really notice anything different (Apart from the slight design change). The main difference is that SteamCard now runs on a different PHP framework and the code has been re-written. Numerous bugs have been squaushed, including the one that stopped SteamCards updating in a reasonable timeframe.<br />
Last but not least, there are 5 new designs to choose from, a Left4Dead sigcard, an "original" style Insurgency SteamCard, an NXE style SteamCard, and cards similar to the Pyro one for the Medic and Heavy.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; Is steamcards.com still alive?]]></title>
			<link>http://forums.steamcard.com/thread-46.html</link>
			<pubDate>Tue, 18 Nov 2008 02:05:49 +0000</pubDate>
			<dc:creator>krbvroc1</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-46.html</guid>
			<description><![CDATA[My card has not updated in a LONG time. I even 'regenerated' the URL in case that had change recently.<br />
<br />
<img src="http://steamcard.com/do/modern/krbvroc1.png" border="0" alt="[Image: krbvroc1.png&#93;" />]]></description>
			<content:encoded><![CDATA[My card has not updated in a LONG time. I even 'regenerated' the URL in case that had change recently.<br />
<br />
<img src="http://steamcard.com/do/modern/krbvroc1.png" border="0" alt="[Image: krbvroc1.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Left4Dead Designs]]></title>
			<link>http://forums.steamcard.com/thread-45.html</link>
			<pubDate>Fri, 14 Nov 2008 02:27:48 +0000</pubDate>
			<dc:creator>sukiakari</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-45.html</guid>
			<description><![CDATA[Hey SteamCard community.. since the release of the L4D demo, I think it would be a great idea to get ready for the release of the full version with some L4D designs for SteamCards. There could be a design for each character and zombie, like Louis, Bill, Zoey, and Francis designs. Maybe designs for the zombie, Boomer, Hunter, Smoker, and even the Witch as well. I think they would look pretty cool.<br />
<br />
Post your thoughts. :&#93;]]></description>
			<content:encoded><![CDATA[Hey SteamCard community.. since the release of the L4D demo, I think it would be a great idea to get ready for the release of the full version with some L4D designs for SteamCards. There could be a design for each character and zombie, like Louis, Bill, Zoey, and Francis designs. Maybe designs for the zombie, Boomer, Hunter, Smoker, and even the Witch as well. I think they would look pretty cool.<br />
<br />
Post your thoughts. :]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Garrys mod]]></title>
			<link>http://forums.steamcard.com/thread-44.html</link>
			<pubDate>Thu, 18 Sep 2008 11:53:19 +0000</pubDate>
			<dc:creator>ultradude25</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-44.html</guid>
			<description><![CDATA[Could you please make a Garrysmod card (not a sigcard just a normal one).]]></description>
			<content:encoded><![CDATA[Could you please make a Garrysmod card (not a sigcard just a normal one).]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; Non-updating card / broken link]]></title>
			<link>http://forums.steamcard.com/thread-43.html</link>
			<pubDate>Tue, 16 Sep 2008 20:30:49 +0000</pubDate>
			<dc:creator>Adassko</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-43.html</guid>
			<description><![CDATA[Ctrl+F5 doesn't work as well<br />
<br />
Also link "Bug reports" leads to <a href="http://forums.steamcard.com/forum/1/" target="_blank">http://forums.steamcard.com/forum/1/</a> instead of <a href="http://forums.steamcard.com/bug-reports-f-3.html" target="_blank">http://forums.steamcard.com/bug-reports-f-3.html</a>]]></description>
			<content:encoded><![CDATA[Ctrl+F5 doesn't work as well<br />
<br />
Also link "Bug reports" leads to <a href="http://forums.steamcard.com/forum/1/" target="_blank">http://forums.steamcard.com/forum/1/</a> instead of <a href="http://forums.steamcard.com/bug-reports-f-3.html" target="_blank">http://forums.steamcard.com/bug-reports-f-3.html</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; 2 NON-UPDATING steam cards, different users, comprehensivley tested]]></title>
			<link>http://forums.steamcard.com/thread-42.html</link>
			<pubDate>Tue, 16 Sep 2008 09:20:10 +0000</pubDate>
			<dc:creator>DevoiD</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-42.html</guid>
			<description><![CDATA[I got this and a few friends also got this, and they have not updated since the first time, still with the same stats from weeks ago, all the people on my forum are complaining about theirs not working any more either<br />
<br />
I'm a web developer and a network engineer by trade, I held off for this long and tried everything worth trying, but its not working.<br />
<br />
shift+refresh the same<br />
<br />
clear cache, still the same.<br />
<br />
different browsers (ie, ff, opera, chrome)<br />
<br />
different computers, windows xp, vista, osx, ubuntu, reactos<br />
<br />
different locations, all over australia in different states and some in the US.<br />
<br />
<a href="http://steamcard.com/do/sigcard-original/DevoiD.png" target="_blank">http://steamcard.com/do/sigcard-original/DevoiD.png</a><br />
<a href="http://steamcard.com/do/sigcard-tf2/Fluffles.png" target="_blank">http://steamcard.com/do/sigcard-tf2/Fluffles.png</a><br />
<br />
if I make a new one of a different design, the stats update, like this one<br />
<br />
<a href="http://steamcard.com/do/sigcard-portal/DevoiD.png" target="_blank">http://steamcard.com/do/sigcard-portal/DevoiD.png</a><br />
<br />
but the old one is still stuck<br />
<br />
I hope this issue can be resolved <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" />]]></description>
			<content:encoded><![CDATA[I got this and a few friends also got this, and they have not updated since the first time, still with the same stats from weeks ago, all the people on my forum are complaining about theirs not working any more either<br />
<br />
I'm a web developer and a network engineer by trade, I held off for this long and tried everything worth trying, but its not working.<br />
<br />
shift+refresh the same<br />
<br />
clear cache, still the same.<br />
<br />
different browsers (ie, ff, opera, chrome)<br />
<br />
different computers, windows xp, vista, osx, ubuntu, reactos<br />
<br />
different locations, all over australia in different states and some in the US.<br />
<br />
<a href="http://steamcard.com/do/sigcard-original/DevoiD.png" target="_blank">http://steamcard.com/do/sigcard-original/DevoiD.png</a><br />
<a href="http://steamcard.com/do/sigcard-tf2/Fluffles.png" target="_blank">http://steamcard.com/do/sigcard-tf2/Fluffles.png</a><br />
<br />
if I make a new one of a different design, the stats update, like this one<br />
<br />
<a href="http://steamcard.com/do/sigcard-portal/DevoiD.png" target="_blank">http://steamcard.com/do/sigcard-portal/DevoiD.png</a><br />
<br />
but the old one is still stuck<br />
<br />
I hope this issue can be resolved <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[online / offline status]]></title>
			<link>http://forums.steamcard.com/thread-41.html</link>
			<pubDate>Sat, 06 Sep 2008 01:55:08 +0000</pubDate>
			<dc:creator>DevoiD</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-41.html</guid>
			<description><![CDATA[I'd like a version that show's online/offline status, I know its possible because I had one right up until yesterday when the guy decided to stop hosting in... are there plans for this in the future?'<br />
<br />
Also, it would be much better I think if the script auto-generated BB code for use in forums and HTML code for use in html pages, im not sure if it already does this, but if it does, it needs to be made more obvious, for the noobs <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" /><br />
<br />
Love the work guys, keep it up <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" /><br />
<br />
<img src="http://steamcard.com/do/sigcard-original/DevoiD.png" border="0" alt="[Image: DevoiD.png&#93;" />]]></description>
			<content:encoded><![CDATA[I'd like a version that show's online/offline status, I know its possible because I had one right up until yesterday when the guy decided to stop hosting in... are there plans for this in the future?'<br />
<br />
Also, it would be much better I think if the script auto-generated BB code for use in forums and HTML code for use in html pages, im not sure if it already does this, but if it does, it needs to be made more obvious, for the noobs <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" /><br />
<br />
Love the work guys, keep it up <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" /><br />
<br />
<img src="http://steamcard.com/do/sigcard-original/DevoiD.png" border="0" alt="[Image: DevoiD.png]" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; Non-Updating SteamCard]]></title>
			<link>http://forums.steamcard.com/thread-40.html</link>
			<pubDate>Sun, 31 Aug 2008 13:43:55 +0000</pubDate>
			<dc:creator>OblivionUK</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-40.html</guid>
			<description><![CDATA[I have recently started using a Team Fortress 2 SteamCard. My SteamID profile is public, and my steam and games are completely up to date.]]></description>
			<content:encoded><![CDATA[I have recently started using a Team Fortress 2 SteamCard. My SteamID profile is public, and my steam and games are completely up to date.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Closed&#93; Steam Card Completely Broken]]></title>
			<link>http://forums.steamcard.com/thread-39.html</link>
			<pubDate>Wed, 27 Aug 2008 19:41:22 +0000</pubDate>
			<dc:creator>TheBishop</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-39.html</guid>
			<description><![CDATA[I've used Steam Card since the earlier days, but I guess in the past month, mine has been totally broken.<br />
<br />
<img src="http://steamcard.com/do/original/Bishop.png" border="0" alt="[Image: Bishop.png&#93;" /><br />
<br />
It updates the name and avatar. That's it. No gameplay, no achievements. I've tried almost all of the different designs. Kind of unfortunate since this is the only service like this I have found for steam.]]></description>
			<content:encoded><![CDATA[I've used Steam Card since the earlier days, but I guess in the past month, mine has been totally broken.<br />
<br />
<img src="http://steamcard.com/do/original/Bishop.png" border="0" alt="[Image: Bishop.png]" /><br />
<br />
It updates the name and avatar. That's it. No gameplay, no achievements. I've tried almost all of the different designs. Kind of unfortunate since this is the only service like this I have found for steam.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; Non-updating Card, for me too.]]></title>
			<link>http://forums.steamcard.com/thread-38.html</link>
			<pubDate>Mon, 25 Aug 2008 17:19:06 +0000</pubDate>
			<dc:creator>EyalLan</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-38.html</guid>
			<description><![CDATA[Hi guys, I loved the SteamCard idea, but I made mine about a week ago and it didn't update my stats even once. (I took me time to understand I need to create a profile page in Steam to make a SteamCard, but nevermind). Thanks in advance! <img src="http://forums.steamcard.com/images/smilies/happy.png" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></description>
			<content:encoded><![CDATA[Hi guys, I loved the SteamCard idea, but I made mine about a week ago and it didn't update my stats even once. (I took me time to understand I need to create a profile page in Steam to make a SteamCard, but nevermind). Thanks in advance! <img src="http://forums.steamcard.com/images/smilies/happy.png" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[when are steam cards updated?]]></title>
			<link>http://forums.steamcard.com/thread-37.html</link>
			<pubDate>Fri, 22 Aug 2008 22:38:08 +0000</pubDate>
			<dc:creator>spiderobert</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-37.html</guid>
			<description><![CDATA[i made an achievment card for TF2, but that isn't what my problem is right now, right now it isn't changing the hours that i play or the games that i play most frequently (yes they have changed) <br />
<br />
and I've already tried re-making my card, but it is still giving me the old stats]]></description>
			<content:encoded><![CDATA[i made an achievment card for TF2, but that isn't what my problem is right now, right now it isn't changing the hours that i play or the games that i play most frequently (yes they have changed) <br />
<br />
and I've already tried re-making my card, but it is still giving me the old stats]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is automated website integration ok?]]></title>
			<link>http://forums.steamcard.com/thread-36.html</link>
			<pubDate>Sun, 17 Aug 2008 18:03:42 +0000</pubDate>
			<dc:creator>octodhd</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-36.html</guid>
			<description><![CDATA[I was thinking of adding steamcards for all the users on the profile page on my servers forum, but I wanted to make sure it was okay before I did it.  Currently its a semi-private forum (you have to have played on our server before to register) and has about 140 members.  Please let me know.]]></description>
			<content:encoded><![CDATA[I was thinking of adding steamcards for all the users on the profile page on my servers forum, but I wanted to make sure it was okay before I did it.  Currently its a semi-private forum (you have to have played on our server before to register) and has about 140 members.  Please let me know.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Closed&#93; Non-updating Card!]]></title>
			<link>http://forums.steamcard.com/thread-35.html</link>
			<pubDate>Sun, 17 Aug 2008 08:42:44 +0000</pubDate>
			<dc:creator>DDRKhat</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-35.html</guid>
			<description><![CDATA[My Steam card will not update, and hasn't for a while, I tried re-creating it but it still does not update..<br />
<br />
<a href="http://steamcard.com/do/sigcard-tf2-stats/ddrkhat.png" target="_blank">http://steamcard.com/do/sigcard-tf2-stats/ddrkhat.png</a>]]></description>
			<content:encoded><![CDATA[My Steam card will not update, and hasn't for a while, I tried re-creating it but it still does not update..<br />
<br />
<a href="http://steamcard.com/do/sigcard-tf2-stats/ddrkhat.png" target="_blank">http://steamcard.com/do/sigcard-tf2-stats/ddrkhat.png</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Suggestion]]></title>
			<link>http://forums.steamcard.com/thread-24.html</link>
			<pubDate>Thu, 10 Jul 2008 18:17:35 +0000</pubDate>
			<dc:creator>Orange+</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-24.html</guid>
			<description><![CDATA[I love your cards, I think you should add friends to it too though. <br />
<br />
For example, take this card<br />
<img src="http://steamcard.com/do/original/OrangeFreeman.png" border="0" alt="[Image: OrangeFreeman.png&#93;" /><br />
<br />
And then somewhere in there you should add "59 friends" <br />
<br />
<br />
Just thinking out loud <img src="http://forums.steamcard.com/images/smilies/happy.png" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></description>
			<content:encoded><![CDATA[I love your cards, I think you should add friends to it too though. <br />
<br />
For example, take this card<br />
<img src="http://steamcard.com/do/original/OrangeFreeman.png" border="0" alt="[Image: OrangeFreeman.png]" /><br />
<br />
And then somewhere in there you should add "59 friends" <br />
<br />
<br />
Just thinking out loud <img src="http://forums.steamcard.com/images/smilies/happy.png" style="vertical-align: middle;" border="0" alt="Happy" title="Happy" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Fixed&#93; Modern with Portal stats]]></title>
			<link>http://forums.steamcard.com/thread-23.html</link>
			<pubDate>Mon, 07 Jul 2008 15:23:22 +0000</pubDate>
			<dc:creator>Nick12506</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-23.html</guid>
			<description><![CDATA[on the Modern with Portal stats the chievements on the top ... out of 14 missing the first number]]></description>
			<content:encoded><![CDATA[on the Modern with Portal stats the chievements on the top ... out of 14 missing the first number]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Medic achievements]]></title>
			<link>http://forums.steamcard.com/thread-22.html</link>
			<pubDate>Sun, 22 Jun 2008 14:27:05 +0000</pubDate>
			<dc:creator>mikboy</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-22.html</guid>
			<description><![CDATA[Well, there is a Pyro achievements' sample, it's really good!!I love it.<br />
I think a Medic achievements maybe awesome too.]]></description>
			<content:encoded><![CDATA[Well, there is a Pyro achievements' sample, it's really good!!I love it.<br />
I think a Medic achievements maybe awesome too.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Thank you!]]></title>
			<link>http://forums.steamcard.com/thread-21.html</link>
			<pubDate>Sat, 21 Jun 2008 03:58:07 +0000</pubDate>
			<dc:creator>noodles</dc:creator>
			<guid isPermaLink="false">http://forums.steamcard.com/thread-21.html</guid>
			<description><![CDATA[Thank you so much steam card you guys help me find out who hacked my account and I contacted steam they helped me out from there asap! You helped me so much and got back my games!! <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" />]]></description>
			<content:encoded><![CDATA[Thank you so much steam card you guys help me find out who hacked my account and I contacted steam they helped me out from there asap! You helped me so much and got back my games!! <img src="http://forums.steamcard.com/images/smilies/laughing.png" style="vertical-align: middle;" border="0" alt="Laughing" title="Laughing" />]]></content:encoded>
		</item>
	</channel>
</rss>