<?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>gaara de laros &#187; Tips and Trick</title>
	<atom:link href="http://laros.web.id/category/tips-and-trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://laros.web.id</link>
	<description></description>
	<lastBuildDate>Wed, 16 Jun 2010 14:34:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to mass chmod file and folder ?</title>
		<link>http://laros.web.id/2010/06/16/how-to-mass-chmod-file-and-folder/</link>
		<comments>http://laros.web.id/2010/06/16/how-to-mass-chmod-file-and-folder/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 14:14:40 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=426</guid>
		<description><![CDATA[Mass chmod folder : find /home/*/public_html -type d -exec chmod 755 {} \; Mass chmod file : find /home/*/public_html -type f -exec chmod 644 {} \; Tested with freebsd server and working 100% :D source Related Posts:Find r57 and c99 Shells Hidden Inside PHP and TXT Files (0)Mencari file inject di webserver (1)]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2010%2F06%2F16%2Fhow-to-mass-chmod-file-and-folder%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2010%2F06%2F16%2Fhow-to-mass-chmod-file-and-folder%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Mass chmod folder :</p>
<pre class="brush: bash;">find /home/*/public_html -type d -exec chmod 755 {} \;</pre>
<p>Mass chmod file :</p>
<pre class="brush: bash;">find /home/*/public_html -type f -exec chmod 644 {} \;</pre>
<p>Tested with freebsd server and working 100% :D</p>
<p><span id="more-426"></span> <a href="http://www.diskusiwebhosting.com/">source</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2010/06/16/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/" title="Find r57 and c99 Shells Hidden Inside PHP and TXT Files">Find r57 and c99 Shells Hidden Inside PHP and TXT Files</a> (0)</li><li><a href="http://laros.web.id/2010/02/22/mencari-file-inject-di-webserver/" title="Mencari file inject di webserver">Mencari file inject di webserver</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2010/06/16/how-to-mass-chmod-file-and-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find r57 and c99 Shells Hidden Inside PHP and TXT Files</title>
		<link>http://laros.web.id/2010/06/16/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/</link>
		<comments>http://laros.web.id/2010/06/16/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 07:27:47 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Webhosting]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=412</guid>
		<description><![CDATA[When malicious intruders compromise a web server, there&#8217;s an excellent chance a famous Russian PHP script, r57shell, will follow. The r57shell PHP script gives the intruder a number of capabilities, including, but not limited to: downloading files, uploading files, creating backdoors, setting up a spam relay, forging email, bouncing a connection to decrease the risk [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2010%2F06%2F16%2Ffind-r57-and-c99-shells-hidden-inside-php-and-txt-files%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2010%2F06%2F16%2Ffind-r57-and-c99-shells-hidden-inside-php-and-txt-files%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>When malicious intruders compromise a web server, there&#8217;s an  excellent chance a famous Russian PHP script, r57shell, will follow. The  r57shell PHP script gives the intruder a number of capabilities,  including, but not limited to: downloading files, uploading files,  creating backdoors, setting up a spam relay, forging email, bouncing a  connection to decrease the risk of being caught, and even taking control  of SQL databases. All these functions become readily available through  an easy to use web interface, but now you can fight back.</p>
<p>A Turkish member on a forum I participate in released this nifty  little bash command, but first, make sure you execute <em>updatedb</em> so <em>find</em> has an up to date image to search:</p>
<pre class="brush: bash;">find /var/www/ -name &quot;*&quot;.php -type f -print0 | xargs -0 grep r57 | uniq -c | sort -u | cut -d&quot;:&quot; -f1 | awk '{print &quot;rm -rf &quot; $2}' | uniq</pre>
<p>You can also search regular text (.txt) files:</p>
<p><span id="more-412"></span></p>
<pre class="brush: bash;">find /var/www/  -name &quot;*&quot;.txt  -type f -print0  | xargs -0 grep r57 | uniq -c  | sort -u  | cut -d&quot;:&quot; -f1  | awk '{print &quot;rm -rf &quot; $2}' | uniq</pre>
<p>Or even cleverly disguised GIF image files:</p>
<pre class="brush: bash;">find /var/www/  -name &quot;*&quot;.gif  -type f -print0  | xargs -0 grep r57 | uniq -c  | sort -u  | cut -d&quot;:&quot; -f1  | awk '{print &quot;rm -rf &quot; $2}' | uniq</pre>
<p>The command might appear scary, or even malicious to an inexperienced  Linux admin, but here&#8217;s the break down.</p>
<pre class="brush: bash;">find /var/www/</pre>
<p><em>find</em> is a must know command when dealing with Linux. <em>Find</em> is what&#8217;s used to perform command line file searches. The path <em>/var/www</em> is the directory <em>find</em> will search, in addition to all  directories contained within <em>www</em>, but nothing above. For  example, <em>/var/mail</em> is not searched. If your publicly accessible  files are not contained in <em>/var/www</em>, then you&#8217;ll obviously  need to replace <em>/var/www</em> with the correct path.</p>
<pre class="brush: bash;">-name &quot;*&quot;.php  -type f -print0</pre>
<p>This portion of the command tells <em>find</em> to search file names  (not directories) ending in .php. Anything else is ignored.</p>
<pre class="brush: bash;">| xargs -0 grep r57</pre>
<p>The pipe symbol ( | ) tells Linux to take the results of the first  command (the PHP files we searched for), and pass them along to the  second command, <em>xargs</em>. At this point, all located files are  searched for any mention of r57, not just the file names, but the actual  content within the files.</p>
<pre class="brush: bash;">| uniq -c  | sort -u</pre>
<p><em>uniq</em> will prevent duplicate results from displaying. The  command is smart enough to know when multiple instances are found in a  single file, resulting in a single mention instead of potentially  hundreds, flooding your console with repeated messages. The <em>-c</em> parameter tells <em>uniq</em> to count the number of consecutive lines  that were combined. <em>sort</em> will take the unordered results, and  display them in some type of orderly fashion.</p>
<pre class="brush: bash;">| cut -d&quot;:&quot; -f1</pre>
<p><em>cut</em> will prevent the line of code that contains r57 from  showing up in the results. The output is just a simple mention of the  filename or names, and how many occurrences. There&#8217;s no need to display  the actual code if your intentions are to remove the malicious files.</p>
<pre class="brush: bash;">| awk '{print &quot;rm -rf &quot; $2}'</pre>
<p><em>awk</em>, a programming language in itself, is a very powerful  command with many beneficial uses. In this command, <em>awk</em> is  instructed to print <em>rm -rf</em> with the file path and file name  appended. Here&#8217;s an example output:</p>
<pre class="brush: bash;">rm -rf  /var/www/users/domain.com/images/uploads/r57shell.php</pre>
<p><em>rm -rf</em> is used to delete files without asking questions.  The, &#8220;<em>are you sure you want to delete &#8230;</em>&#8221; is skipped, so be  careful when using the <em>-rf</em> switch, it&#8217;s very destructive if  used without care. Notice the <em>print</em> portion &#8211; this means the  command is only printed, not carried out. Once you&#8217;ve confirmed all the  found files are malicious, you can easily dumb the results into a file,  make the file executable, and delete the plague in one shot instead of  manually deleting individual files one by one.</p>
<p>Another popular tool is the c99shell, which I also recommend  searching for. Just change three characters:</p>
<pre class="brush: bash;">find /var/www/  -name &quot;*&quot;.php  -type f -print0  | xargs -0 grep c99 | uniq -c  | sort -u  | cut -d&quot;:&quot; -f1  | awk '{print &quot;rm -rf &quot; $2}' | uniq</pre>
<p>If you&#8217;re interested in seeing an example of the c99shell interface,  here&#8217;s a rooted site:</p>
<p>http://www.iett.gov.tr/en/kitap/</p>
<p><a href="http://webcache.googleusercontent.com/search?q=cache:wNIbBzc71v0J:www.nullamatix.com/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/+http://www.nullamatix.com/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;gl=us&amp;client=firefox-a">source</a></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2010/06/16/how-to-mass-chmod-file-and-folder/" title="How to mass chmod file and folder ?">How to mass chmod file and folder ?</a> (0)</li><li><a href="http://laros.web.id/2010/02/22/mencari-file-inject-di-webserver/" title="Mencari file inject di webserver">Mencari file inject di webserver</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2010/06/16/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mencari file inject di webserver</title>
		<link>http://laros.web.id/2010/02/22/mencari-file-inject-di-webserver/</link>
		<comments>http://laros.web.id/2010/02/22/mencari-file-inject-di-webserver/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 07:18:15 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Webserver]]></category>
		<category><![CDATA[tips n trick]]></category>
		<category><![CDATA[Webhosting]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=375</guid>
		<description><![CDATA[OK langsung saja, command berikut adalah yang biasa saya pakai untuk scanning php file inject di webserver FreeBSD. Saya catat di sini biar gak lupa. :D 1. Scanning php files dalam path si username dan mencari 1 kata / strings dalam files php sesuai dengan kata yang kita cari: server2# find /home/username/ -name &#34;*&#34;.php -type [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2010%2F02%2F22%2Fmencari-file-inject-di-webserver%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2010%2F02%2F22%2Fmencari-file-inject-di-webserver%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<div id="attachment_392" class="wp-caption alignleft" style="width: 310px"><img class="size-medium wp-image-392" title="scan" src="http://laros.web.id/wp-content/uploads//2010/02/Clipboard03-300x147.jpg" alt="" width="300" height="147" /><p class="wp-caption-text">scanning</p></div>
<p>OK langsung saja, command berikut adalah yang biasa saya pakai untuk scanning php file inject di webserver FreeBSD. Saya catat di sini biar gak lupa. :D<br />
1. Scanning php files dalam path si username dan mencari 1 kata / strings dalam files php sesuai dengan kata yang kita cari:</p>
<pre class="brush: bash;">server2# find /home/username/ -name &quot;*&quot;.php -type f -print0| xargs -0 grep &quot;powered by rapidleech&quot; | uniq -c | sort -u | cut -d&quot;:&quot; -f1 | awk '{print &quot;Warning - please check this files &quot; $2}' | uniq</pre>
<p>2. Scanning php files dalam path si username dan beberapa kata / strings dalam files php:</p>
<pre class="brush: bash;">server2# find /home/username/ -name &quot;*&quot;.php -type f -print0| xargs -0 egrep &quot;rapidleech|c99|r57&quot; | uniq -c | sort -u | cut -d&quot;:&quot; -f1 | awk '{print &quot;Warning - please check this files &quot; $2}' | uniq</pre>
<p>Tambahan&#8230;</p>
<p><span id="more-375"></span>3. Kill multiple process di FreeBSD</p>
<pre class="brush: bash;">server2# ps -aux | grep &quot;/usr/sbin/httpd&quot; | awk '{print $2}' | xargs kill</pre>
<p><em>Bash command tutorial di dapat dari diskusiwebhosting.com dan giest.org</em></p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2010/06/16/find-r57-and-c99-shells-hidden-inside-php-and-txt-files/" title="Find r57 and c99 Shells Hidden Inside PHP and TXT Files">Find r57 and c99 Shells Hidden Inside PHP and TXT Files</a> (0)</li><li><a href="http://laros.web.id/2010/06/16/how-to-mass-chmod-file-and-folder/" title="How to mass chmod file and folder ?">How to mass chmod file and folder ?</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2010/02/22/mencari-file-inject-di-webserver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Begitu Mudahnya Blogger Mengadili Penyedia Webhost</title>
		<link>http://laros.web.id/2008/12/24/begitu-mudahnya-blogger-mengadili-perusahaan-webhosting-2/</link>
		<comments>http://laros.web.id/2008/12/24/begitu-mudahnya-blogger-mengadili-perusahaan-webhosting-2/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 05:33:26 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=89</guid>
		<description><![CDATA[Kemaren waktu blogwalking rutin sempet terhenti di satu blog yang salah satu isi postingannya mengerikan bagi penyedia web hosting menarik.. jika di lihat dari judulnya wew ampun deh langsung sebut merk hikz.. kurang lebih isinya membahas masalah si blogger dengan penyedia layanan web hosting yang dia ambil, karena salah satu accountnya di suspend. Bisa kita [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F24%2Fbegitu-mudahnya-blogger-mengadili-perusahaan-webhosting-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F24%2Fbegitu-mudahnya-blogger-mengadili-perusahaan-webhosting-2%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft" style="float: left;" src="http://uriel.us/images/WebSiteHosting.jpg" alt="" width="217" height="162" />Kemaren waktu blogwalking rutin sempet terhenti di satu <a href="http://koolsonic.com/" target="_self">blog</a> yang salah satu isi <a href="http://koolsonic.com/2008/12/21/sangatmurahcom-betul-betul-super-menyebalkan-stay-away-from-it-part-2-the-end/" target="_self">postingannya</a> <span style="text-decoration: line-through;">mengerikan bagi penyedia web hosting</span> menarik.. jika di lihat dari judulnya wew ampun deh langsung sebut merk hikz.. kurang lebih isinya membahas masalah si blogger dengan <a href="http://sangatmurah.com" target="_self">penyedia layanan</a> web hosting yang dia ambil, karena salah satu accountnya di suspend.</p>
<p>Bisa kita bayangkan pengaruhnya terhadap bisnis web hosting yang di sebut merknya itu ya? apalagi blog itu termasuk blog yang rame pengunjungnya, blogger2 lain yang tidak tahu menahu soal hosting pasti langsung <span style="text-decoration: line-through;">memblacklist</span> negatif thinking atau malah mungkin menyebarkan ke temen2 yang lain &#8220;eh, jgn beli di situ.. cs nya gini.. gitu.. &#8221; dll.</p>
<p>Kalau di baca memang terkesan mengadili webhost tersebut secara sepihak, wong yang di paste di situ cuman jawaban cs nya yg lumayan ada kasarnya.. but kok pertanyaan nya gak di paste sekalian? ato jangan2 komplennya pakai kata2 yg lebih kasar ya? hehe..</p>
<p>Saya sebagai seorang blogger sekaligus juga sebagai admin salah satu penyadia web hosting hanya bisa geleng-geleng wew parahh.. berikut adalah pandangan saya mengenai kasus blogger di atas:</p>
<ul>
<li>Baca TOS dulu sebelum membeli layanan web hosting.</li>
<li>Seorang admin tidak mungkin mensuspend suatu account tanpa sebab!! apapun alasan pemilik account komplain lah dengan sopan, kali aja account bisa di unsuspend meski telah melanggar TOS.</li>
<li>Shared hosting berisi banyak account dalam satu server (ratusan domain/website), apabila terjadi over load (down) karena proses yang tinggi dari satu account saja, otomatis semua account (website) di dalam server tersebut ikut terkena dampaknya alias down semua!! nah solusinya ya di kill *baca di hentikan* proses yang tinggi tersebut agar tidak berulang, account harus di suspend. Dalam hal ini admin tidak perlu konfirmasi terlebih dahulu ke pemilik sebelum di suspend, keburu kabur semua ntar klient nya hehe.. sewalah VPS kalau memang website anda membutuhkan resource CPU yang gede..</li>
<li>Perhatikan cara komplainnya, jangan dahulukan emosi yang penting sabar dan mau menerima keputusan dengan bijak *metuwek mode ON*, baca tips2 agar komplain cepet di respon <a href="http://laros.web.id/tips-agar-komplain-kita-cepat-di-respon-2.html" target="_self">di sini.</a></li>
</ul>
<p>Saran saya buat temen2 blogger kalau ingin mempublish hal semacam itu mending di <a href="http://www.diskusiwebhosting.com/" target="_self">forum diskusi web hosting</a> di sana kita bisa saling mendengarkan jawaban dari berbagai versi, versi seorang admin/penyedia web hosting dan juga versi pelanggan/pemakai web hosting, jadi istilahnya diskusi bukan menghakimi.</p>
<p>Pandangan lain silahkan isi komentar hehe.. (ingat jangan esmosi :P )</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/" title="Tips Agar Komplain Kita Cepat di Respon">Tips Agar Komplain Kita Cepat di Respon</a> (6)</li><li><a href="http://laros.web.id/2009/04/18/salah-kok-ngotot/" title="Salah kok ngotot ">Salah kok ngotot </a> (7)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2008/12/24/begitu-mudahnya-blogger-mengadili-perusahaan-webhosting-2/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Tingkatkan Trafik Dengan Keyword Pornografi</title>
		<link>http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/</link>
		<comments>http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 07:47:38 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Go-blog]]></category>
		<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Ngeblogz]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[tips and trik]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=78</guid>
		<description><![CDATA[Di postingan kali ini dan berikutnya saya akan mencoba, meneliti, menganalisis dan melihat perbedaan trafik blog setelah menggunakan keyword yang berbau pornografi, menurut teman2 blogger melanggar hukum gak ya? pak polisi saya jangan di tangkap ya.. hehe piss&#8230; Kemaren waktu blogwalking sempet nemuin beberapa blog yang menggunakan keyword yang berbau pornografi untuk ningkatin trafik dia, [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F18%2Ftingkatkan-trafik-dengan-keyword-pornografi%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F18%2Ftingkatkan-trafik-dengan-keyword-pornografi%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Di postingan kali ini dan berikutnya saya akan mencoba, meneliti, menganalisis dan melihat perbedaan trafik blog setelah menggunakan keyword yang berbau pornografi, menurut teman2 blogger melanggar hukum gak ya? pak polisi saya jangan di tangkap ya.. hehe piss&#8230;</p>
<p>Kemaren waktu blogwalking sempet nemuin beberapa blog yang menggunakan keyword yang berbau pornografi untuk ningkatin trafik dia, kayaknya seh berhasil juga, klo teman2 juga pengen nyoba gunakan keyword seperti berikut hehe..: Koleksi foto gadis bugil, gadis sma bugil, cewek sma ngentot, julia perez bugil, download bokep 3gp, mahasiswa ngentot, tante sex, istri selingkuh, cerita hot, cerita panas, foto bugil, download video mesum, pemerkosaan, foto bugil mahasiswa, cewek panggilan, download koleksi 3gp, download video mesum siswi brebes, warung esek esek, remang remang, ayam kampus, ayam kampung, ayam goreng,  wah banyak banget keyword yang ginian gak cukup ne satu halaman.. :))</p>
<p>Dah segini dulu kita lihat hasilnya, klo berhasil bisa di ulang. gubraakk.. :))</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2008/12/19/alexa-widget-error/" title="Alexa Widget Error?">Alexa Widget Error?</a> (16)</li><li><a href="http://laros.web.id/2008/12/13/semangat-meningkatkan-rangking-alexa/" title="Semangat Meningkatkan Rangking Alexa">Semangat Meningkatkan Rangking Alexa</a> (11)</li><li><a href="http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/" title="Cara Pasang TV Online di Web atau Blog">Cara Pasang TV Online di Web atau Blog</a> (9)</li><li><a href="http://laros.web.id/2009/09/12/switch-to-default-theme/" title="Switch to default theme">Switch to default theme</a> (0)</li><li><a href="http://laros.web.id/2008/12/27/plugins-top-komentator-hadiah-untuk-teman-2/" title="Plugins Top Komentator Hadiah Untuk Teman">Plugins Top Komentator Hadiah Untuk Teman</a> (17)</li><li><a href="http://laros.web.id/2008/12/17/cara-install-fasterfox-di-browser-firefox-3/" title="Cara Install Fasterfox di Browser Firefox 3.0.0">Cara Install Fasterfox di Browser Firefox 3.0.0</a> (12)</li><li><a href="http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/" title="Tips Agar Komplain Kita Cepat di Respon">Tips Agar Komplain Kita Cepat di Respon</a> (6)</li><li><a href="http://laros.web.id/2008/12/10/wajah-baru-laros-web-id/" title="Wajah Baru Laros.web.id">Wajah Baru Laros.web.id</a> (9)</li><li><a href="http://laros.web.id/2008/10/15/updateeeee/" title="updateeeee">updateeeee</a> (1)</li><li><a href="http://laros.web.id/2008/07/26/review-klikjualbelicom-yuk/" title="Review klikjualbeli.com yuk">Review klikjualbeli.com yuk</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Cara Install Fasterfox di Browser Firefox 3.0.0</title>
		<link>http://laros.web.id/2008/12/17/cara-install-fasterfox-di-browser-firefox-3/</link>
		<comments>http://laros.web.id/2008/12/17/cara-install-fasterfox-di-browser-firefox-3/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 18:31:49 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[add ons fasterfox 3.0]]></category>
		<category><![CDATA[add ons fasterfox for firefox 3]]></category>
		<category><![CDATA[cara add on fasterfox]]></category>
		<category><![CDATA[cara instal adds on fastfox]]></category>
		<category><![CDATA[faster fox ad on terbaru]]></category>
		<category><![CDATA[fasterfox]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tips and trik]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=76</guid>
		<description><![CDATA[Teman-teman sudah tahu apa itu Fasterfox? Yups, Fasterfox adalah fitur tambahan atau add-ons pada browser Firefox yang dapat meningkatkan kecepatan browsing kita. Seperti yang telah kita ketahui bersama bahwasanya fasterfox ini tidak dapat di gunakan atau tidak kompatible dengan firefox versi terbaru 3.0.0.* nah.. untuk mengakalinya silahkan ikuti langkah-langkah berikut ini.. Download add-ons Fasterfox di [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F17%2Fcara-install-fasterfox-di-browser-firefox-3%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F17%2Fcara-install-fasterfox-di-browser-firefox-3%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Teman-teman sudah tahu apa itu Fasterfox? Yups, Fasterfox adalah fitur tambahan atau add-ons pada browser Firefox yang dapat meningkatkan kecepatan browsing kita. Seperti yang telah kita ketahui bersama bahwasanya fasterfox ini tidak dapat di gunakan atau tidak kompatible dengan firefox versi terbaru 3.0.0.* nah.. untuk mengakalinya silahkan ikuti langkah-langkah berikut ini..</p>
<ol>
<li>Download add-ons Fasterfox <a href="http://fasterfox.mozdev.org/" target="_self">di sini</a>. Di sarankan download menggunakan IE atau opera, apabila Anda download menggunakan firefox jangan langsung klik kiri link downloadnya karena akan menjalankan script otomatis install pada firefox Anda, caranya silahkan klik kanan pada link download  pilih <strong>Save Link As</strong> dan simpan di desktop Anda. <img src="http://img75.imageshack.us/img75/1039/clipboard01cp7.jpg" alt="" width="232" height="43" /></li>
<li>Selanjutnya Anda akan butuh software unzip seperti Winzip atau WinRAR, silahkan download dan install di komputer Anda.</li>
<li>Klik kanan pada file fasterfox-2.0.0-fx.xpi dan pilih <strong>Add to  faster-fox-2.0.0-fx.xpi.rar . </strong><img src="http://img229.imageshack.us/img229/3441/clipboard02bf4.jpg" alt="" width="239" height="69" /></li>
<li>Pilih file winrar faster-fox-2.0.0-fx.xpi.rar yang baru kita buat, klik kanan pilih <strong>Open</strong>. <img src="http://img231.imageshack.us/img231/1695/clipboard03jw6.jpg" alt="" /></li>
<li>Pada halaman winrar yang muncul, klik kanan fasterfox-2.0.0-fx.xpi dan pilih View File atau tekan Alt + V maka akan muncul jendela baru winrar yang berisi beberapa file. <img src="http://img75.imageshack.us/img75/121/clipboard05oh4.jpg" alt="" width="303" height="92" /></li>
<li>Doble klik pada file install.rdf maka file akan terbuka dengan notepad. Kemudian cari dan edit garis kode <strong>&lt;&#8221;em:maxVersion&gt;2.0.0.*&lt;&#8221;/em:maxVersion&gt;</strong> menjadi <strong>&lt;&#8221;em:maxVersion&gt;3.0.5.*&lt;&#8221;/em:maxVersion&gt;</strong> Atau ganti 2.0.0* ke versi firefox 3 yang Anda gunakan (yang terbaru saat ini adalah versi 3.0.5.*). <img src="http://img229.imageshack.us/img229/1976/clipboard04nm0.jpg" alt="" /></li>
<li>Simpan file dengan nama yang sama, maka akan muncul jendela baru dan klik saja <strong>Yes. </strong>Selanjutnya tekan backspace untuk kembali ke halaman awal. <img src="http://img229.imageshack.us/img229/5619/clipboard06qe6.jpg" alt="" width="228" height="97" /></li>
<li>Terakhir klik dan drag file fasterfox-2.0.0-fx.xpi dari halaman winrar ke jendela firefox Anda dan klik <strong>Install</strong> kemudian restart firefox Anda.</li>
</ol>
<p>Selamat fasterfox sudah kompatible dengan firefox versi 3 Anda, silahkan menikmati kecepatan browser firefox yang baru hehe&#8230;</p>
<blockquote><p>Update 30 Desember Fasterfox 2.0 for Firefox 3.0.5*<br />
<a title="fasterfox for firefox 3.0.5" href="http://www.ziddu.com/download/3058743/fasterfox-2.0.0-fx.rar.html" target="_self">Download Fasterfox yang sudah di edit di sini.</a><a href="http://www.ziddu.com/download/2967556/fasterfox-2.0.0-fx.rar.html"></a></p></blockquote>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/" title="Tingkatkan Trafik Dengan Keyword Pornografi">Tingkatkan Trafik Dengan Keyword Pornografi</a> (13)</li><li><a href="http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/" title="Tips Agar Komplain Kita Cepat di Respon">Tips Agar Komplain Kita Cepat di Respon</a> (6)</li><li><a href="http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/" title="Cara Pasang TV Online di Web atau Blog">Cara Pasang TV Online di Web atau Blog</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2008/12/17/cara-install-fasterfox-di-browser-firefox-3/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Tips Agar Komplain Kita Cepat di Respon</title>
		<link>http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/</link>
		<comments>http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 18:12:58 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[tips and trik]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=75</guid>
		<description><![CDATA[Pernahkah Anda komplain karena Hosting atau Domain Anda bermasalah akan tetapi Customer Support tak kunjung merespon atau lama menjawab? Tips-tips berikut mungkin akan berguna untuk Anda hehe.. Cek atau teliti dulu masalah apa yang sedang kita temui, karena bisa saja koneksi internet kita yang down atau mungkin malah komputer kita yang trouble.. (kan malu hehe&#8230;) [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F16%2Ftips-agar-komplain-kita-cepat-di-respon-2%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F16%2Ftips-agar-komplain-kita-cepat-di-respon-2%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft" style="float: left;" src="http://www.wandcorp.com/images/customer_support_.jpg" alt="" width="225" height="221" />Pernahkah Anda komplain karena Hosting atau Domain Anda bermasalah akan tetapi Customer Support tak kunjung merespon atau lama menjawab? Tips-tips berikut mungkin akan berguna untuk Anda hehe..</p>
<ol>
<li>Cek atau teliti dulu masalah apa yang sedang kita temui, karena bisa saja koneksi internet kita yang down atau mungkin malah komputer kita yang trouble.. (kan malu hehe&#8230;)</li>
<li>Biasakan googling dulu sebelum komplain ke customer support, problem atau pesan error yang muncul apa? jadikan itu sebagai keyword di google kemudian praktekkan sendiri, di lain sisi kita juga sambil belajar. Apabila dengan dua cara di atas tidak berhasil maka jalan terakhir adalah komplain..</li>
<li>Komplain pada bagian yang tepat, masalah pembayaran invoice dll ke bagian billing, masalah teknis ke bagian support.</li>
<li>Ucapkan salam dan jangan sekali-kali nge-buzz, seorang customer support akan lebih senang bila menerima komplain pelanggan yang sopan, ingat mereka juga manusia (bukan robot) lho..</li>
<li>Jelaskan dengan singkat, jelas dan padat masalahnya jangan bertele-tele, berikan pesan error yang muncul atau screenshot nya kalau perlu.</li>
<li>Kalau chat di ym tidak di jawab bagaimana? hm.. sabar dulu mungkin beliau sedang istirahat atau sedang tidak di tempat, jadi tinggalkan offmessage saja dan kirim email ke supportnya, pesan anda akan di balas apabila cs sudah kembali. Kalau keperluan sangat mendesak gimana? gampang telp saja hehe..</li>
<li>Simak jawaban yang di berikan oleh customer support, kalau problem ada di server hosting maka merekalah yang bertanggung jawab menyelesaikannya dan apabila problem ada di sisi kita (misal: design web, koneksi internet) maka seorang cs hosting hanya bisa membantu mengarahkan sebisa mereka, selebihnya kita serahkan pada penanggung jawab masing-masing.</li>
<li>Bersabarlah kalau seorang customer support sedang bekerja untuk kita dan jangan terus-terusan tanya, ingat cs juga manusia yang punya rasa capek dan letih terlebih lagi mereka tidak hanya melayani satu orang saja..</li>
<li>Terakhir Jangan lupa ucapkan Terima Kasih kalau problem sudah terselesaikan hehe&#8230;</li>
</ol>
<p>Sekian tips dan trik dari saya semoga komplain Anda lancar-lancar saja :))</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2008/12/24/begitu-mudahnya-blogger-mengadili-perusahaan-webhosting-2/" title="Begitu Mudahnya Blogger Mengadili Penyedia Webhost">Begitu Mudahnya Blogger Mengadili Penyedia Webhost</a> (19)</li><li><a href="http://laros.web.id/2009/04/18/salah-kok-ngotot/" title="Salah kok ngotot ">Salah kok ngotot </a> (7)</li><li><a href="http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/" title="Tingkatkan Trafik Dengan Keyword Pornografi">Tingkatkan Trafik Dengan Keyword Pornografi</a> (13)</li><li><a href="http://laros.web.id/2008/12/17/cara-install-fasterfox-di-browser-firefox-3/" title="Cara Install Fasterfox di Browser Firefox 3.0.0">Cara Install Fasterfox di Browser Firefox 3.0.0</a> (12)</li><li><a href="http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/" title="Cara Pasang TV Online di Web atau Blog">Cara Pasang TV Online di Web atau Blog</a> (9)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Semangat Meningkatkan Rangking Alexa</title>
		<link>http://laros.web.id/2008/12/13/semangat-meningkatkan-rangking-alexa/</link>
		<comments>http://laros.web.id/2008/12/13/semangat-meningkatkan-rangking-alexa/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 08:26:15 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Go-blog]]></category>
		<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[Alexa]]></category>
		<category><![CDATA[Ngeblogz]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=69</guid>
		<description><![CDATA[Sebenernya malu juga sih mau posting tentang ranking alexa soalnya rankingku sendiri masih 700rb + hehe&#8230;  nie temen-temen blogger yang lain biar semangat ok!! di bawah ini adalah perjalanan ranking alexa laros.web.id yang sempet saya catat.. 17 Juni 2008 #24.592.376 &#8212; pertama launching, rank masih berjuta-juta.. 19 Juni 2008 #8.048.561 25 Juni 2008 #4.010.981 28 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F13%2Fsemangat-meningkatkan-rangking-alexa%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F13%2Fsemangat-meningkatkan-rangking-alexa%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p>Sebenernya malu juga sih mau posting tentang ranking alexa soalnya rankingku sendiri masih 700rb + hehe&#8230;  nie temen-temen blogger yang lain biar semangat ok!! di bawah ini adalah perjalanan ranking alexa laros.web.id yang sempet saya catat..<br />
<script src="http://xslt.alexa.com/site_stats/js/s/a?url=http%3A%2F%2Flaros.web.id" type="text/javascript"></script><br />
17 Juni 2008 #24.592.376 &#8212; pertama launching, rank masih berjuta-juta..<br />
19 Juni 2008 #8.048.561<br />
25 Juni 2008 #4.010.981<br />
28 Juni 2008 #3.170.041<br />
02 July 2008 #2.799.797<br />
05 July 2008 #2.379.949<br />
13 July 2008 #1.993.608<br />
02 Nopember #975.889 &#8212; lama gak update blog , sibuk mode [ON]<br />
06 Desember #805.013 &#8212; mulai aktif lagi<br />
10 Desember #782.498<br />
13 Desember #713.556</p>
<p>Dari history di atas sudah kelihatan kalau update blog sangat berpengaruh pada ranking alexa kita, berikut tips dan trik untuk teman-teman blogger lain agar ranking alexanya bertambah tinggi.. (versi saya hehe..)</p>
<ol>
<li>Rajin update content blog, posting apa saja lah yang penting update :)) (tentunya di utamakan posting tentang alexa)</li>
<li>Rajin mengunjungi blogger lain dan beri komentar pada postingan mereka, manfaatnya? agar mereka berkunjung balik ke blog kita, otomatis berpengaruh pada trafic dan rank alexa kita.</li>
<li>Terapkan teknik SEO (Search Engine Optimation) pada content blog kita.</li>
<li>Pasang widget Alexa Rank di sidebar kita, widget bisa di dapatkan langsung <a href="http://www.alexa.com/site/site_stats/signup" target="_self">di sini.</a></li>
<li>Install Alexa Sparky atau Alexa Toolbar di browser firefox kita, download <a href="http://www.alexa.com/site/download" target="_self">di sini.</a></li>
<li>Terakhir jadikan blog kita sebagai Home Page, jadi setiap kali kita buka browser otomatis muncul blog kita.</li>
</ol>
<blockquote><p>note: tips no 6 akan sangat berhasil kalau pemilik blog seorang pengusaha atau pengelola warnet, jadi setiap pc di setting home page ke blog atau website kita hehe&#8230;</p></blockquote>
<p>Sekian tips dan trik dari saya semoga bermanfaat bagi seluruh umat blogger hwekeke&#8230;</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2008/12/19/alexa-widget-error/" title="Alexa Widget Error?">Alexa Widget Error?</a> (16)</li><li><a href="http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/" title="Tingkatkan Trafik Dengan Keyword Pornografi">Tingkatkan Trafik Dengan Keyword Pornografi</a> (13)</li><li><a href="http://laros.web.id/2009/09/12/switch-to-default-theme/" title="Switch to default theme">Switch to default theme</a> (0)</li><li><a href="http://laros.web.id/2008/12/27/plugins-top-komentator-hadiah-untuk-teman-2/" title="Plugins Top Komentator Hadiah Untuk Teman">Plugins Top Komentator Hadiah Untuk Teman</a> (17)</li><li><a href="http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/" title="Cara Pasang TV Online di Web atau Blog">Cara Pasang TV Online di Web atau Blog</a> (9)</li><li><a href="http://laros.web.id/2008/12/10/wajah-baru-laros-web-id/" title="Wajah Baru Laros.web.id">Wajah Baru Laros.web.id</a> (9)</li><li><a href="http://laros.web.id/2008/10/15/updateeeee/" title="updateeeee">updateeeee</a> (1)</li><li><a href="http://laros.web.id/2008/07/26/review-klikjualbelicom-yuk/" title="Review klikjualbeli.com yuk">Review klikjualbeli.com yuk</a> (2)</li><li><a href="http://laros.web.id/2008/07/26/wordpress-premium-theme/" title="Wordpress Premium Theme">Wordpress Premium Theme</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2008/12/13/semangat-meningkatkan-rangking-alexa/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Cara Pasang TV Online di Web atau Blog</title>
		<link>http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/</link>
		<comments>http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 12:25:25 +0000</pubDate>
		<dc:creator>De LarOs</dc:creator>
				<category><![CDATA[Go-blog]]></category>
		<category><![CDATA[Tips and Trick]]></category>
		<category><![CDATA[cara memasang acara tv di blog]]></category>
		<category><![CDATA[cara memasang tv online di blog]]></category>
		<category><![CDATA[cara memasang tv online di web]]></category>
		<category><![CDATA[cara memasang tv online diblog]]></category>
		<category><![CDATA[cara mencari id stream tv online]]></category>
		<category><![CDATA[cara pasang acara tv di blog]]></category>
		<category><![CDATA[cara pasang tv di blog]]></category>
		<category><![CDATA[cara pasang tv di website]]></category>
		<category><![CDATA[cara pasang tv obline di blog]]></category>
		<category><![CDATA[cara pasang tv online di blog]]></category>
		<category><![CDATA[cara pasang tv online di blog terbaru]]></category>
		<category><![CDATA[cara pasang tv online di website]]></category>
		<category><![CDATA[memasang tv online di blog]]></category>
		<category><![CDATA[Ngeblogz]]></category>
		<category><![CDATA[pasang tv di blog]]></category>
		<category><![CDATA[pasang tv di website]]></category>
		<category><![CDATA[pasang tv online di blog]]></category>
		<category><![CDATA[pasang tv online indonesia di blog]]></category>
		<category><![CDATA[pasng tv online di blog]]></category>
		<category><![CDATA[tips and trik]]></category>
		<category><![CDATA[widget indowebtv online]]></category>

		<guid isPermaLink="false">http://laros.web.id/?p=68</guid>
		<description><![CDATA[Untuk teman-teman yang belum ada pesawat televisi di tempat kerja atau kamar kostnya sekarang bisa menggunakan layanan dari indoweb.tv untuk sekedar menonton acara tivi favorit, channelnya pun sudah sangat lengkap dan sudah di bagi menurut kategori channel (general, anak-anak, musik, news dll.). Untuk menggunakan fasilitas ini browser Anda harus sudah terinstall software atau plugin Flash [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F11%2Fpasang-tv-online-di-web-atau-blog%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Flaros.web.id%2F2008%2F12%2F11%2Fpasang-tv-online-di-web-atau-blog%2F&amp;source=larosde&amp;style=normal&amp;service=bit.ly&amp;service_api=R_83145fd0a7f8da09c461bec27d8bc263&amp;space=1" height="61" width="50" /><br />
			</a>
		</div>
<p><img class="alignleft" style="float: left;" src="http://img132.imageshack.us/img132/6718/clipboard01nk0.jpg" alt="" width="272" height="190" />Untuk teman-teman yang belum ada pesawat televisi di tempat kerja atau kamar kostnya sekarang bisa menggunakan layanan dari <a href="http://indoweb.tv">indoweb.tv</a> untuk sekedar menonton acara tivi favorit, channelnya pun sudah sangat lengkap dan sudah di bagi menurut kategori channel (general, anak-anak, musik, news dll.). Untuk menggunakan fasilitas ini browser Anda harus sudah terinstall software atau plugin Flash Media Player, plugin ini bisa di download <a href="http://www.adobe.com/support/flash/downloads.html" target="_self">disini.</a></p>
<p>Selain langsung menuju ke alamat web indoweb.tv Anda juga bisa memasang TV Online tersebut di blog atau web masing-masing, caranya silahkan copy code di bawah ini kemudian paste di halaman html blog Anda, untuk contoh bisa di lihat <a href="http://laros.web.id/tivi">disini</a>.  Satu lagi kebutuhan bandwith minimal adalah 384kbps kalau koneksi Anda masih di bawah nilai tersebut ya siap siap tersendat-sendat aja hehehe..</p>
<blockquote><p>&lt;iframe name=&#8217;tvchannelindoweb&#8217; frameborder=&#8221;0&#8243; scrolling=&#8217;no&#8217; marginwidth=&#8217;0&#8242; marginheight=&#8217;0&#8242; width=&#8217;450&#8242; height=&#8217;360&#8242; src=&#8217;http://www.indoweb.tv/embed.php&#8217; border=&#8217;0&#8242;&gt;&lt;/iframe&gt;</p></blockquote>
<p>Silahkan nonton tivi sepuasnya :P .</p>
<h3  class="related_post_title">Related Posts:</h3><ul class="related_post"><li><a href="http://laros.web.id/2008/12/18/tingkatkan-trafik-dengan-keyword-pornografi/" title="Tingkatkan Trafik Dengan Keyword Pornografi">Tingkatkan Trafik Dengan Keyword Pornografi</a> (13)</li><li><a href="http://laros.web.id/2009/09/12/switch-to-default-theme/" title="Switch to default theme">Switch to default theme</a> (0)</li><li><a href="http://laros.web.id/2008/12/27/plugins-top-komentator-hadiah-untuk-teman-2/" title="Plugins Top Komentator Hadiah Untuk Teman">Plugins Top Komentator Hadiah Untuk Teman</a> (17)</li><li><a href="http://laros.web.id/2008/12/19/alexa-widget-error/" title="Alexa Widget Error?">Alexa Widget Error?</a> (16)</li><li><a href="http://laros.web.id/2008/12/17/cara-install-fasterfox-di-browser-firefox-3/" title="Cara Install Fasterfox di Browser Firefox 3.0.0">Cara Install Fasterfox di Browser Firefox 3.0.0</a> (12)</li><li><a href="http://laros.web.id/2008/12/16/tips-agar-komplain-kita-cepat-di-respon-2/" title="Tips Agar Komplain Kita Cepat di Respon">Tips Agar Komplain Kita Cepat di Respon</a> (6)</li><li><a href="http://laros.web.id/2008/12/13/semangat-meningkatkan-rangking-alexa/" title="Semangat Meningkatkan Rangking Alexa">Semangat Meningkatkan Rangking Alexa</a> (11)</li><li><a href="http://laros.web.id/2008/12/10/wajah-baru-laros-web-id/" title="Wajah Baru Laros.web.id">Wajah Baru Laros.web.id</a> (9)</li><li><a href="http://laros.web.id/2008/10/15/updateeeee/" title="updateeeee">updateeeee</a> (1)</li><li><a href="http://laros.web.id/2008/07/26/review-klikjualbelicom-yuk/" title="Review klikjualbeli.com yuk">Review klikjualbeli.com yuk</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://laros.web.id/2008/12/11/pasang-tv-online-di-web-atau-blog/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
