<?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>blognya orang telat ngeblog &#187; website</title>
	<atom:link href="http://wis.nu/category/website/feed" rel="self" type="application/rss+xml" />
	<link>http://wis.nu</link>
	<description>simple life from simple guy</description>
	<lastBuildDate>Wed, 19 May 2010 15:28:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New WordPress 2.6.3 Released</title>
		<link>http://wis.nu/new-wordpress-263-released.html</link>
		<comments>http://wis.nu/new-wordpress-263-released.html#comments</comments>
		<pubDate>Fri, 24 Oct 2008 09:47:05 +0000</pubDate>
		<dc:creator>wisnu</dc:creator>
				<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://wis.nu/?p=79</guid>
		<description><![CDATA[WordPress 2.6.3 was just released.  A vulnerability has been discovered today in the Snoopy library, which is what WordPress uses to retrieve the external content in the Dashboard.  WordPress officially states that this is low risk, though they have released an immediate update with no warning.  Only wp-includes/class-snoopy.php and wp-includes/version.php have been changed.
 According to Secunia, any input passed to [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>WordPress 2.6.3</em></strong> was just released.  A vulnerability has been discovered today in the Snoopy library, which is what WordPress uses to retrieve the external content in the Dashboard.  WordPress officially states that this is <strong>low risk</strong>, though they have released an immediate update with no warning.  Only wp-includes/class-snoopy.php and wp-includes/version.php have been changed.</p>
<p><img class="alignleft" title="Snoopy Open Source Library" src="http://cciphiladelphia.com/images/snoopy.jpg" alt="snoopy New WordPress 2.6.3 Released " width="100" /> According to <a title="Secunia" rel="_nofollow" href="http://secunia.com/Advisories/32361/" target="_blank">Secunia</a>, any input passed to the “_httpsrequest()” function isn’t properly sanitised before being used in an “exec()” call.  This can be exploited to inject arbitrary shell commands via a script calling the “fetch()” or “submit()” function with an URL controlled by the attacker</p>
]]></content:encoded>
			<wfw:commentRss>http://wis.nu/new-wordpress-263-released.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tips mengimpor wordpress.com XML</title>
		<link>http://wis.nu/tips-mengimpor-wordpresscom-xml.html</link>
		<comments>http://wis.nu/tips-mengimpor-wordpresscom-xml.html#comments</comments>
		<pubDate>Wed, 22 Oct 2008 19:53:55 +0000</pubDate>
		<dc:creator>wisnu</dc:creator>
				<category><![CDATA[website]]></category>
		<category><![CDATA[blog]]></category>

		<guid isPermaLink="false">http://wis.nu/?p=23</guid>
		<description><![CDATA[Pekan ini saya dapat trayek bertubi-tubi dari rekan kantor yang pengen ganti blog mereka dari wordpress.com ke self hosted wordpress. Wah&#8230;tau gini pasang harga ajah kemaren 
Dimulai dari pak Agung yang udah lama pengen beli domain, akhirnya Senin kemaren seharian penuh ke lantai 4 untuk ngawasin saya bikinin blog barunya (kaya ATP ajah pak  [...]]]></description>
			<content:encoded><![CDATA[<p>Pekan ini saya dapat trayek bertubi-tubi dari rekan kantor yang pengen ganti blog mereka dari wordpress.com ke self hosted wordpress. Wah&#8230;tau gini pasang harga ajah kemaren <img src='http://wis.nu/smilies/yahoo_tongue.gif' alt='&#58;&#112;' class='wp-smiley' width='18' height='18' title='&#58;&#112;' /></p>
<p>Dimulai dari pak Agung yang udah lama pengen beli domain, akhirnya Senin kemaren seharian penuh ke lantai 4 untuk ngawasin saya bikinin <a href="http://agungbrahma.com" target="_blank">blog barunya</a> (kaya ATP ajah pak <img src='http://wis.nu/smilies/yahoo_tongue.gif' alt='&#58;&#112;' class='wp-smiley' width='18' height='18' title='&#58;&#112;' /> ). Proses <span style="text-decoration: line-through;">cut over</span> migrasi wordpress.com ke self hosted lancar karena jumlah post pak Agung memang masih sedikit. Regrouping success pak..! <img src='http://wis.nu/smilies/yahoo_tongue.gif' alt='&#58;&#112;' class='wp-smiley' width='18' height='18' title='&#58;&#112;' /></p>
<p>Besoknya gantian <a title="mba Opie" href="http://opiepippo.com" target="_blank">Opie </a>yang pengen. Blog wordpress.com Opie lumayan banyak jumlah postingannya, hampir 450 posts. Perkiraan saya, besar file XML bakalan mekar&#8230;.dan ternyata benar. Besar file XML milik Opie melebihi maksimum limit upload dari hosting yang akan dipakai.<span id="more-23"></span></p>
<p>Ngakalinnya cukup mudah, konversi ajah data XML ke sql. Dimulai dari import XML ke wordpress yang sudah terinstall di server lokal (pastikan upload limit lebih besar dari file yang akan diupload).<br />
Setelah impor ke wordpress localhost selesai, selanjutnya <em>dumping </em>database tersebut ke compressed sql file.</p>
<blockquote><p>[wisnu@roninbox ] # mysqldump -u root -D wordpress -p &gt; wordpress.sql &amp;&amp; gzip wordpress.sql</p></blockquote>
<p>Selanjutnya tinggal upload file wordpress.sql.gz ke hosting baru dan impor ke database.</p>
<blockquote><p>[jailed@shell ] # zcat wordpress.sql.gz | mysql -u user -D database -h sql.server.com -p</p></blockquote>
<p>Selamat menempati rumah baru buat pak Agung dan Opie <img src='http://wis.nu/smilies/yahoo_smiley.gif' alt='&#58;&#41;' class='wp-smiley' width='18' height='18' title='&#58;&#41;' /></p>
]]></content:encoded>
			<wfw:commentRss>http://wis.nu/tips-mengimpor-wordpresscom-xml.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.644 seconds -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-30 02:32:25 -->
