<?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>Documentation and Education &#187; Hacking</title>
	<atom:link href="http://blog.b214oy.web.id/tag/hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.b214oy.web.id</link>
	<description>(^_^)</description>
	<lastBuildDate>Mon, 12 Oct 2009 02:32:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Install Config Server Firewall &quot;CSF&quot; &#124;&#124; Centos 5.x</title>
		<link>http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 02:32:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Umum]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=212</guid>
		<description><![CDATA[Bismillah starting search on google for security server linux like centos found  something to read and to apply. name is CSF &#8220;Config Server Firewall&#8221; may be everyone knows what&#8217;s. I just want to explain how to install it . ok not comment now #cd /etc/ #wget http://www.configserver.com/free/csf.tgz #tar zxvf csf.tgz #cd /etc/csf #./install.sh Checking for perl modulesfailed [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>starting search on <a href="http://www.google.co.id" target="_blank">google</a> for security server linux like <a href="http://www.centos.org">centos</a> found  something to read and to apply. <span id="more-212"></span>name is CSF<strong> &#8220;Config Server Firewall&#8221; </strong>may be everyone knows what&#8217;s. I just want to explain how to install it . ok not comment now</p>
<blockquote><p>#cd /etc/</p></blockquote>
<blockquote><p>#wget http://www.configserver.com/free/csf.tgz</p></blockquote>
<blockquote><p>#tar zxvf csf.tgz</p></blockquote>
<blockquote><p>#cd /etc/csf</p></blockquote>
<blockquote><p>#./install.sh<br />
Checking for perl modulesfailed<br />
You need to install the LWP perl module (libwww-perl) and then install csf</p></blockquote>
<p>you must be install libwww-perl. now me install libwww becouse I don&#8217;t now name it, I search on yum</p>
<blockquote><p>#yum search libwww<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
* epel: ftp.jaist.ac.jp<br />
* base: centos.cbn.net.id<br />
* updates: centos.cbn.net.id<br />
* addons: centos.cbn.net.id<br />
* extras: centos.cbn.net.id<br />
=============================== Matched: libwww ================================<br />
perl-HTML-Tree.noarch : HTML tree handling modules for Perl<br />
perl-l<strong>ibwww-perl</strong>.noarch : A Perl interface to the World-Wide Web<br />
python-clientform.noarch : Python module for client-side HTML forms<br />
python-mechanize.noarch : Stateful programmatic web browsing</p></blockquote>
<p>found name&#8217;s perl-libwww-perl.noarch . install it</p>
<blockquote><p>#yum install perl-libwww-perl.noarch</p></blockquote>
<blockquote><p>#./install.sh<br />
Installation Completed</p></blockquote>
<p>now I&#8217;m install on webmin</p>
<blockquote><p>Install csf as above<br />
Install the csf webmin module in:<br />
Webmin &gt; Webmin Configuration &gt; Webmin Modules &gt;<br />
From local file &gt; /etc/csf/csfwebmin.tgz &gt; Install Module</p></blockquote>
<p><a rel="attachment wp-att-223" href="http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/csf/"><img class="alignnone size-full wp-image-223" title="Configure Sever Firewall" src="http://blog.b214oy.web.id/wp-content/uploads/2009/10/csf.JPG" alt="Configure Sever Firewall" width="533" height="424" /></a></p>
<blockquote><p>Uninstallation<br />
==============<br />
Removing csf and lfd is even more simple:</p>
<p>On cPanel servers:</p>
<p>cd /etc/csf<br />
sh uninstall.sh</p>
<p>On DirectAdmin servers:</p>
<p>cd /etc/csf<br />
sh uninstall.directadmin.sh</p>
<p>On generic linux servers:</p>
<p>cd /etc/csf<br />
sh uninstall.generic.sh</p></blockquote>
<p>Good luck</p>
<p>source:<a href="http://www.configserver.com/free/csf/install.txt">CSF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/12/install-config-server-firewall-csf-centos-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing php &#124;&#124; Centos 5x</title>
		<link>http://blog.b214oy.web.id/2009/10/08/securing-php-centos-5x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/08/securing-php-centos-5x/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 01:57:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=194</guid>
		<description><![CDATA[Bismillah I want to share and just sharing it is the wrong reply to please justified, if not added. go and edit in #vi /etc/php.ini search and edit php.ini safe_mode = On expose_php = Off Enable_dl= Off magic_quotes = On register_globals = off display errors = off disable_functions = system, show_source, symlink, exec, dl, shell_exec, [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>I want to share and just sharing it is the wrong reply to please justified, if not added.</p>
<p><span id="more-194"></span></p>
<p>go and edit in</p>
<blockquote><p>#vi /etc/php.ini</p></blockquote>
<p>search and edit php.ini<strong> </strong></p>
<ul>
<li>safe_mode = On</li>
<li>expose_php = Off</li>
<li>Enable_dl= Off</li>
<li>magic_quotes = On</li>
<li>register_globals = off</li>
<li>display errors = off</li>
<li>disable_functions = system, show_source, symlink, exec, dl,<br />
shell_exec, passthru, phpinfo, escapeshellarg,escapeshellcmd</li>
</ul>
<p>what did configure&#8217;s true make to testing. script php like this&#8217;s</p>
<blockquote><p>&lt;? phpinfo(); ?&gt;</p></blockquote>
<p>good luck</p>
<p>source: linux hardening</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/08/securing-php-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metasploit &#124;&#124; Centos 5x</title>
		<link>http://blog.b214oy.web.id/2009/10/05/metasploit-centos-5x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/05/metasploit-centos-5x/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 13:20:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Install]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=183</guid>
		<description><![CDATA[Bismillah .. We&#8217;r now about the metasploit framework for security penetration testing website or networking . I will explaint how to install metasploit on centos 5x . First Plan you must be install ruby and ruby-rdoc #yum install ruby ruby-rdoc select to directory on users #cd /home/users/source and get rubygems on #wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz extract file [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah ..</p>
<p>We&#8217;r now about the <a href="http://metasploit.org">metasploit</a> framework for security penetration testing website or networking . I will explaint how to install metasploit on centos 5x .<span id="more-183"></span> First Plan you must be install ruby and ruby-rdoc</p>
<blockquote><p>#yum install ruby ruby-rdoc</p></blockquote>
<p>select to directory on users</p>
<blockquote><p>#cd /home/users/source</p></blockquote>
<p>and get rubygems on</p>
<blockquote><p>#wget http://rubyforge.org/frs/download.php/45905/rubygems-1.3.1.tgz</p></blockquote>
<p>extract file</p>
<blockquote><p>#tar zxvf rubygems-1.3.1.tgz</p></blockquote>
<p>and now get file metasploit</p>
<blockquote><p>#wget http://spool.metasploit.com/releases/framework-3.2.tar.gz</p></blockquote>
<p>extract file framework</p>
<blockquote><p>#tar zxvf framework-3.2.tar.gz</p></blockquote>
<blockquote><p>#cd framework</p></blockquote>
<p>run file</p>
<blockquote><p>./msfweb</p></blockquote>
<p><code>note : for running on client orther you must be setting file </code></p>
<blockquote><p>#vi msfweb</p></blockquote>
<p>find script on <strong>host</strong> and change <strong>&#8220;127.0.0.1&#8243;</strong> to <strong>&#8220;ip server metasploit&#8221;</strong></p>
<p>cek on client ip server metasploit .</p>
<p>GoodLuck</p>
<p><a href="http://www.chr00t.com">source : chr00t</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/05/metasploit-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure modsecurity &#124; Centos 5x</title>
		<link>http://blog.b214oy.web.id/2009/10/01/configure-modsecurity-centos-5x/</link>
		<comments>http://blog.b214oy.web.id/2009/10/01/configure-modsecurity-centos-5x/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 12:48:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Umum]]></category>
		<category><![CDATA[Curhat]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=167</guid>
		<description><![CDATA[Bismillah First time install modsecurity I find some trouble on my server, my browser answer Bad Request &#8230; &#8220;Your browser sent a request that this server could not understand.&#8221; what the trouble. And I search on Google not answering for me, I Trush my brain to find trouble modsecurity. so I cek on log server [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>First time install modsecurity I find some trouble on my server, my browser answer <strong>Bad Request &#8230; &#8220;Your browser sent a request that this server could not understand.&#8221;</strong> what the trouble.</p>
<p><span id="more-167"></span></p>
<p>And I search on Google not answering for me, I Trush my brain to find trouble modsecurity.</p>
<p>so I cek on log server<br />
<blockquote>tail -f /var/log/httpd/error_log</p></blockquote>
<p><strong><br />
[Fri Oct 02 03:25:28 2009] [error] [client 172.16.x.x] ModSecurity: Access denied with code 400 (phase 2). Pattern match &#8220;^[\\d\\.]+$&#8221; at REQUEST_HEADERS:Host. [file "/etc/httpd/modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf"] [line "60"] [id "960017"] [msg "Host header is a numeric IP address"] [severity "CRITICAL"] [tag "PROTOCOL_VIOLATION/IP_HOST"] [hostname "172.16.x.x"] [uri "/favicon.ico"] [unique_id "csjf638AAAEAAFz-OUUAAAAC"]</strong>. this&#8217;s trouble on modsecurity module and edit on</p>
<blockquote><p>vim /etc/httpd/conf.d/mod_security.conf</p></blockquote>
<p><strong>Include modsecurity.d/modsecurity_crs_21_protocol_anomalies.conf</strong> give the <strong>&#8221; #&#8221;</strong> restart you apache or httpd</p>
<blockquote><p>services httpd restart</p></blockquote>
<p>running on you&#8217;s browser.. tara &#8230; I cek on log <strong>[Fri Oct 02 03:45:14 2009] [error] [client 172.16.x.x] File does not exist: /var/www/html/favicon.ico, referer: http://172.16.10.36/</strong> troubles same . <strong>Good lucky</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/10/01/configure-modsecurity-centos-5x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>modsecurity &#124;&#124; Centos 5 x86</title>
		<link>http://blog.b214oy.web.id/2009/09/15/modsecurity-centos-5-x86/</link>
		<comments>http://blog.b214oy.web.id/2009/09/15/modsecurity-centos-5-x86/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:57:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Umum]]></category>

		<guid isPermaLink="false">http://blog.b214oy.web.id/?p=150</guid>
		<description><![CDATA[Bismillah Setelah mencari di embah Google akhirnya ketemu juga cara instalasi modsecurity di Centos 5 x86. #untuk menambah ripository Centos [root@b214oy apache2]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm # ripositoy yang mengantur instalasi Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm warning: /var/tmp/rpm-xfer.WCQKSM: Header V3 DSA signature: NOKEY, key ID 217521f6 #setelah itu &#8220;yum install modsecurity&#8221; yum install mod_security Loaded plugins: fastestmirror Loading mirror [...]]]></description>
			<content:encoded><![CDATA[<p>Bismillah</p>
<p>Setelah mencari di embah <a href="http://www.google.com">Google</a> akhirnya ketemu juga cara instalasi modsecurity di Centos 5 x86. <span id="more-150"></span><br />
#untuk menambah ripository Centos</p>
<blockquote><p>[root@b214oy apache2]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm</p></blockquote>
<p># ripositoy yang mengantur instalasi</p>
<blockquote><p>Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm<br />
warning: /var/tmp/rpm-xfer.WCQKSM: Header V3 DSA signature: NOKEY, key ID 217521f6</p></blockquote>
<p>#setelah itu <strong> &#8220;yum install modsecurity&#8221;</p>
<blockquote><p>yum install mod_security<br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
* epel: mirror.nus.edu.sg<br />
* base: mirror.nus.edu.sg<br />
* updates: mirror.nus.edu.sg<br />
* addons: mirror.nus.edu.sg<br />
* extras: mirror.nus.edu.sg</p></blockquote>
<p>#pastikan konfigurasi &#8220;SecRuleEngine On&#8221; sudah On</p>
<p></strong></p>
<blockquote><p>SecRuleEngine On</p></blockquote>
<p>#Restart httpd</p>
<blockquote><p>service httpd restart</p></blockquote>
<p>#Cek log modsecurity</p>
<blockquote><p>tail -f /var/log/httpd/error_log</p></blockquote>
<p><strong>mod_security configuration files</strong></p>
<ul>
<li>/etc/httpd/conf.d/mod_security.conf &#8211; main configuration file for the mod_security Apache module.</li>
<li>/etc/httpd/modsecurity.d/ &#8211; all other configuration files for the<br />
mod_security Apache.</li>
<li>/etc/httpd/modsecurity.d/modsecurity_crs_10_config.conf &#8211; Configuration contained in this file should be customized for your specific requirements before deployment.</li>
<li>/var/log/httpd/modsec_debug.log &#8211; Use debug<br />
messages for debugging mod_security rules and other problems.</li>
<li>/var/log/httpd/modsec_audit.log &#8211; All requests that trigger a ModSecurity events (as detected) or a serer error are logged (&#8220;RelevantOnly&#8221;) are logged into this file.</li>
</ul>
<p>sumber:<a href="http://fosiul.co.uk/index.php/2009/08/how-to-install-mod_security-by-yumredhat-centos-5/">fosiul</a> and <a href="http://www.cyberciti.biz/faq/rhel-fedora-centos-httpd-mod_security-configuration/">cyberciti</a></p>
<p>**Goodluck**</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2009/09/15/modsecurity-centos-5-x86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacking Telp Rumah Biar murah</title>
		<link>http://blog.b214oy.web.id/2008/04/16/hacking-telp-rumah-biar-murah/</link>
		<comments>http://blog.b214oy.web.id/2008/04/16/hacking-telp-rumah-biar-murah/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 14:30:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://b214oy.wordpress.com/?p=21</guid>
		<description><![CDATA[Pernah tidak kepikiran gimana caranya biar telp rumah murah ? dan itu terjadi pada diri saya yang Notebandnya masih dibilang Alhamdulillah Masih ada gaji . jadi saya berpikir gimana caranya Awal mula inspirasi ini didapat dari saudara saya (Baca:Paman) yang seringa bayar telp Rp.300.000,- s/d Rp.700.000,-, itu ulah Ade Saya (Bara:Keponakan) yang masih baru Puber [...]]]></description>
			<content:encoded><![CDATA[<p>Pernah tidak kepikiran gimana  caranya biar telp rumah <strong>murah </strong>? dan itu terjadi pada diri saya yang Notebandnya masih dibilang <strong>Alhamdulillah </strong>Masih ada gaji <img src='http://blog.b214oy.web.id/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> . jadi saya berpikir gimana caranya</p>
<p>Awal mula inspirasi ini didapat dari saudara saya (Baca:Paman) yang seringa bayar telp <strong>Rp.300.000,- s/d Rp.700.000,-</strong>, itu ulah Ade Saya (Bara:Keponakan) yang masih baru Puber maklumlah cuman kelewatan abis.</p>
<p>Disini saya akan menjelaskan bagaimana caranya menghemat pembayaran Rekening Telp hingga <strong>70%</strong>, Ok dari pada banyak Teori mendingan Praktek . Tools yang disediakan :</p>
<ol>
<li>Telp Rumah, itu pasti</li>
<li>Seperangkat Obeng</li>
<li>Solasi</li>
<li>dan Selembar Kertas</li>
</ol>
<p><strong>Caranya :</strong></p>
<p><strong> Pertamax</strong></p>
<p>Buka Perangkat telp itu sendiri, pastikan baut jangan sampai hilang.</p>
<p><strong>Keduax</strong></p>
<p>Buka baut pada tombol dejital</p>
<p><strong>Ketigax</strong></p>
<p>Cari dijit yang merupakan angka 0 (baca:Nol), tempelkan kertas atau lakband pada dijit nol tersebut hingga tertutup permukaannya</p>
<p>Tutup kembali  baut yang tadi dilepaskan dan pasang seperti sedia kala.</p>
<p><strong>Keempax</strong></p>
<p>Tahap terakhir  uji coba telp, pasang kembali telp dengan jalurnya  dan jangan lupa pasang <strong>muka bego.</strong> sekarang coba telp ke no Hp pacar kamu atau yang lain, bisa tidak .. eng..ing..eng</p>
<p>ok segitu saja  dari saya, <strong>SELAMAT MENCOBA </strong></p>
<p>Regards</p>
<p>Q_Q</p>
<p>tn&#8217;x to</p>
<p>Allah SWT, Nabi Muhammad beserta Sahabat dan Para pengikutnya</p>
<p>My Honey, sister, my mom, z3r0byt3 and All My Friends UnderGround</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2008/04/16/hacking-telp-rumah-biar-murah/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>:: download multiplay mp3 ::</title>
		<link>http://blog.b214oy.web.id/2008/01/01/download-multiplay-mp3/</link>
		<comments>http://blog.b214oy.web.id/2008/01/01/download-multiplay-mp3/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 13:08:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://b214oy.wordpress.com/2008/01/01/download-multiplay-mp3/</guid>
		<description><![CDATA[Biar tidak dibilang jadul yah mesti update(Baca:Up to date) ,so mesti cari yang baru meski server ditelusuri,lautan kuseberangi,gunung kudaki.. jadi begini ceritanya(mbah darmo Mr X)&#8230;.ketika saya ditanya sama ade saya &#8220;mas ada lagunya maia yang baru ga,sama lagu mulan jamila&#8221; sambil senyum &#8220;tidak ada nanti deh download dikantor pas jaga malam&#8221; waktu pun terus berjalan [...]]]></description>
			<content:encoded><![CDATA[<p>Biar tidak dibilang jadul yah mesti update(Baca:Up to date) ,so mesti cari yang baru meski server ditelusuri,lautan kuseberangi,gunung kudaki..</p>
<p>jadi begini ceritanya(mbah darmo Mr X)&#8230;.ketika saya ditanya sama ade saya &#8220;mas ada lagunya maia yang baru ga,sama lagu mulan jamila&#8221; sambil senyum &#8220;tidak ada nanti deh download dikantor pas jaga malam&#8221; waktu pun terus berjalan tidak terasa jam sudah menunjukan pukul 19:27 waktunya untuk menuju jemputan kantor dan sampai jam 20:00,saya absen menuju Lift tapi disitu belum kepikiran untuk download lagu</p>
<p>Sambil cari di <a href="http://www.google.co.id">Om</a> lagu pesanan adik saya ternyata link pertama  menunjukan <a href="http://multiplay.com">multiplay</a> ow3x,mesti register dulu baru bisa download tapi apa yang terjadi (Baca:Masalah) ternyata tidak bisa download karena setelah peralihan tahun untuk Searching <a href="http://multiplay.com/music">Music</a> ditutup  begitu juga <a href="http://google.co.id">google</a> dan <a href="http://yahoo.co.id">yahoo</a> idem,setelah mencari di <a href="http://www.google.co.id">Om</a> dowload di <a href="http://multiplay.com/music">multiplay</a> melihat dari postingan tahun 2007,metode tidak bisa semua terpaksa pake inteljensi gila(Baca:hacking)<br />
Begini caranya :</p>
<p>1. Register di <a href="http://multiplay.com">mulitiplay</a><br />
2. Login<br />
3. Klik <a href="http://multiply.com/search">Search</a> ,dibagian <b>Search Content </b> pilih Photos dibagian <b>for</b>  <a href="http://aboutryla.multiply.com/music/item/129">Mulan</a><br />
anda akan dibawa ke page untuk yang mau mendengerkan streaming **capedeh** itu hanya yang punya bantwith gedeeee bangettt<br />
4. Copy Paste Link pada bagian <b>Play this playlist</b></p>
<div align="left"> Example : http://images.aboutryla.multiply.com/playlist/11/129/full/U2FsdGVkX19vgNRuoB</div>
<div align="left">puiHGwDvfvPdD8Q4qSL7jX1s8=<b>/Maia%20Ratu.m3u</b>?nmid=76431528</div>
<p>buka yang tadi didownload dengan notepade or gedit</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-Code &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>http://images.aboutryla.multiply.com/song/1/128/full/U2FsdGVkX19vgNRuoBpuiHGwD</p>
<p>vfvPdD8Xz7fjzR.cQ.U62866vpCSyNsjYskke8Y/Mulan_Kwok_-_Makhluk_Tuhan_<br />
Yang_Paling_Sexy%2540rizkyonline.com_.mp3?encid=U2FsdGVkX19vgNRuoBpu<br />
iI3vQv1AwVeCErU7lGAVh3g=&amp;nmid=75907209</p>
<p>rubah menjadi</p>
<p>http://images.aboutryla.multiply.com/song/1/128/full/U2FsdGVkX19vgNRuoBpuiHGw</p>
<p>DvfvPdD8Xz7fjzR.cQ.U62866vpCSyNsjYskke8Y/Mulan_Kwok_-_Makhluk_Tuhan_<br />
Yang_Paling_Sexy%2540rizkyonline.com_.mp3</p>
<p>5. sekarang anda tinggal menikmati download lagu tersebut</p>
<p>tn&#8217;x<br />
Q_Q</p>
<p>*nb = pergunakan dengan baik dan bijak informasi yang anda dapat,apa bila tidak berhasil coba metode logika anda</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.b214oy.web.id/2008/01/01/download-multiplay-mp3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

