<?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 for imranul hoque&#039;s blog</title>
	<atom:link href="http://www.imranulhoque.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.imranulhoque.com</link>
	<description></description>
	<lastBuildDate>Fri, 03 Feb 2012 12:09:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Install php scripts as cron in Windows by sam</title>
		<link>http://www.imranulhoque.com/miscellaneous/install-php-scripts-as-cron-in-windows/comment-page-1/#comment-5716</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Fri, 03 Feb 2012 12:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=192#comment-5716</guid>
		<description>Thanx for this detailed explanation. I have been all about Linux Cron for all my life. Knowing i could also automate on windows for PHP apps really makes me happy.</description>
		<content:encoded><![CDATA[<p>Thanx for this detailed explanation. I have been all about Linux Cron for all my life. Knowing i could also automate on windows for PHP apps really makes me happy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About Me by Martin</title>
		<link>http://www.imranulhoque.com/about/comment-page-1/#comment-5710</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 01 Feb 2012 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://imranulhoque.com/?page_id=2#comment-5710</guid>
		<description>I have also just got a Barclays EPDQ.
If I need two domain configuring for payment then can you do this for me and if so what will be the cost.

Thanks

Martin</description>
		<content:encoded><![CDATA[<p>I have also just got a Barclays EPDQ.<br />
If I need two domain configuring for payment then can you do this for me and if so what will be the cost.</p>
<p>Thanks</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inegrate Assembla Git on Windows Machine Issue &#8211; Solved by eivind</title>
		<link>http://www.imranulhoque.com/project-management/inegrate-assembla-git-on-windows-machine-issue-solved/comment-page-1/#comment-5708</link>
		<dc:creator>eivind</dc:creator>
		<pubDate>Tue, 31 Jan 2012 12:36:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=199#comment-5708</guid>
		<description>Perfect! 

I have been having trouble with the same thing now for a while, but your step-by-step instructions did the trick! :) Thank you!</description>
		<content:encoded><![CDATA[<p>Perfect! </p>
<p>I have been having trouble with the same thing now for a while, but your step-by-step instructions did the trick! <img src='http://www.imranulhoque.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Barclaycard EPDQ account to work for multiple domains by David</title>
		<link>http://www.imranulhoque.com/payment-gateway/single-barclaycard-epdq-account-for-multiple-domains/comment-page-1/#comment-5706</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 Jan 2012 20:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=180#comment-5706</guid>
		<description>oh and should the epdq returnurl hidden field specified by our oscommerce site be set to its own internal handler or to the epdq_response.php ?</description>
		<content:encoded><![CDATA[<p>oh and should the epdq returnurl hidden field specified by our oscommerce site be set to its own internal handler or to the epdq_response.php ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Barclaycard EPDQ account to work for multiple domains by David</title>
		<link>http://www.imranulhoque.com/payment-gateway/single-barclaycard-epdq-account-for-multiple-domains/comment-page-1/#comment-5705</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 30 Jan 2012 09:54:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=180#comment-5705</guid>
		<description>ok so can you clarify what urls I should have set for the prefixes in epdq_response.php ?

should D1 and D2 be the standard epdq handler urls set before then ?</description>
		<content:encoded><![CDATA[<p>ok so can you clarify what urls I should have set for the prefixes in epdq_response.php ?</p>
<p>should D1 and D2 be the standard epdq handler urls set before then ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Barclaycard EPDQ account to work for multiple domains by Imran</title>
		<link>http://www.imranulhoque.com/payment-gateway/single-barclaycard-epdq-account-for-multiple-domains/comment-page-1/#comment-5703</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Mon, 30 Jan 2012 02:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=180#comment-5703</guid>
		<description>Hi David,

Sorry for replying late. 
&quot;Invalid access&quot; should be displayed only when user try to access it directly or technically, if no data has been sent via &quot;POST&quot; method (the way EPDQ sends data)

Could you please try replacing 

if (strtoupper($_SERVER[&quot;REQUEST_METHOD&quot;]) == &quot;POST&quot;){

by 

if (isset($_POST)){

Let me know if this helped.</description>
		<content:encoded><![CDATA[<p>Hi David,</p>
<p>Sorry for replying late.<br />
&#8220;Invalid access&#8221; should be displayed only when user try to access it directly or technically, if no data has been sent via &#8220;POST&#8221; method (the way EPDQ sends data)</p>
<p>Could you please try replacing </p>
<p>if (strtoupper($_SERVER["REQUEST_METHOD"]) == &#8220;POST&#8221;){</p>
<p>by </p>
<p>if (isset($_POST)){</p>
<p>Let me know if this helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Barclaycard EPDQ account to work for multiple domains by David</title>
		<link>http://www.imranulhoque.com/payment-gateway/single-barclaycard-epdq-account-for-multiple-domains/comment-page-1/#comment-5696</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 28 Jan 2012 11:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=180#comment-5696</guid>
		<description>finally in our epdq_response.php we have the prefixes mapped as follows:-
  $domainMap = array(&#039;D1&#039; =&gt; &#039;http://www.shopdomain.com/epdq_success.php&#039;,
                     &#039;D2&#039; =&gt; &#039;http://www.domaintwo.com/paymentredirect.php&#039;);

the paymentredirect.php file is the epdq handler for whmcs and the epdq_success.php is our oscommerce handler script

Hopefully there is something trivial here we have wrong ;)</description>
		<content:encoded><![CDATA[<p>finally in our epdq_response.php we have the prefixes mapped as follows:-<br />
  $domainMap = array(&#8216;D1&#8242; =&gt; &#8216;http://www.shopdomain.com/epdq_success.php&#8217;,<br />
                     &#8216;D2&#8242; =&gt; &#8216;http://www.domaintwo.com/paymentredirect.php&#8217;);</p>
<p>the paymentredirect.php file is the epdq handler for whmcs and the epdq_success.php is our oscommerce handler script</p>
<p>Hopefully there is something trivial here we have wrong <img src='http://www.imranulhoque.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single Barclaycard EPDQ account to work for multiple domains by David</title>
		<link>http://www.imranulhoque.com/payment-gateway/single-barclaycard-epdq-account-for-multiple-domains/comment-page-1/#comment-5694</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 28 Jan 2012 11:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=180#comment-5694</guid>
		<description>I have this almost working ;)

I am integrating in with WHMCS and OsCommerce

The OsCommerce payments are going from our shop via your script (on another domain) to epdq ok, the payment is being taken successfully but the path back does not work

the customer gets an error message of &quot;Invalid Access !!!&quot;

Looked and this in code for epdq_response.php

the url has an order id from our shop tagged on i.e. epdq_response.php?oid=38575

What could we have wrong that would cause this error ?</description>
		<content:encoded><![CDATA[<p>I have this almost working <img src='http://www.imranulhoque.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I am integrating in with WHMCS and OsCommerce</p>
<p>The OsCommerce payments are going from our shop via your script (on another domain) to epdq ok, the payment is being taken successfully but the path back does not work</p>
<p>the customer gets an error message of &#8220;Invalid Access !!!&#8221;</p>
<p>Looked and this in code for epdq_response.php</p>
<p>the url has an order id from our shop tagged on i.e. epdq_response.php?oid=38575</p>
<p>What could we have wrong that would cause this error ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Inegrate Assembla Git on Windows Machine Issue &#8211; Solved by Ryan</title>
		<link>http://www.imranulhoque.com/project-management/inegrate-assembla-git-on-windows-machine-issue-solved/comment-page-1/#comment-5685</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 19 Jan 2012 06:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=199#comment-5685</guid>
		<description>Thank you, I read many posts on how to do this and none of them worked.  Your method worked the first time!!</description>
		<content:encoded><![CDATA[<p>Thank you, I read many posts on how to do this and none of them worked.  Your method worked the first time!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mysql function to find distance between two places using lat/long by Imran</title>
		<link>http://www.imranulhoque.com/mysql/mysql-function-to-find-distance-between-two-places-using-latlong/comment-page-1/#comment-5683</link>
		<dc:creator>Imran</dc:creator>
		<pubDate>Tue, 17 Jan 2012 04:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.imranulhoque.com/?p=89#comment-5683</guid>
		<description>Do not ignore the warning. Better you should change the distance to DECIMAL(18,12) otherwise it may return some distorted result.

I have updated the function, please update it. Thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>Do not ignore the warning. Better you should change the distance to DECIMAL(18,12) otherwise it may return some distorted result.</p>
<p>I have updated the function, please update it. Thanks for pointing it out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

