<?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: More Advanced Click &amp; Keyword to DirectTrack System Conversion Tracking</title>
	<atom:link href="http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/</link>
	<description>How to Market Online using the affiliate Channel.</description>
	<lastBuildDate>Fri, 26 Feb 2010 11:52:39 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: davey</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-112850</link>
		<dc:creator>davey</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-112850</guid>
		<description>Hello is anyone still here?  I have an important question. 
I&#039;m using direct linking from yahoo to merchant. I understand I need to have a landing page. how do you set up this script so the landing page redirects to the merchant while still harvesting all the data.
How do I connect the data collected on the landing page with the sale on clickbank. Is there an tid that is passed on the clickbank in the transactions report that will associate with data collected on the landing page ergo knowing what click generated that sale?  
Is all this data in this script cloaked?</description>
		<content:encoded><![CDATA[<p>Hello is anyone still here?  I have an important question.<br />
I&#8217;m using direct linking from yahoo to merchant. I understand I need to have a landing page. how do you set up this script so the landing page redirects to the merchant while still harvesting all the data.<br />
How do I connect the data collected on the landing page with the sale on clickbank. Is there an tid that is passed on the clickbank in the transactions report that will associate with data collected on the landing page ergo knowing what click generated that sale?<br />
Is all this data in this script cloaked?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicky Zakrzewski</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-101646</link>
		<dc:creator>Nicky Zakrzewski</dc:creator>
		<pubDate>Mon, 27 Apr 2009 17:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-101646</guid>
		<description>Hi, I cant understand how to add your site in my rss reader. Can you Help me, please :)</description>
		<content:encoded><![CDATA[<p>Hi, I cant understand how to add your site in my rss reader. Can you Help me, please <img src='http://www.oooff.com/php-affiliate-seo-blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jennifer Manson</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-90779</link>
		<dc:creator>Jennifer Manson</dc:creator>
		<pubDate>Mon, 02 Feb 2009 02:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-90779</guid>
		<description>I will appreciate if you provide more details on this. Thanks.</description>
		<content:encoded><![CDATA[<p>I will appreciate if you provide more details on this. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smaxor</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-17639</link>
		<dc:creator>Smaxor</dc:creator>
		<pubDate>Thu, 03 Apr 2008 05:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-17639</guid>
		<description>Agree&#039;d 100% Dankind, I think there&#039;s a disclaimer on this site somewhere to that effect, but I should probably make it mo pronounced.</description>
		<content:encoded><![CDATA[<p>Agree&#8217;d 100% Dankind, I think there&#8217;s a disclaimer on this site somewhere to that effect, but I should probably make it mo pronounced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dankind</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-17633</link>
		<dc:creator>Dankind</dc:creator>
		<pubDate>Thu, 03 Apr 2008 03:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-17633</guid>
		<description>Careful with this, the _GET variables aren&#039;t cleaned and are ripe for SQL injections... you&#039;ll want something like

$keyword = mysql_real_escape_string($keyword);
$source = mysql_real_escape_string($source);

Before your SQL call</description>
		<content:encoded><![CDATA[<p>Careful with this, the _GET variables aren&#8217;t cleaned and are ripe for SQL injections&#8230; you&#8217;ll want something like</p>
<p>$keyword = mysql_real_escape_string($keyword);<br />
$source = mysql_real_escape_string($source);</p>
<p>Before your SQL call</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niz</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-17082</link>
		<dc:creator>Niz</dc:creator>
		<pubDate>Sat, 29 Mar 2008 07:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-17082</guid>
		<description>Instead of putting $site=”site.com/thispage.html”; in every landing page you create, why not just add the following in tracking.php

$site=$_SERVER[&#039;HTTP_HOST&#039;] . $_SERVER[&#039;REQUEST_URI&#039;];

Will save you a few seconds in every landing page you create.</description>
		<content:encoded><![CDATA[<p>Instead of putting $site=”site.com/thispage.html”; in every landing page you create, why not just add the following in tracking.php</p>
<p>$site=$_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];</p>
<p>Will save you a few seconds in every landing page you create.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Al</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-11644</link>
		<dc:creator>Al</dc:creator>
		<pubDate>Wed, 13 Feb 2008 20:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-11644</guid>
		<description>Smacks, this is butter but how do you (if you do) split-test Landing Pages?</description>
		<content:encoded><![CDATA[<p>Smacks, this is butter but how do you (if you do) split-test Landing Pages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smaxor</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-8962</link>
		<dc:creator>Smaxor</dc:creator>
		<pubDate>Thu, 17 Jan 2008 19:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-8962</guid>
		<description>Definately agree&#039;d Wes. This code is all not secure as it should be and should have some code input cleaning added to it. Use with caution :D</description>
		<content:encoded><![CDATA[<p>Definately agree&#8217;d Wes. This code is all not secure as it should be and should have some code input cleaning added to it. Use with caution <img src='http://www.oooff.com/php-affiliate-seo-blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Mahler</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-8959</link>
		<dc:creator>Wes Mahler</dc:creator>
		<pubDate>Thu, 17 Jan 2008 19:26:49 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-8959</guid>
		<description>That code could use some mysql_real_escape_string

if someone knew u were using that code they could easily mess up ur data.</description>
		<content:encoded><![CDATA[<p>That code could use some mysql_real_escape_string</p>
<p>if someone knew u were using that code they could easily mess up ur data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spazdr8cr</title>
		<link>http://www.oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/comment-page-1/#comment-7971</link>
		<dc:creator>spazdr8cr</dc:creator>
		<pubDate>Fri, 11 Jan 2008 06:16:52 +0000</pubDate>
		<guid isPermaLink="false">http://oooff.com/php-affiliate-seo-blog/php-automation-coding/more-advanced-click-keyword-to-directtrack-system-conversion-tracking/#comment-7971</guid>
		<description>this is a huge help, thanks!

i think there is a mistake though. in the mysql insert code there should not be quotes around the table name or the field names, only around the variable names in the second half of the statement. right? at least that&#039;s what works for me.

also i couldn&#039;t figure out what these are: 

$keyword = trim($_GET[’k&#039;]);
$source = trim($_GET[’s’]); 

i get an undefined index error. but that doesn&#039;t matter, it&#039;s all in the referer anyway isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>this is a huge help, thanks!</p>
<p>i think there is a mistake though. in the mysql insert code there should not be quotes around the table name or the field names, only around the variable names in the second half of the statement. right? at least that&#8217;s what works for me.</p>
<p>also i couldn&#8217;t figure out what these are: </p>
<p>$keyword = trim($_GET[’k']);<br />
$source = trim($_GET[’s’]); </p>
<p>i get an undefined index error. but that doesn&#8217;t matter, it&#8217;s all in the referer anyway isn&#8217;t it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
