<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Curahan Pikiran Saya &#187; E-Gold</title>
	<atom:link href="http://handilim.web.id/category/e-gold/feed/" rel="self" type="application/rss+xml" />
	<link>http://handilim.web.id</link>
	<description>Segala hal yang ada di pikiran saya</description>
	<lastBuildDate>Fri, 12 Aug 2011 14:34:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>E-Gold Test / Sandbox Server</title>
		<link>http://handilim.web.id/2007/12/31/e-gold-test-sandbox-server/</link>
		<comments>http://handilim.web.id/2007/12/31/e-gold-test-sandbox-server/#comments</comments>
		<pubDate>Mon, 31 Dec 2007 06:59:05 +0000</pubDate>
		<dc:creator>han</dc:creator>
				<category><![CDATA[E-Gold]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://handilim.web.id/2007/12/31/e-gold-test-sandbox-server/</guid>
		<description><![CDATA[Unlike Paypal, E-Gold does not provide a way to test your shopping cart integration script. They only provide you with possibilty to transfer your e-gold money to your own account, but this require you to pay them some amount of &#8230; <a href="http://handilim.web.id/2007/12/31/e-gold-test-sandbox-server/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Unlike Paypal, E-Gold does not provide a way to test your shopping cart integration script. They only provide you with possibilty to transfer your e-gold money to your own account, but this require you to pay them some amount of gold. But for development, we need a <a title="Sandbox from Wikipedia" href="http://en.wikipedia.org/wiki/Sandbox_%28software_development%29" target="_blank">sandbox</a> server to test of our script for free <img src='http://handilim.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I found a site that provide you with a sandbox server for e-gold in here ( <a href="http://egold.narkozateam.com/">http://egold.narkozateam.com/</a> ). But i found that this server does not provide me to information of wether my variable was posted correctly. Also, this sandbox only provided you with a good flow, which mean this server assumes that you submitted good variables without mistakes. So i tried to make my own e-gold sandbox server, i hope a better one, based on information provided by e-gold SCI manual.</p>
<p>With this e-gold sandbox server, you can test all your variables and see wether they were posted. For your information, i treat all currency as USD so there were no currency conversion. To use this sandbox server, just point your e-gold shopping cart script to use this url : http://emugold.handilim.web.id/payments.php instead of this  https://www.e-gold.com/sci_asp/payments.asp . So your script would be somewhat like this :<br />
&lt;form action=&#8221;http://emugold.handilim.web.id/payments.php&#8221; method=&#8221;POST&#8221;&gt;<br />
&lt;p&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;PAYEE_ACCOUNT&#8221; value=&#8221;900123&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;PAYEE_NAME&#8221; value=&#8221;High Tech Widgets&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;PAYMENT_AMOUNT&#8221; value=&#8221;109.99&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;PAYMENT_UNITS&#8221; value=&#8221;1&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;PAYMENT_METAL_ID&#8221; value=&#8221;1&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;STATUS_URL&#8221;<br />
value=&#8221;https://www.high-tech.com/cgi-bin/xact.exe&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;PAYMENT_URL&#8221;<br />
value=&#8221;https://www.high-tech.com/cgi-bin/chkout1.exe&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;NOPAYMENT_URL&#8221;<br />
value=&#8221;https://www.high-tech.com/cgi-bin/chkout2.exe&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;BAGGAGE_FIELDS&#8221;<br />
value=&#8221;ORDER_NUM CUST_NUM&#8221;&gt;<br />
&lt;input type=”hidden” name=”ORDER_NUM” value=”9801121”&gt;<br />
&lt;input type=”hidden” name=”CUST_NUM” value=”2067609”&gt;<br />
&lt;input type=&#8221;submit&#8221; name=&#8221;PAYMENT_METHOD&#8221; value=&#8221;e-gold account&#8221;&gt;<br />
&lt;/p&gt;<br />
&lt;/form&gt;</p>
<p>You can also try our demo in this site: <a title="Emu-gold: Sandbox Server for your e-gold scripts" href="http://emugold.handilim.web.id/" target="_blank">http://emugold.handilim.web.id/ </a></p>
<p>I had used this sandbox server for my own shopping cart on Perkakasku.com and it was running well. I hope this sandbox server would be useful for you and everyone.  <img src='http://handilim.web.id/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="al2fb_like_button"><div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=234954149860856&amp;xfbml=1" type="text/javascript"></script>
<fb:like href="http://handilim.web.id/2007/12/31/e-gold-test-sandbox-server/" layout="standard" show_faces="true" width="450" action="like" font="arial" colorscheme="light" ref="AL2FB"></fb:like></div>]]></content:encoded>
			<wfw:commentRss>http://handilim.web.id/2007/12/31/e-gold-test-sandbox-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

