<?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; Computer And Internet</title>
	<atom:link href="http://www.istanto.net/category/computer-and-internet/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>How To Fix WordPress Database Error</title>
		<link>http://www.istanto.net/how-to-fix-wordpress-database-error.html</link>
		<comments>http://www.istanto.net/how-to-fix-wordpress-database-error.html#comments</comments>
		<pubDate>Mon, 07 Nov 2011 03:37:46 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tips & Trick]]></category>
		<category><![CDATA[database error]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql cache]]></category>
		<category><![CDATA[optimize database]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2559</guid>
		<description><![CDATA[If you are using wordpress or other cms and have a lot of data in you sql, your site usually will unavailable with common message database error. What actually error on your database? Nothing, this is all about query limitation on your hosting. Your blog will grown in time, say in the last months you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you are using wordpress or other cms and have a lot of data in you sql, your site usually will unavailable with common message database error. What actually error on your database? Nothing, this is all about query limitation on your hosting. Your blog will grown in time, say in the last months you got 10,000 readers and in the next month you got 1,000,000 readers. When people access your site it&#8217;s continuously reading data again from your database, when it to much some hosting will stop it to executed. This is not good for SEO because your potential readers will gone (robots also can&#8217;t indexing full your site). Usually bad hosting will ask you to upgrade into vps or dedicated server. Everyone know it, there is no free lunch, you will have to pay more and more, if you got good revenue maybe it&#8217;s fine but how if not?</p>
<p style="text-align: justify;">In this short articles I will give some tips and trick to fix common wordpress database problem. When you&#8217;re planning to get a lot of visitors to your site you better looking for a ways to optimize your sql query. There is one options for this, using DB cache so when people coming to your site request the articles server don&#8217;t need to re-query database again. You just need to sacrifice some memory and space which may be better in result if you&#8217;re not planning to go for vps or dedicated at the moment.</p>
<p style="text-align: justify;">How to do this? Search on google is good idea, I found many articles for database caching last night, <a href="http://www.howtogeek.com/howto/programming/speed-up-your-web-site-with-mysql-query-caching/" target="_blank">this is</a> the best one. For wordpress users there is a simple solution. Just get and install <a href="http://wordpress.org/extend/plugins/db-cache-reloaded-fix/" target="_blank">DB-CACHE-RELOADED</a> plugin, setting it as you need, example you want cache stays for 24 hours or maybe just 10 minutes.</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/11/ist-db-cache-reloaded.jpg"><img class="aligncenter size-medium wp-image-2560" title="ist-db-cache-reloaded" src="http://www.istanto.net/wp-content/uploads/2011/11/ist-db-cache-reloaded-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p style="text-align: justify;">In this sample I set 180 minutes (3 hours). Cache will stay for 3 hours and then when it expired all cache files will deleted from cache folder and generated new cache. The result after using this plugin is better than not using it. When I tested it I have never seen wordpress database error again (of course because when someone read articles again server doesn&#8217;t need to re-read again from the sql). If you like this plugin you can spare some money for Ivan for his great works <img src='http://www.istanto.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p style="text-align: justify;">The effect?? I&#8217;m not sure but in the past when I&#8217;m using similar plugin like this I have error on feed, when this happen disable the plugin clear all the cache files and reactivate plugin again. But if not then you don&#8217;t need to do anything just keep monitors your site availability and traffic. Before I close this articles I want to tell you, you can also combine this plugin with auto cron job to repair and optimize your mysql, just search on my blog you will find the articles. This combination will giving a better result.</p>
<p style="text-align: justify;">That&#8217;s share for today, I need back to work on project he he, Have a great 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-fix-wordpress-database-error.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 Repair Trojan Virut.56</title>
		<link>http://www.istanto.net/how-to-repair-trojan-virut-56.html</link>
		<comments>http://www.istanto.net/how-to-repair-trojan-virut-56.html#comments</comments>
		<pubDate>Fri, 05 Aug 2011 12:39:21 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[remove trojan]]></category>
		<category><![CDATA[TMP]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[virut varian]]></category>
		<category><![CDATA[VRT.tmp]]></category>
		<category><![CDATA[Web Cure It]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2528</guid>
		<description><![CDATA[After 2 days ago my server already cleaned from mso.sys yesterday it&#8217;s spreading again in my local networks and download new Trojan called Virut.56 then infected one of my computers client. I think I&#8217;m lucky because I detect this Trojan early before it infected all clients. I&#8217;m pretty sure this is a new virut variant [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">After 2 days ago my server already cleaned from mso.sys yesterday it&#8217;s spreading again in my local networks and download new Trojan called Virut.56 then infected one of my computers client. I think I&#8217;m lucky because I detect this Trojan early before it infected all clients. I&#8217;m pretty sure this is a new virut variant which coming from mso.sys , It&#8217;s really <em>bad bad</em> Trojan and very hard to remove it using manual technique.</p>
<p style="text-align: justify;">To detect when you&#8217;re infected by this Trojan:</p>
<ol style="text-align: justify;">
<li>When your computer start-up you will see 2 IEXPLORE.exe running on process background.</li>
<li>When It&#8217;s already totally control your computer you will see VRTxxx.TMP in your process background (xxx=random from 1 to z) and sometimes created random executable in  your username folder.</li>
<li>You can&#8217;t open anti-virus website, to test if try to browse www.microsoft.com</li>
<li>If you&#8217;re monitoring your traffic Trojan will try to communicate with their server, I don&#8217;t know who own this IP but sure it&#8217;s located and registered in <del>CHINA!</del>.</li>
<li>You&#8217;re executable programs sometimes not working properly.</li>
<li>Your Internet connection slower than usual.</li>
</ol>
<p style="text-align: justify;">That&#8217;s some sign for you to make sure you&#8217;re infected by this Trojan. This is really hard Trojan, when I try to remove it using manual technique Trojans keep coming back again and again. Even after I using ckean image from ghost software it&#8217;s coming back really fast!. This Trojan infected everything! not only .exe files but .htm and .txt also got infected! specially windows file common used example: explorer.exe, userinit.exe, svchost.exe, and much more.</p>
<p style="text-align: justify;">If you&#8217;re got infected by Trojan virut you actually doesn&#8217;t need to re-install total your system. This information was false (but it&#8217;s fine), when I try to follow it Trojan coming back in seconds. So don&#8217;t waste your time to re-install the system it&#8217;s will not working!</p>
<p style="text-align: justify;"><span style="color: #339966;"><strong><span style="text-decoration: underline;">How to repair your computer if infected by trojan Virut.56</span></strong></span> :</p>
<p style="text-align: justify;">1. Make sure your computer <strong>totally</strong> not connected to local network and Internet to make sure Trojan can&#8217;t hidden or run from the scanner.</p>
<p style="text-align: justify;">2. Download <a href="http://www.freedrweb.com/cureit/?lng=en" target="_blank">Dr. Web Cure It!</a> and burn it into your CD/DVD (to make sure it&#8217;s not infected I used CD non re-writable). Why use Cure It? I try using another anti-virus, anti-malware, and anti-spyware none of them workings right! this is not promotion!</p>
<p style="text-align: justify;">3. Run your computer in safe-mode (recommended) then run Dr. Web Cure It! scan total your system including your removable device (if available) don&#8217;t use express scan or custom scan. It should be complete scan! should there is no infected file left or you may cry.</p>
<p style="text-align: justify;">4. After scan complete (usually in 3-6 hours) reboot your computer and try to connect it into local network and Internet. Always check your background process if you find something strange on there disconnected from local network and Internet and re-scan total again your system.</p>
<p style="text-align: justify;">5. If you&#8217;re already connected to local network/Internet then you can browse to www.microsoft.com and there is nothing strange on your computer background take a deep breath, the Trojan has been assassinated!</p>
<p style="text-align: justify;">That&#8217;s a share for today, 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/how-to-repair-trojan-virut-56.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Simple Step To Remove Recycler.lnk Mso.SYS</title>
		<link>http://www.istanto.net/simple-step-to-remove-recycler-lnk-mso-sys.html</link>
		<comments>http://www.istanto.net/simple-step-to-remove-recycler-lnk-mso-sys.html#comments</comments>
		<pubDate>Wed, 03 Aug 2011 22:32:13 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[mso.sys]]></category>
		<category><![CDATA[recycler.lnk]]></category>
		<category><![CDATA[Start Run Type]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2520</guid>
		<description><![CDATA[My server just got infected by this virus yesterday from my client USB drive. The effect caused my computer run slowly and windows explorer keep crashing if I open to much programs. It&#8217;s very easy to remove this virus just keep reading this short articles&#8230; To detect if you&#8217;re infected by this virus is your [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">My server just got infected by this virus yesterday from my client USB drive. The effect caused my computer run slowly and windows explorer keep crashing if I open to much programs. It&#8217;s very easy to remove this virus just keep reading this short articles&#8230;</p>
<p style="text-align: justify;">To detect if you&#8217;re infected by this virus is your computer run very slow especially if you&#8217;re using explorer.exe resource. You will find file with name &#8220;recycler.lnk&#8221; in C:\ drive and you will find also &#8220;Internet explorer.lnk&#8221; (without icon) in your start menu. When you try to delete this shortcut it will coming back and your computer response become more slowly.</p>
<p style="text-align: justify;">Virus spreading from USB drive, if you find out your computer infected don&#8217;t add USB drive into it and also if you can unplug that infected computers from local networks to stop it spreading.</p>
<p style="text-align: justify;"><span style="text-decoration: underline;"><span style="color: #008000; text-decoration: underline;">How To Remove Recycler.lnk Virus</span></span> :</p>
<p style="text-align: justify;">1. Disconnected your computer from Internet/local networks.</p>
<p style="text-align: justify;">2. Close all running programs, Press CTRL+ALT+DEL to run task manager and kill all process name &#8220;<strong>Rundll32.exe</strong>&#8220;.</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/08/ist-rundll32.jpg"><img class="aligncenter size-medium wp-image-2522" title="ist-rundll32" src="http://www.istanto.net/wp-content/uploads/2011/08/ist-rundll32-274x300.jpg" alt="" width="274" height="300" /></a></p>
<p style="text-align: justify;">3. Go to c:\ drive and choose folder option, tab view, show hidden files and folders, and the un-check &#8220;Hide protected operating system files (recommended)&#8221; then click apply.</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/08/ist-folder-option.jpg"><img class="aligncenter size-medium wp-image-2521" title="ist-folder-option" src="http://www.istanto.net/wp-content/uploads/2011/08/ist-folder-option-243x300.jpg" alt="" width="243" height="300" /></a></p>
<p style="text-align: justify;">4. Find file with name &#8220;<strong>mso.sys</strong>&#8221; in c:\ root drive then deleted it. Don&#8217;t worry this is a fake system files which actually the core of this virus.</p>
<p style="text-align: justify;">5. Run MSConfig, Start -&gt; Run -&gt; Type &#8220;msconfig&#8221; (without quote), Remove &#8220;recycler.lnk&#8221; and &#8220;Internet Explorer.lnk&#8221; from your startup list.</p>
<p style="text-align: justify;">6. Delete &#8220;recycler.lnk&#8221; in c:\ and &#8220;Internet explorer.lnk&#8221; in your start menu, then restart your computer.</p>
<p style="text-align: justify;">7. It&#8217;s done, Your computers should back normal again.</p>
<p style="text-align: justify;">That&#8217;s share for today, 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-step-to-remove-recycler-lnk-mso-sys.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove Services303.exe, Fake Adobe Speed launcher Virus</title>
		<link>http://www.istanto.net/how-to-remove-services303-exe-fake-adobe-speed-launcher-virus.html</link>
		<comments>http://www.istanto.net/how-to-remove-services303-exe-fake-adobe-speed-launcher-virus.html#comments</comments>
		<pubDate>Fri, 01 Jul 2011 05:14:47 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[computer virus]]></category>
		<category><![CDATA[fake adobe speed launcher virus]]></category>
		<category><![CDATA[services303]]></category>
		<category><![CDATA[services303 virus]]></category>
		<category><![CDATA[services303.exe]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2509</guid>
		<description><![CDATA[My cybercafe just got infected this virus yesterday. It&#8217;s spreading from removable device users plug into my server. It&#8217;s really annoying because my computers starts to hang for 10 seconds and then it run again but very slows. All I notice is windows give notification low virtual memory, I cannot run Internet explorer (but still [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">My cybercafe just got infected this virus yesterday. It&#8217;s spreading from removable device users plug into my server. It&#8217;s really annoying because my computers starts to hang for 10 seconds and then it run again but very slows. All I notice is windows give notification low virtual memory, I cannot run Internet explorer (but still I can run another .exe application), and I cannot shutdown the computer. It also effect Internet connection speed, but I&#8217;m not really sure about this. When I type  in command prompt <strong><em>netstats -a</em></strong> I see a lot of established connection (maybe virus sending or downloading something).</p>
<p style="text-align: justify;">Frustrated, I&#8217;m looking on google with keyword <em>services303.exe</em> but it&#8217;s refers to non computer virus. I believe this is first case of services303.exe documented. Lucky me this virus not spreading in my network so I can stop it fast before it infected others computers. I try scan my computer using malwarebytes, avira, avg, eset32/NOD and they not detects any virus *great*.</p>
<p style="text-align: justify;">The main virus is services303.exe and it&#8217;s located in <strong>[WINDOWSDRIVE]\</strong>DOCUMENTS AND SETTINGS<strong>\[USERNAME]\</strong>APPLICATION DATA\MICROSOFT<strong>\SERVICES303.exe </strong>with attributes read only and hidden.</p>
<p style="text-align: justify;">It&#8217;s also change your registry in:</p>
<p style="text-align: justify;"><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</strong></p>
<p style="text-align: justify;"><strong>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</strong></p>
<p style="text-align: justify;">It&#8217;s set to run services303.exe when computer starts and giving fake program description about Adobe speed launcher.</p>
<p style="text-align: justify;"><span style="text-decoration: underline; color: #008000;"><strong>How To Remove Services303.exe</strong></span></p>
<p style="text-align: justify;"><span style="text-decoration: underline; color: #008000;"><strong></strong></span><span style="text-decoration: underline; color: #008000;"><strong></strong></span>1. Run your computers in safe mode.</p>
<p style="text-align: justify;">2. Open command prompt, Go to folder <strong>[WINDOWSDRIVE]\</strong>DOCUMENTS AND SETTINGS<strong>\[USERNAME]\</strong>APPLICATION DATA\MICROSOFT<strong>\ </strong>and type<strong> Attrib -s -h /S /D.</strong></p>
<p style="text-align: justify;">3. Once attrib process done you can see file with name services303.exe, delete it!<strong></strong> don&#8217;t forget empty your recycle bin too.</p>
<p style="text-align: justify;">4. Delete manually auto-start services303.exe in registry, <strong>start &#8211; run -&gt; regedit</strong> and look on this field <strong>:</strong></p>
<p style="text-align: justify;"><strong>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</strong></p>
<p style="text-align: justify;"><strong>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</strong></p>
<p style="text-align: justify;">5. Delete all temporary Internet and windows files. Use ATFCleaner or Ccleaner.</p>
<p style="text-align: justify;">6. Scan whole system with updated antivirus.</p>
<p style="text-align: justify;">Done, Your computers should back normal again. Have a nice day everyone <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/how-to-remove-services303-exe-fake-adobe-speed-launcher-virus.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To Remove W32/Obfuscated.J (Trojan.Downloader2.25378)</title>
		<link>http://www.istanto.net/how-to-remove-w32obfuscated-j-trojan-downloader2-25378.html</link>
		<comments>http://www.istanto.net/how-to-remove-w32obfuscated-j-trojan-downloader2-25378.html#comments</comments>
		<pubDate>Mon, 27 Jun 2011 14:10:40 +0000</pubDate>
		<dc:creator>Istanto</dc:creator>
				<category><![CDATA[Computer And Internet]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[JAPAN]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[Trojan.Downloader2.25378]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[W32/Obfuscated.J]]></category>
		<category><![CDATA[W32/Obfuscated.J (Trojan.Downloader2.25378)]]></category>

		<guid isPermaLink="false">http://www.istanto.net/?p=2499</guid>
		<description><![CDATA[If you feel your Computers and Internet slower than usual you may get infected by W32/Obfuscated.J (Trojan.Downloader2.25378). This new Trojan will using your Internet connection to send your information to their server  and updated their self. Carefully when you&#8217;re using your computers for business, they may stole your credit cards or bank information. Would you [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you feel your Computers and Internet slower than usual you may get infected by W32/Obfuscated.J (Trojan.Downloader2.25378)<span style="font-family: Arial,serif;"><span style="font-size: x-small;"><strong></strong></span></span>. This new Trojan will using your Internet connection to send your information to their server  and updated their self. Carefully when you&#8217;re using your computers for business, they may stole your credit cards or bank information. Would you get up from your sleep and find out someone stole your money? I don&#8217;t think so&#8230; no one would that happening including myself.</p>
<p style="text-align: justify;">W32/Obfuscated.J (Trojan.Downloader2.25378) created using C language. There is 2 important files for this virus it was <span style="text-decoration: underline;"><strong>.exe</strong></span> and <span style="text-decoration: underline;"><strong>wjdrive32.exe</strong></span>, both of file have size 49KB, hidden attributes, located in \windows\ folder.</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-mainfile.jpg"><img class="aligncenter size-medium wp-image-2503" title="W32ObfuscatedJ-mainfile" src="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-mainfile-300x79.jpg" alt="" width="300" height="79" /></a></p>
<p style="text-align: justify;">Just like an older method W32/Obfuscated.J (Trojan.Downloader2.25378) will spreading using your removable device and hidden in <span style="text-decoration: underline;"><strong>recycler</strong></span> folder. (I&#8217;m not sure if this Trojan can spreading on network since I eleminate it before it grown in my networks)</p>
<p style="text-align: justify;">It&#8217;s very easy to detect if your computer infected by W32/Obfuscated.J (Trojan.Downloader2.25378) just take a look on some information bellow.</p>
<p style="text-align: justify;">1. You&#8217;ll see a lot of visual basic activity.</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-1.jpg"><img class="aligncenter size-medium wp-image-2500" title="W32ObfuscatedJ-1" src="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-1-266x300.jpg" alt="" width="266" height="300" /></a></p>
<p style="text-align: justify;">2. If you&#8217;re running an old computer sometimes virus may crash your explorer.exe</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-2.jpg"><img class="aligncenter size-medium wp-image-2501" title="W32ObfuscatedJ-2" src="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-2-300x189.jpg" alt="" width="300" height="189" /></a></p>
<p style="text-align: justify;">3. Virus will send your information to this server list (use netstats command or another tools to find out):</p>
<p style="text-align: justify;">112.78.112.208 : 80<br />
216.108.234.10 : 80<br />
218.85.133.201 : 80<br />
72.18.202.18 : 80<br />
91.213.29.141 : 80<br />
91.213.29.147 : 80<br />
123.183.217.32 : 5943<br />
60.190.223.125 : 6943</p>
<p style="text-align: justify;">When I check those IP using online IP whois information some of that IP located in <strong>JAPAN</strong> and some in <strong>UNITED STATES</strong>. I think this is to make us confused to know who&#8217;s creating this Trojan.</p>
<p style="text-align: justify;">4. Virus will turn off your windows firewall.</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-3.jpg"><img class="aligncenter size-full wp-image-2502" title="W32ObfuscatedJ-3" src="http://www.istanto.net/wp-content/uploads/2011/06/W32ObfuscatedJ-3.jpg" alt="" width="271" height="146" /></a></p>
<p style="text-align: justify;"><span style="color: #008000;"><strong><span style="text-decoration: underline;">How to remove W32/Obfuscated.J (Trojan.Downloader2.25378)</span></strong></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;">1. Disconnect your computers from local networks/Internet.</span></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;">2. Run you computers in safe mode.</span></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/savemode.png"><img class="aligncenter size-medium wp-image-2504" title="savemode" src="http://www.istanto.net/wp-content/uploads/2011/06/savemode-300x144.png" alt="" width="300" height="144" /></a></span></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;">3. Download <a href="http://www.freedrweb.com/cureit/?lng=en" target="_blank">Dr.Web CureIt!</a> (from clean computers) and then zip it. Transfer this zipped files to your infected computers. Double click zip file and choose the main programs. Scan all yours computer drives including removable device.</span></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;"><em><strong>*ATTENTION DON&#8217;T EXTRACT THE ZIP CONTENT TO FOLDER OR IT MAY GET INFECTED!</strong></em><br />
</span></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/drwebcureit.jpg"><img class="aligncenter size-medium wp-image-2505" title="drwebcureit" src="http://www.istanto.net/wp-content/uploads/2011/06/drwebcureit-300x212.jpg" alt="" width="300" height="212" /></a></span></span></p>
<p style="text-align: justify;"><span style="color: #008000;"><span style="color: #000000;">4. Repair your registry using this code below:<br />
</span></span></p>
<p style="text-align: justify;">[Version]<br />
Signature=&#8221;$Chicago$&#8221;<br />
Provider=Nobody</p>
<p>[DefaultInstall]<br />
AddReg=Repair<br />
DelReg=Remove</p>
<p>[Repair]<br />
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, ShowSuperHidden,0&#215;00010001,1<br />
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, SuperHidden,0&#215;00010001,1<br />
HKCU, Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced, HideFileExt,0&#215;00010001,0<br />
HKLM, SOFTWARE\CLASSES\batfile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\comfile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\exefile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\piffile\shell\open\command,,,&#8221;"&#8221;%1&#8243;&#8221; %*&#8221;<br />
HKLM, SOFTWARE\CLASSES\regfile\shell\open\command,,,&#8221;regedit.exe &#8220;%1&#8243;&#8221;<br />
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Shell,0, &#8220;Explorer.exe</p>
<p>[Remove]<br />
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, Microsoft Config Setup<br />
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, (Default)<br />
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, vyre32<br />
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, MS0593[1]<br />
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explorer\Run, Microsoft Config Setup<br />
HKLM, SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Taskman<br />
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run, 12CFG214-K641-12SF-N85P</p>
<p style="text-align: justify;">Save it as whateveryoulike.inf , right click on it choose install. You may download <a href="http://www.istanto.net/files/repairtrojandownloader.inf" target="_blank">repairtrojandownloader.inf</a> from my site.</p>
<p style="text-align: justify;">5. Restart your computers and then clean all temporary files (you can use windows disk cleanup, but I recommended <a href="http://www.piriform.com/CCLEANER" target="_blank">CCLEANER</a>).</p>
<p style="text-align: justify;"><a href="http://www.istanto.net/wp-content/uploads/2011/06/diskcleanup.jpg"><img class="aligncenter size-medium wp-image-2506" title="diskcleanup" src="http://www.istanto.net/wp-content/uploads/2011/06/diskcleanup-257x300.jpg" alt="" width="257" height="300" /></a></p>
<p style="text-align: justify;">6. If you won&#8217;t this virus coming back update your windows or get some great antivirus you trust.</p>
<p style="text-align: justify;">Done, 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/how-to-remove-w32obfuscated-j-trojan-downloader2-25378.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

