<?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: Use Separate Game Purchase &amp; Download Pages (Like buy.php Or download.php)</title>
	<atom:link href="http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/</link>
	<description>I bake games. Indie style.</description>
	<lastBuildDate>Thu, 16 May 2013 13:23:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jake Birkett</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-25388</link>
		<dc:creator>Jake Birkett</dc:creator>
		<pubDate>Thu, 14 Dec 2006 14:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-25388</guid>
		<description>yep done as suggested now, good idea thanks.  Only thing is for the  mass shareware site submission (via Pad file) I&#039;m about to do, you can&#039;t end it php, you have to end in .exe or .zip :-(</description>
		<content:encoded><![CDATA[<p>yep done as suggested now, good idea thanks.  Only thing is for the  mass shareware site submission (via Pad file) I&#8217;m about to do, you can&#8217;t end it php, you have to end in .exe or .zip :-(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZeHa</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-20250</link>
		<dc:creator>ZeHa</dc:creator>
		<pubDate>Sat, 11 Nov 2006 09:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-20250</guid>
		<description>That&#039;s a really cool idea! Especially the statistics stuff you can do with that ;) thanks</description>
		<content:encoded><![CDATA[<p>That&#8217;s a really cool idea! Especially the statistics stuff you can do with that ;) thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frozax Games</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-20138</link>
		<dc:creator>Frozax Games</dc:creator>
		<pubDate>Fri, 10 Nov 2006 20:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-20138</guid>
		<description>I&#039;m using links such as:
http://www.frozax.com/atw/*/aroundtheworld.dmg
I can put anything in place of the * and by using URL rewriting and php, I redirect this URL to the real binary file and logs the id (the *) in my logfile. That way, download sites that do not accept php files for download links will take my links and I can perform php stuff. They think it&#039;s a direct link.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using links such as:<br />
<a href="http://www.frozax.com/atw/*/aroundtheworld.dmg" rel="nofollow">http://www.frozax.com/atw/*/aroundtheworld.dmg</a><br />
I can put anything in place of the * and by using URL rewriting and php, I redirect this URL to the real binary file and logs the id (the *) in my logfile. That way, download sites that do not accept php files for download links will take my links and I can perform php stuff. They think it&#8217;s a direct link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Sayer</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19782</link>
		<dc:creator>James Sayer</dc:creator>
		<pubDate>Wed, 08 Nov 2006 22:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19782</guid>
		<description>I do this for my purchase pages, but what about for download pages? I thought that a lot of download sites only allow direct links for the game files. It&#039;s not a big deal anyways because as long as the URL is pointing to your server you can do a redirect.</description>
		<content:encoded><![CDATA[<p>I do this for my purchase pages, but what about for download pages? I thought that a lot of download sites only allow direct links for the game files. It&#8217;s not a big deal anyways because as long as the URL is pointing to your server you can do a redirect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso - Game Producer</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19732</link>
		<dc:creator>Juuso - Game Producer</dc:creator>
		<pubDate>Wed, 08 Nov 2006 17:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19732</guid>
		<description>You don&#039;t need additional page. But, .php can do some statistics stuff (like check where visitor came from and stuff like that)</description>
		<content:encoded><![CDATA[<p>You don&#8217;t need additional page. But, .php can do some statistics stuff (like check where visitor came from and stuff like that)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jones</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19724</link>
		<dc:creator>Jones</dc:creator>
		<pubDate>Wed, 08 Nov 2006 16:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19724</guid>
		<description>Nice tip, but I don&#039;t see why you need an additional page. You can just direct directly from .htaccess, even if yoursite.com/game/buy doesn&#039;t exist, you can set up to redirect from there.</description>
		<content:encoded><![CDATA[<p>Nice tip, but I don&#8217;t see why you need an additional page. You can just direct directly from .htaccess, even if yoursite.com/game/buy doesn&#8217;t exist, you can set up to redirect from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juuso - Game Producer</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19716</link>
		<dc:creator>Juuso - Game Producer</dc:creator>
		<pubDate>Wed, 08 Nov 2006 15:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19716</guid>
		<description>@Jetro: nooo... we should *always* use PHP ;)

Eh seriously - your advice is so true. You could simply have /buy/ and then put index.php there (or use .htaccess stuff) to redirect.</description>
		<content:encoded><![CDATA[<p>@Jetro: nooo&#8230; we should *always* use PHP ;)</p>
<p>Eh seriously &#8211; your advice is so true. You could simply have /buy/ and then put index.php there (or use .htaccess stuff) to redirect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: immersionFX</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19710</link>
		<dc:creator>immersionFX</dc:creator>
		<pubDate>Wed, 08 Nov 2006 14:30:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19710</guid>
		<description>...not to mention that with this method, you can keep track of your customers ;-)

The &quot;buy.php&quot;  or &quot;download.php&quot; page could first create a record of the user&#039;s demographics to a db file before redirecting him/her to the setup file...

php code that does this is available, upon request :)</description>
		<content:encoded><![CDATA[<p>&#8230;not to mention that with this method, you can keep track of your customers ;-)</p>
<p>The &#8220;buy.php&#8221;  or &#8220;download.php&#8221; page could first create a record of the user&#8217;s demographics to a db file before redirecting him/her to the setup file&#8230;</p>
<p>php code that does this is available, upon request :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Birkett</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19707</link>
		<dc:creator>Jake Birkett</dc:creator>
		<pubDate>Wed, 08 Nov 2006 13:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19707</guid>
		<description>great advice thanks.  I&#039;ll bookmark this page.</description>
		<content:encoded><![CDATA[<p>great advice thanks.  I&#8217;ll bookmark this page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jetro Lauha</title>
		<link>http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/comment-page-1/#comment-19694</link>
		<dc:creator>Jetro Lauha</dc:creator>
		<pubDate>Wed, 08 Nov 2006 11:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.gameproducer.net/2006/11/08/use-separate-game-purchase-pages-like-buyphp/#comment-19694</guid>
		<description>For the same reason (what if you switch provider/tech), you shouldn&#039;t use &quot;.php&quot; in links, but just e.g. &quot;www.yoursite.com/game/buy&quot;. You can easily set up that with .htaccess RewriteEngine, either to redirect to the eCommerce provider, or to your internal web page (buy.php).</description>
		<content:encoded><![CDATA[<p>For the same reason (what if you switch provider/tech), you shouldn&#8217;t use &#8220;.php&#8221; in links, but just e.g. &#8220;www.yoursite.com/game/buy&#8221;. You can easily set up that with .htaccess RewriteEngine, either to redirect to the eCommerce provider, or to your internal web page (buy.php).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
