<?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>Istanto Blog - Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online. &#187; Miscellaneous</title>
	<atom:link href="http://www.istanto.net/category/miscellaneous-category/feed" rel="self" type="application/rss+xml" />
	<link>http://www.istanto.net</link>
	<description>Online Business, Short Reviews, Computers and Internet, Tips and Trick, Make Money Online.</description>
	<lastBuildDate>Sat, 04 Feb 2012 23:09:00 +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>ScalaHosting Review</title>
		<link>http://www.istanto.net/scalahosting-review.html</link>
		<comments>http://www.istanto.net/scalahosting-review.html#comments</comments>
		<pubDate>Thu, 05 Jan 2012 06:12:41 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Short Reviews]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[scalahosting]]></category>
		<category><![CDATA[short review]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2563</guid>
		<description><![CDATA[After searching on hosting review I found out most people like scalahosting and recommended them as good hosting provider. I try using their hosting service with start plan, everything was fine until one day&#8230; The problem is still not coming after I add my domain mp3zap.net on there. In next 24 hour scalahosting email me [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After searching on hosting review I found out most people like scalahosting and recommended them as good hosting provider. I try using their hosting service with start plan, everything was fine until one day&#8230; The problem is still not coming after I add my domain mp3zap.net on there. In next 24 hour scalahosting email me and tell me this site has reach limit they provided in their hosting service.</p>
<p style="text-align: justify;">They asking me to upgrade but not using shared hosting I just can use VPS/DS for this site. I think it&#8217;s only marketing strategy. I believe once host company email and complain about abuse on their server I won&#8217;t use them anymore. Enough! I&#8217;m back to HostMonster again my lovely host provider and they not complaint to me after I add this site to my account.</p>
<p style="text-align: justify;">In short review ScalaHosting is good hosting for small site, budget site, but not great for development site. Mp3zap only received around 300 unique visitors daily but scala claim script consume more than 10% cpu resource. I buy this script from someone and everything inside has decrypted using ioncube, I can&#8217;t do optimization. The good side for scalahosting, they not disable all my site instanlty but they waiting for my action in next 24 hours I really appreciate that.</p>
<p style="text-align: justify;">So If you&#8217;re looking for great shared hosting I recommended HostMonster and HostGator, Arvixe also fine but not great but they still can be negotiated if there is problem. ScalaHosting, Hawkhost, JustHost is limited hosting, they won&#8217;t allow traffic site on their server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/scalahosting-review.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: How To Created Youtube Related Video</title>
		<link>http://www.istanto.net/php-how-to-created-youtube-related-video.html</link>
		<comments>http://www.istanto.net/php-how-to-created-youtube-related-video.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 13:50:40 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[related video]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[youtube related]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2537</guid>
		<description><![CDATA[This stupid idea come into my head when I analyze the most keywords coming to one of my lyrics site. Mostly people coming to my site with a relevant keyword, example: song title and artist name. I need something to make an interactive place for them to keep them coming back. I was thinking about [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This <em>stupid</em> idea come into my head when I analyze the most keywords coming to one of my lyrics site. Mostly people coming to my site with a relevant keyword, example: song title and artist name. I need something to make an interactive place for them to keep them coming back. I was thinking about an video preview and it ended with related video idea.</p>
<p style="text-align: justify;">On this short articles I will share the way to created youtube related video using combination of PHP and javascript (using wordpress as CMS, of course you can edit it to fit your site). This feature will fits for mp3 sites or reviews related site which may need related video to give more information to visitors.</p>
<p style="text-align: justify;">First we will need this javascript code:</p>
<blockquote><p>function ytlist(data) {<br />
var feed = data.feed;<br />
var entries = feed.entry || [];<br />
var html = ['&lt;ul class="yt-related"&gt;'];<br />
for (var i = 0; i &lt; entries.length; i++) {<br />
var entry = entries[i];<br />
var thumbnailUrl = entries[i].media$group.media$thumbnail[0].url;<br />
var playerUrl = entries[i].media$group.media$content[0].url;<br />
html.push(&#8216;&lt;li onclick=&#8221;loadVideo(\&#8221;, playerUrl, &#8216;\&#8217;, true)&#8221;&gt;&#8217;, &#8216;&lt;img src=&#8221;&#8216;, thumbnailUrl, &#8216;&#8221; width=&#8221;130&#8243; height=&#8221;90&#8243;/&gt;&#8217;, &#8216;&lt;/span&gt;&lt;/li&gt;&#8217;);<br />
}<br />
html.push(&#8216;&lt;/ul&gt;&lt;br style=&#8221;clear: left;&#8221;/&gt;&#8217;);<br />
document.getElementById(&#8216;ytlist&#8217;).innerHTML = html.join(&#8221;);<br />
if (entries.length &gt; 0) {<br />
loadVideo(entries[0].media$group.media$content[0].url, false);<br />
}<br />
}<br />
function loadVideo(playerUrl, autoplay) {<br />
var atts = {<br />
id: &#8216;ytbox&#8217;<br />
};<br />
swfobject.embedSWF(playerUrl + &#8216;&amp;fs=1&amp;enablejsapi=1&amp;autoplay=&#8217; + (autoplay ? 1 : 0), &#8216;player&#8217;, &#8217;500&#8242;, &#8217;300&#8242;, &#8217;9.0.0&#8242;, false, false, {<br />
allowfullscreen: &#8216;true&#8217;<br />
}, {<br />
allowscriptaccess: &#8216;always&#8217;<br />
});<br />
}<br />
function setVisibility(id, visibility) {<br />
document.getElementById(id).style.display = visibility;</p></blockquote>
<p style="text-align: justify;">Save it as yt.js or get it directly from here <a href="http://www.istanto.net/files/yt.js" target="_blank">yt.js</a> upload it into the right place (in this sample I used wordpress so I put it into themes folder). Next in your header site put this code before &lt;/head&gt; tag</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://<strong>YOURDOMAIN</strong>/<strong>PATH</strong>/yt.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://swfobject.googlecode.com/svn/trunk/swfobject/swfobject.js&#8221;&gt;&lt;/script&gt;</p></blockquote>
<p style="text-align: justify;">After this done create CSS file or add this code bellow if you&#8217;re already have the CSS file.</p>
<blockquote><p>#yt{background:#FFF;width:575px}<br />
.close{background:#eee;font-size:12px;height:20px;text-align:right;width:500px}<br />
.close a{color:#111}<br />
ul.yt-related li{cursor:pointer;float:left;list-style:none;margin:5px;width:130px}<br />
ul.yt-related{margin-bottom:10px;margin-top:10px}<br />
#ytbox{display:none;float:left;height:300px;margin:20px;width:500px}<br />
#player{margin-bottom:20px}<br />
#ytlist{margin-top:10px}</p></blockquote>
<p style="text-align: justify;">Last step is just put this code in area where you want related video shown. Because in this sample I used wordpress I put this code on single.php and using &lt;?php the_title(); ?&gt; as the keyword for related video (you can change this to anything you like).</p>
<blockquote><p>&lt;div id=&#8221;yt&#8221;&gt; &lt;h4&gt;Video Terkait Tentang &lt;?php the_title(); ?&gt;&lt;/h4&gt;<br />
&lt;div id=&#8221;ytbox&#8221;&gt;<br />
&lt;div class=&#8221;close&#8221;<br />
onclick=&#8221;setVisibility(&#8216;ytbox&#8217;, &#8216;none&#8217;);&#8221;&gt;<br />
&lt;center&gt;&lt;a href=&#8221;javascript:void(0)&#8221;&gt;Selesai Menonton&lt;/a&gt;&lt;/center&gt;<br />
&lt;/div&gt;<br />
&lt;object id=&#8221;player&#8221;&gt;&lt;/object&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;ytlist&#8221; onclick=&#8221;setVisibility(&#8216;ytbox&#8217;, &#8216;block&#8217;);&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;center&gt;&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://gdata.youtube.com/feeds/api/videos?q=&lt;?php the_title(); ?&gt;&amp;alt=json-in-script&amp;callback=ytlist&amp;max-results=4&amp;format=5&#8243;&gt;<br />
&lt;/script&gt;&lt;/center&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;yt&#8221;&gt; &lt;h4&gt;Video Terkait Tentang &lt;?php the_title(); ?&gt;&lt;/h4&gt;<br />
&lt;div id=&#8221;ytbox&#8221;&gt;<br />
&lt;div class=&#8221;close&#8221;<br />
onclick=&#8221;setVisibility(&#8216;ytbox&#8217;, &#8216;none&#8217;);&#8221;&gt;<br />
&lt;center&gt;&lt;a href=&#8221;javascript:void(0)&#8221;&gt;<strong>Selesai Menonton</strong>&lt;/a&gt;&lt;/center&gt;<br />
&lt;/div&gt;<br />
&lt;object id=&#8221;player&#8221;&gt;&lt;/object&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;ytlist&#8221; onclick=&#8221;setVisibility(&#8216;ytbox&#8217;, &#8216;block&#8217;);&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;center&gt;&lt;script type=&#8221;text/javascript&#8221;<br />
src=&#8221;http://gdata.youtube.com/feeds/api/videos?q=<strong>&lt;?php the_title(); ?&gt;</strong>&amp;alt=json-in-script&amp;callback=ytlist&amp;max-results=<strong>4</strong>&amp;format=<strong>5</strong>&#8220;&gt;<br />
&lt;/script&gt;&lt;/center&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>The result will be like this sample:</p>
<p><a href="http://www.istanto.net/wp-content/uploads/2011/08/ist-related-video.jpg"><img class="aligncenter size-medium wp-image-2539" title="ist-related-video" src="http://www.istanto.net/wp-content/uploads/2011/08/ist-related-video-293x300.jpg" alt="" width="293" height="300" /></a></p>
<p style="text-align: justify;">You can check the live sample in here <a title="judas" href="http://lyrics.mp3zap.net/judas.html" target="_blank">http://lyrics.mp3zap.net/judas.html</a> Try opening another post and check the related video it will automatically searching related video on youtube using post title as keyword.</p>
<p style="text-align: justify;">Have problem to integrate? don&#8217;t be shy to asking as long I&#8217;m not busy I will help. That&#8217;s share for today, Have a nice day <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/php-how-to-created-youtube-related-video.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove Conficker.A and Conficker.B Variant</title>
		<link>http://www.istanto.net/how-to-remove-conficker-a-and-conficker-b-variant.html</link>
		<comments>http://www.istanto.net/how-to-remove-conficker-a-and-conficker-b-variant.html#comments</comments>
		<pubDate>Fri, 10 Jun 2011 11:42:35 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Conficker]]></category>
		<category><![CDATA[conficker memory checker]]></category>
		<category><![CDATA[conficker removal tool]]></category>
		<category><![CDATA[conficker.a]]></category>
		<category><![CDATA[conficker.b]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[LOL]]></category>
		<category><![CDATA[remove conficker.a conficker.b variant]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2491</guid>
		<description><![CDATA[This is really strange case on one of my cycber cafe computer. I used ESET/NOD32 antivirus to check all computers in my networks but the result is clean. One I notice is explorer.exe and svchost.exe use to much CPU usage and Memory. I sense there is something strange because usually this computer can run faster. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">This is really strange case on one of my cycber cafe computer. I used ESET/NOD32 antivirus to check all computers in my networks but the result is clean. One I notice is <em>explorer.exe</em> and <em>svchost.exe</em> use to much CPU usage and Memory. I sense there is something strange because usually this computer can run faster.</p>
<p style="text-align: justify;">After checked it with this <a href="http://net.cs.uni-bonn.de/uploads/media/conciller.exe" target="_blank">small tools memory checker</a> finally I found the problem, my computers infected with Conficker.B Variant, It&#8217;s really funny when commercial antivirus say my computer clean.. LOL..</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/conficker.jpg"><img class="aligncenter size-medium wp-image-2493" title="conficker" src="http://www.istanto.net/wp-content/uploads/2011/06/conficker-300x146.jpg" alt="" width="300" height="146" /></a></p>
<p style="text-align: justify;">The Conficker.B variant a little strange, I still can open Microsoft website. The important key to sense if your computers infected is if your computer run slow than usual. Check with that small memory tools and you may find something <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #339966;">How to to remove Conficker.A and Conficker.B Variant</span></span></p>
<p style="text-align: justify;"><span style="color: #000000;">I&#8217;m to lazy for writing manual step, because conficker has to many variant I won&#8217;t you blame me if some conficker variant manual removal won&#8217;t work for yourself. Just download this <a href="http://download.cnet.com/Conficker-Removal-Tool/3000-2239_4-10911447.html" target="_blank">conficker removal tools</a> and before run it make sure you&#8217;re disconnected from any local network or Internet. There is fourth (4) step you have to follow using this tools.</span></p>
<p style="text-align: justify;"><span style="color: #000000;">After you <del>kicked out</del> this conficker <span style="text-decoration: underline;"><strong>you should update your computers security</strong></span><strong>!!!</strong> It&#8217;s to prevent this worm back and anoying you once again. This really happen to me when I&#8217;m to lazy for update my windows the virus back again in just 1 hours haha..</span></p>
<p style="text-align: justify;"><span style="color: #000000;">Have a nice day everyone <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/how-to-remove-conficker-a-and-conficker-b-variant.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To: Remove SearchQU Virus</title>
		<link>http://www.istanto.net/how-to-remove-searchqu-virus.html</link>
		<comments>http://www.istanto.net/how-to-remove-searchqu-virus.html#comments</comments>
		<pubDate>Sat, 04 Jun 2011 20:50:31 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[manual remove searchqu]]></category>
		<category><![CDATA[remove searchqu]]></category>
		<category><![CDATA[searchqu]]></category>
		<category><![CDATA[searchqu remover]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[WINDOW]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2376</guid>
		<description><![CDATA[After a weeks analyze newest search term keywords coming to my blog I found there is a lot of request for articles about how to removing virus Searchqu (around 5%). In this short articles I will write how to remove SearchQU virus and bring back your computers to normal condition. Searchqu is a highly dangerous [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After a weeks analyze newest search term keywords coming to my blog I found there is a lot of request for articles about how to removing virus Searchqu (around 5%). In this short articles I will write how to remove SearchQU virus and bring back your computers to normal condition.</p>
<p style="text-align: justify;">Searchqu is a highly dangerous trojan which lures users to unknowingly perform corrupt actions on a targeted computer. Searchqu poses as an antispyware application that displays deceptive warnings and misleading scan results. It then asks for users to purchase it. Searchqu record the contents of all the instant messages you send or receive—along with the usernames and addresses of your IM partners. Searchqu record the entire contents of each chat room you visit—and log the usernames and addresses of other channel members. Searchqu pretends to be a legitimate software, but infact it’s a virus many computer users got currently, and antivirus won’t help, you need to remove Searchqu manually.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #008000;">2 simple step to  remove SearchQU virus</span></span></p>
<p style="text-align: justify;">1. Deleted this file list manually :</p>
<p style="text-align: justify;">%AppData%\searchqutoolbar\stat.log<br />
%AppData%\searchqutoolbar\uninstallStatIE.dat<br />
%AppData%\searchqutoolbar\uninstallIE.dat<br />
%AppData%\searchqutoolbar\stats.dat<br />
%AppData%\searchqutoolbar\guid.dat<br />
%AppData%\searchqutoolbar\preferences.dat<br />
%AppData%\searchqutoolbar\log.txt<br />
%AppData%\searchqutoolbar\dtx.ini<br />
%AppData%\searchqutoolbar\coupons\categories.xml<br />
%AppData%\searchqutoolbar\<br />
%AppData%\searchqutoolbar\version.xml<br />
%AppData%\searchqutoolbar\coupons\merchants2.xml<br />
%AppData%\searchqutoolbar\coupons\merchants.xml<br />
%Temp%\searchqutoolbar-manifest.xml</p>
<p style="text-align: justify;">Or you can created a manual batch file with content like this:</p>
<p style="text-align: justify;">del %AppData%\searchqutoolbar\stat.log<br />
del %AppData%\searchqutoolbar\uninstallStatIE.dat<br />
del %AppData%\searchqutoolbar\uninstallIE.dat<br />
del %AppData%\searchqutoolbar\stats.dat<br />
del %AppData%\searchqutoolbar\guid.dat<br />
del %AppData%\searchqutoolbar\preferences.dat<br />
del %AppData%\searchqutoolbar\log.txt<br />
del %AppData%\searchqutoolbar\dtx.ini<br />
del %AppData%\searchqutoolbar\coupons\categories.xml<br />
del %AppData%\searchqutoolbar\<br />
del %AppData%\searchqutoolbar\version.xml<br />
del %AppData%\searchqutoolbar\coupons\merchants2.xml<br />
del %AppData%\searchqutoolbar\coupons\merchants.xml<br />
del %Temp%\searchqutoolbar-manifest.xml</p>
<p style="text-align: justify;">Or download it from <a href="http://www.istanto.net/files/searchqu-remover.bat">here</a>&#8230;</p>
<p style="text-align: justify;">2. Remove this registry list manually:</p>
<p style="text-align: justify;">HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Toolbar &#8220;Searchqu Toolbar&#8221;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SearchQUIEHelper.DNSGuard\CLSID<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SearchQUIEHelper.DNSGuard.1\SearchQUIEHelper.DNSGuard<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\SearchQUIEHelper.DNSGuard\CurVer<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A40DC6C5-79D0-4ca8-A185-8FF989AF1115}\ProgID &#8220;SearchQUIEHelper.UrlHelper.1&#8243;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A40DC6C5-79D0-4ca8-A185-8FF989AF1115} &#8220;UrlHelper Class&#8221;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{A40DC6C5-79D0-4ca8-A185-8FF989AF1115}\VersionIndependentProgID &#8220;SearchQUIEHelper.UrlHelper&#8221;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{99079a25-328f-4bd4-be04-00955acaa0a7}\InprocServer32 &#8220;C:\PROGRA~1\WINDOW~4\ToolBar\searchqudtx.dll&#8221;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{99079a25-328f-4bd4-be04-00955acaa0a7} &#8220;Searchqu Toolbar&#8221;<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{99079a25-328f-4bd4-be04-00955acaa0a7} &#8220;Searchqu Toolbar&#8221;</p>
<p style="text-align: justify;">Or download <a href="http://www.istanto.net/files/searchqu-repair.inf">searchqu-repair.inf</a> from my blog, then right click on it ,choose install.</p>
<p style="text-align: justify;">3. Done.</p>
<p style="text-align: justify;">I&#8217;m not guarantee this way will works for everyone, <span style="text-decoration: underline;"><em>if there is new varian this step may not works</em></span>. Have a nice day everyone! <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/how-to-remove-searchqu-virus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Way To Protect Your Removable Device From Autorun Virus</title>
		<link>http://www.istanto.net/simple-way-to-protect-your-removable-device-from-autorun-virus.html</link>
		<comments>http://www.istanto.net/simple-way-to-protect-your-removable-device-from-autorun-virus.html#comments</comments>
		<pubDate>Thu, 02 Jun 2011 23:50:24 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[autorun.inf]]></category>
		<category><![CDATA[prevent virus infection]]></category>
		<category><![CDATA[removable device]]></category>
		<category><![CDATA[secure your data]]></category>
		<category><![CDATA[stop spreading virus]]></category>
		<category><![CDATA[stop virus autorun.inf infection]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows autorun]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2008</guid>
		<description><![CDATA[If your computers has been infected by virus it&#8217;s usually will generate autorun.inf file on your removable device. In most case this file will created with attributes hidden and read-only. Removable device with high possibilities to infected and spreading the virus are flashdisks and memory cards. Sometimes when you&#8217;re using removable device on infected computers [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If your computers has been infected by virus it&#8217;s usually will generate autorun.inf file on your removable device. In most case this file will created with attributes hidden and read-only. Removable device with high possibilities to infected and spreading the virus are flashdisks and memory cards. Sometimes when you&#8217;re using removable device on infected computers you will spread it to another computers without know what you&#8217;re doing.</p>
<p style="text-align: justify;">In this very short tips &amp; trick article I would like to give an simple and easy tips &amp; trick to protect your removable device got infected and spreading  the virus. Follow this simple step to secure your removable device:</p>
<ol>
<li style="text-align: justify;">Save your data from removable device (backup it to clean computers).</li>
<li style="text-align: justify;">After you backup your data, you can format your removable device to make sure it will back to default condition.</li>
<li style="text-align: justify;">After format completed, open your removable drive and created <strong>folder</strong> with name &#8220;autorun.inf&#8221; (without quote) give it attributes hidden and read-only. Don&#8217;t created <del>files</del> because this day virus are smart, they can change files attributes without your permission.</li>
<li style="text-align: justify;">Copy back your backup data into your removable device.</li>
<li style="text-align: justify;">Done!</li>
</ol>
<p style="text-align: justify;">Very simple, but this technique will works to prevents virus created or modify autorun.inf files into your removable device, <strong>I GUARANTEE</strong>. This simple way will help you to make sure your removable device always in clean condition and safe to used into another computers.</p>
<p style="text-align: justify;">Have a nice day <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/simple-way-to-protect-your-removable-device-from-autorun-virus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Class For Mobile Device Detection</title>
		<link>http://www.istanto.net/php-class-for-mobile-device-detection.html</link>
		<comments>http://www.istanto.net/php-class-for-mobile-device-detection.html#comments</comments>
		<pubDate>Wed, 25 May 2011 11:52:42 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[ads]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[mobile detection]]></category>
		<category><![CDATA[mobile detection class]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php mobile detector]]></category>
		<category><![CDATA[sample code to use mobile detector class]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=1687</guid>
		<description><![CDATA[If we are using wordpress we can easily using plugin to make switch button between desktop version or mobile version for our blog. Question is how if we&#8217;re not using wordpress or we already using another CMS which not contain mobile device detection or we want to build it from zero. In this short articles [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If we are using wordpress we can easily using plugin to make switch button between desktop version or mobile version for our blog. Question is how if we&#8217;re not using wordpress or we already using another CMS which not contain mobile device detection or we want to build it from zero. In this short articles I will write some technique to detecting mobile device or desktop device.</p>
<p style="text-align: justify;">Google really inspired my creativity after they allowed my country language showing ads in mobile version. There is 2 version ads which it&#8217;s only shown for Android or iPhone and another one is for all mobile device. I want to target the ad to maximize my revenue so I looking a better way to detecting mobile device.</p>
<p style="text-align: justify;">After searching yesterday I found one interesting project it was <a title="php mobile detect" href="http://code.google.com/p/php-mobile-detect/" target="_blank">php-mobile-detect</a>. Actually it PHP class to detecting all mobile device and some high-end device ex: android iphone, etc You can download php mobile detec class from <a title="php mobile detect class" href="http://code.google.com/p/php-mobile-detect/downloads/list" target="_blank">here</a>, open it, you may change something on there is you know about mobile device.</p>
<p style="text-align: justify;">Next, how to using this class. It&#8217;s very simple because they already documented it. First upload php mobile detect class and then created some php files with content like this:</p>
<p>include(&#8220;Mobile_Detect.php&#8221;);<br />
$detect = new Mobile_Detect();</p>
<p style="text-align: justify;">After that there is 7 device you can detect using this class&#8230; isAndroid(), isBlackberry(), isOpera(), isPalm(), isWindows(), isGeneric(), and isMobile.() Next, If I want to shown ad only for android phone then I just created php script with content like this sample:</p>
<p>if ($detect-&gt;isAndroid()) {<br />
// code to run for the Google Android platform<br />
}</p>
<p style="text-align: justify;">There is something missing on here, as we can see there is no detector for isDesktop() version. Don&#8217;t worry we can tricky it using some declaration. There is detector for isMobile() so we will using this variable. The sample code:</p>
<p>if (($detect-&gt;isMobile()) == false) {<br />
// code to run for the desktop version<br />
}</p>
<p style="text-align: justify;">That&#8217;s it! now we can sepearated users based on their device <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  and we can target ad to shown only for device required. This script was tested on my small project today, you can visited by click <a title="Facebook Status Via" href="http://facebook.istanto.net/index.php" target="_blank">this</a>. It&#8217;s not done yet but it&#8217;s already detecting what device you&#8217;re using to access it. Be creative, use your imagination to make a better coding!</p>
<p style="text-align: justify;">That&#8217;s it, Have a nice day everyone! <img src='http://www.istanto.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.istanto.net/php-class-for-mobile-device-detection.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

