<?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: Adding a Reward System to your Game</title>
	<atom:link href="http://buildingbrowsergames.com/2010/01/25/adding-a-reward-system-to-your-game/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2010/01/25/adding-a-reward-system-to-your-game/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 30 Nov 2011 19:42:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sunchaser</title>
		<link>http://buildingbrowsergames.com/2010/01/25/adding-a-reward-system-to-your-game/comment-page-1/#comment-779</link>
		<dc:creator>Sunchaser</dc:creator>
		<pubDate>Sun, 09 May 2010 12:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/2010/01/25/adding-a-reward-system-to-your-game/#comment-779</guid>
		<description>Hello Cappii, on &lt;a href=&quot;http://www.top-pbbg.com&quot; rel=&quot;nofollow&quot;&gt;www.top-pbbg.com&lt;/a&gt;, for voting you have to solve a captcha. If you don&#039;t solve it, no vote is cast. Other topsite may not have the captcha, but there is often  a button to confirm the vote. I am not aware though, of many topsite with a built-in reward system.&lt;br&gt;&lt;br&gt;When the vote is cast, the code checks if it is unique (i.e. if the same IP address has already voted for the game in the same 24 hours) and if the check is valid, the configured URL is called with the key originally passed. This key should permit to the gamesite to give the reward to the user.&lt;br&gt;&lt;br&gt;Bye&lt;br&gt;&lt;br&gt;-- Sunchaser</description>
		<content:encoded><![CDATA[<p>Hello Cappii, on <a href="http://www.top-pbbg.com" rel="nofollow">http://www.top-pbbg.com</a>, for voting you have to solve a captcha. If you don&#39;t solve it, no vote is cast. Other topsite may not have the captcha, but there is often  a button to confirm the vote. I am not aware though, of many topsite with a built-in reward system.</p>
<p>When the vote is cast, the code checks if it is unique (i.e. if the same IP address has already voted for the game in the same 24 hours) and if the check is valid, the configured URL is called with the key originally passed. This key should permit to the gamesite to give the reward to the user.</p>
<p>Bye</p>
<p>&#8211; Sunchaser</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cappii</title>
		<link>http://buildingbrowsergames.com/2010/01/25/adding-a-reward-system-to-your-game/comment-page-1/#comment-768</link>
		<dc:creator>cappii</dc:creator>
		<pubDate>Tue, 30 Mar 2010 22:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/2010/01/25/adding-a-reward-system-to-your-game/#comment-768</guid>
		<description>Does this verify that the vote has actually been cast on the site itself?  The issue is that with most voting setups, all you have to do is click on the link in order to get the reward.&lt;br&gt;&lt;br&gt;I need to make sure that players are actually VOTING, and not just clicking the link, receiving the reward, and closing out the voting site windows.</description>
		<content:encoded><![CDATA[<p>Does this verify that the vote has actually been cast on the site itself?  The issue is that with most voting setups, all you have to do is click on the link in order to get the reward.</p>
<p>I need to make sure that players are actually VOTING, and not just clicking the link, receiving the reward, and closing out the voting site windows.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

