<?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>envio land &#187; papercraft</title>
	<atom:link href="http://a3-system.info/blog/category/papercraft/feed/" rel="self" type="application/rss+xml" />
	<link>http://a3-system.info/blog</link>
	<description>Ash Like Snow</description>
	<lastBuildDate>Sat, 12 May 2012 06:38:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Freedom Gundam</title>
		<link>http://a3-system.info/blog/fun-stuff/freedom-gundam/</link>
		<comments>http://a3-system.info/blog/fun-stuff/freedom-gundam/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:24:14 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[Freedom]]></category>
		<category><![CDATA[Gundam Freedom]]></category>
		<category><![CDATA[papecraft]]></category>
		<category><![CDATA[paper model]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=171</guid>
		<description><![CDATA[Another Gundam paper craft finished &#8230; Download the pattern and instruction here, [ To remember of ]]]></description>
			<content:encoded><![CDATA[<p>Another Gundam paper craft finished &#8230;</p>
<p><img src="http://i510.photobucket.com/albums/s343/dikicy/freedom_02.jpg" alt="Gundam Freedom " /></p>
<p><img src="http://i510.photobucket.com/albums/s343/dikicy/freedom_01.jpg" alt="Gundam Freedom" /></p>
<p>Download the pattern and instruction <a href="http://cid-de95074c4bc87d43.skydrive.live.com/self.aspx/Public/sd-strike-freedom-gundam.rar">here</a>,</p>
<p>[ To remember of ]</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/freedom-gundam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mail sent by user nobody being discarded</title>
		<link>http://a3-system.info/blog/php/mail-sent-by-user-nobody-being-discarded/</link>
		<comments>http://a3-system.info/blog/php/mail-sent-by-user-nobody-being-discarded/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 23:12:05 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[code igniter]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Mail sent by user nobody being discarded]]></category>
		<category><![CDATA[Nobody Sender]]></category>
		<category><![CDATA[Sender: Nobody]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=128</guid>
		<description><![CDATA[Every time I send email, the email always discarded by hosting mailer. Here the error : Mail sent by user nobody being discarded due to sender restrictions in WHM-&#62;Tweak Settings After couple time trying, I found the error was generated when I use &#8216;mail&#8217; PHP function. When we use mail() function to send email, we [...]]]></description>
			<content:encoded><![CDATA[<p>Every time I send email, the email always discarded by hosting mailer. Here the error :</p>
<p>Mail sent by user nobody being discarded due to sender restrictions in WHM-&gt;Tweak Settings</p>
<p>After couple time trying, I found the error was generated when  I use &#8216;mail&#8217; PHP function. When we use mail() function to send email,  we got &#8220;Sender: Nobody &lt;nobody@yourhosting.com&gt;&#8221; in email header. And that&#8217;s why my email always discarded by my hosting mailer.</p>
<p>I change the email send method by using SMTP ( using fsockopen()  ). Because I use CodeIgniter , the email send code will be like this :</p>
<p>$this-&gt;load-&gt;library(&#39email&#39);<br />
$config[&#39useragent&#39]    = &#39Code-Igniter-Mailer-^^&#39;<br />
$config[&#39mailtype&#39]     = &#39text&#39;<br />
$config[&#39validate&#39]     = TRUE;<br />
$config[&#39protocol&#39]     = &#39smtp&#39;<br />
$config[&#39smtp_host&#39]    = &#39localhost&#39;<br />
$config[&#39newline&#39]      = &#34;\r\n&#34;;<br />
$this-&gt;email-&gt;initialize($config);</p>
<p>$this-&gt;email-&gt;initialize($config);<br />
$this-&gt;email-&gt;from(&#39youremail@yourdomain.com&#39, &#39Your Name&#39);<br />
$this-&gt;email-&gt;reply_to(&#39youremail@yourdomain.com&#39, &#39Your Name&#39);<br />
$this-&gt;email-&gt;to(&#39someemail@somedomain.com&#39);<br />
$this-&gt;email-&gt;subject(&#39Email Subject&#39);<br />
$this-&gt;email-&gt;message(&#39Your Message Here.&#39);<br />
$this-&gt;email-&gt;send();</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/mail-sent-by-user-nobody-being-discarded/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>EX-S gundam , finally</title>
		<link>http://a3-system.info/blog/fun-stuff/ex-s-gundam-finally/</link>
		<comments>http://a3-system.info/blog/fun-stuff/ex-s-gundam-finally/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 00:10:27 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[EX-S gundam]]></category>
		<category><![CDATA[papermodel]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=108</guid>
		<description><![CDATA[After two months work here&#8217;s the EX-S gundam paper model Thing that made all my work delayed :p]]></description>
			<content:encoded><![CDATA[<p>After two months work here&#8217;s the EX-S gundam paper model</p>
<p><img src="http://i510.photobucket.com/albums/s343/dikicy/exs1.jpg"><br />
<img src="http://i510.photobucket.com/albums/s343/dikicy/exs2.jpg"><br />
<img src="http://i510.photobucket.com/albums/s343/dikicy/exs3.jpg"></p>
<p>Thing that made all my work delayed :p</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/ex-s-gundam-finally/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>EX-S Gundam Assembly Instruction</title>
		<link>http://a3-system.info/blog/fun-stuff/ex-s/</link>
		<comments>http://a3-system.info/blog/fun-stuff/ex-s/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:02:45 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[assemby instruction]]></category>
		<category><![CDATA[ES-X Gundam]]></category>
		<category><![CDATA[ES-X gundam papercraft]]></category>
		<category><![CDATA[papecraft]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=59</guid>
		<description><![CDATA[Few weeks ago, I got Gundam EX-S papercraft pattern, it&#8217;s quite cool model. then I decide to build this model. I got all of the pattern in JPG format and couple JPG file as assembly instuction. Recently I knew that the assembly instruction is not complete, many part assembly was missing. It&#8217;s quite hard to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://i510.photobucket.com/albums/s343/dikicy/EX-SPaperModel_08.jpg" alt="EX-S Gundam" /></p>
<p>Few weeks ago, I got Gundam EX-S papercraft pattern, it&#8217;s quite cool model. then I decide to build this model.</p>
<p>I got all of the pattern in JPG format and couple JPG file as assembly instuction. Recently I knew that the assembly instruction is not complete, many part assembly was missing.</p>
<p>It&#8217;s quite hard to find this pappercraft model in the internet. Found some link but it was death link.</p>
<p>Finally I found a link in comment section of a pappercraft blog post, I try to download it and hope it not same as I have. After download it, I check the file and how lucky I am I found complete assembly instruction there. In that file, it included the EX-S pattern too but it is in PDF format. I have bad experience in printing on PDF format so I decide to print the JPG file and only use the assembly instruction.</p>
<p>Download here if you need EX-S assembly instruction <a href="http://www.mediafire.com/download.php?plybombs8ig">http://www.mediafire.com/download.php?plybombs8ig</a></p>
<p>Enjoy this EX-S</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/ex-s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RX-93 V-2 papercraft</title>
		<link>http://a3-system.info/blog/daily-life/rx-93-v-2-papercraft/</link>
		<comments>http://a3-system.info/blog/daily-life/rx-93-v-2-papercraft/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 04:40:36 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[HI-V gundam]]></category>
		<category><![CDATA[RX-93]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=46</guid>
		<description><![CDATA[Just finish my another gundam family papercraft. I don&#8217;t know how to stop making papercraft &#8230;. and that&#8217;s why many project that didn&#8217;t finish in right time &#8230;. And this will be next project, it&#8217;s 80cm papercraft model, and at least need 40 A4 paper &#8230;. will be long time with this project]]></description>
			<content:encoded><![CDATA[<p>Just finish my another gundam family papercraft. I don&#8217;t know how to stop making papercraft &#8230;. and that&#8217;s why many project that didn&#8217;t finish in right time &#8230;. </p>
<p><img src="http://i510.photobucket.com/albums/s343/dikicy/IMG_8234.jpg" alt="RX-93 front" /><br />
<br />
<img src="http://i510.photobucket.com/albums/s343/dikicy/IMG_8236.jpg" alt="RX-93 Back" /></p>
<p>And this will be next project, </p>
<p><img src="http://bp3.blogger.com/_CjUcAcTCcO0/R_N8UlcgiiI/AAAAAAAAACA/mNtfXjPslis/s320/DSCN4227.JPG" alt="ES-X" /></p>
<p>it&#8217;s 80cm papercraft model, and at least need 40 A4 paper &#8230;. will be long time with this project</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/rx-93-v-2-papercraft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gundam Hazle Invasion LoL</title>
		<link>http://a3-system.info/blog/fun-stuff/gundam-hazle-invasion/</link>
		<comments>http://a3-system.info/blog/fun-stuff/gundam-hazle-invasion/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 03:23:36 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[papercraft]]></category>
		<category><![CDATA[Gundam hazle papercraft]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=38</guid>
		<description><![CDATA[Please help, we got invasion &#8230;&#8230;&#8230;&#8230;.. LoL]]></description>
			<content:encoded><![CDATA[<p>Please help,  we got invasion &#8230;&#8230;&#8230;&#8230;.. LoL<br />
<img src="http://i510.photobucket.com/albums/s343/dikicy/IMG_8143.jpg" alt="Gundam Hazle" /></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/gundam-hazle-invasion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

