<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: JSRedir-R / Gumblar.cn &#8211; Preventing Re-infection</title>
	<atom:link href="http://www.techknowme.com/2009/05/jsredir-r-gumblarcn-preventing-re-infection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techknowme.com/2009/05/jsredir-r-gumblarcn-preventing-re-infection/</link>
	<description>Technology Advice for Small Businesses</description>
	<lastBuildDate>Thu, 13 Jan 2011 05:31:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Rita Cramer</title>
		<link>http://www.techknowme.com/2009/05/jsredir-r-gumblarcn-preventing-re-infection/comment-page-1/#comment-17</link>
		<dc:creator>Rita Cramer</dc:creator>
		<pubDate>Tue, 26 May 2009 10:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=11#comment-17</guid>
		<description>Hi Rob,

I need help! my domain name is: www.ritacramer.com

I&#039;ll tell you, what happened:

1. I read on google &quot;This site may harm your computer&quot;.
2. I called my host, he checked it and told me, that there is a java script on each page.
3. I called my designer. She deleted this on every page, deleted all pages on the remote server and uploaded each page again. This didn&#039;t work. She got the message: This website www.ritacramer.com has been reported as an attacked site and has been blocked based on your security preferences&quot;.Please do you have an idea what I can do?

Thanks for your report
Rita Cramer</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I need help! my domain name is: <a href="http://www.ritacramer.com" rel="nofollow">http://www.ritacramer.com</a></p>
<p>I&#8217;ll tell you, what happened:</p>
<p>1. I read on google &#8220;This site may harm your computer&#8221;.<br />
2. I called my host, he checked it and told me, that there is a java script on each page.<br />
3. I called my designer. She deleted this on every page, deleted all pages on the remote server and uploaded each page again. This didn&#8217;t work. She got the message: This website <a href="http://www.ritacramer.com" rel="nofollow">http://www.ritacramer.com</a> has been reported as an attacked site and has been blocked based on your security preferences&#8221;.Please do you have an idea what I can do?</p>
<p>Thanks for your report<br />
Rita Cramer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Z.</title>
		<link>http://www.techknowme.com/2009/05/jsredir-r-gumblarcn-preventing-re-infection/comment-page-1/#comment-16</link>
		<dc:creator>Rob Z.</dc:creator>
		<pubDate>Tue, 19 May 2009 05:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=11#comment-16</guid>
		<description>Well, the first error sounds like a permissions error - make sure you have read/write access to all of your files (they should be set to 755 and you should be logged in with the user account that is the owner of those files). There&#039;s a possibility that those files are set to 755 but were written by another user account, which might indicate that a higher-level account gained write access to your directory and simply locked you out. You may need to confer with your web host on that one (who is your web host, by the way?).

As for the second error - I hadn&#039;t heard of the file_put_contents() function. Apparently, it&#039;s a PHP5 only function. Are you running PHP5 or PHP4? If the latter, that script won&#039;t run for you. You may be abler to replace it with fwrite(), but you&#039;ll also need to open the file, get a handle, write to it using the handle then close the file. It&#039;s easier than I make it sound, but if you;re not really a PHP hacker, I can see how it may be intimidating.

I&#039;m currently helping someone else out right now with this by accessing his server directly and trying to fix it. If you&#039;d be interested in hiring me to do the same for you, you can give me a call at 925-246-5449 or use the contact form on the main site (http://www.techknowme.com/contact/)  to drop me an email or just ask me here in the comments and I&#039;ll email you directly (looks like I have your email in WP).

But, before you do anything, follow the directions I laid out in the blog post you just commented on. Had you done that prior to being reinfected? Did you get reinfected anyway?

Rob Z.</description>
		<content:encoded><![CDATA[<p>Well, the first error sounds like a permissions error &#8211; make sure you have read/write access to all of your files (they should be set to 755 and you should be logged in with the user account that is the owner of those files). There&#8217;s a possibility that those files are set to 755 but were written by another user account, which might indicate that a higher-level account gained write access to your directory and simply locked you out. You may need to confer with your web host on that one (who is your web host, by the way?).</p>
<p>As for the second error &#8211; I hadn&#8217;t heard of the file_put_contents() function. Apparently, it&#8217;s a PHP5 only function. Are you running PHP5 or PHP4? If the latter, that script won&#8217;t run for you. You may be abler to replace it with fwrite(), but you&#8217;ll also need to open the file, get a handle, write to it using the handle then close the file. It&#8217;s easier than I make it sound, but if you;re not really a PHP hacker, I can see how it may be intimidating.</p>
<p>I&#8217;m currently helping someone else out right now with this by accessing his server directly and trying to fix it. If you&#8217;d be interested in hiring me to do the same for you, you can give me a call at 925-246-5449 or use the contact form on the main site (<a href="http://www.techknowme.com/contact/" rel="nofollow">http://www.techknowme.com/contact/</a>)  to drop me an email or just ask me here in the comments and I&#8217;ll email you directly (looks like I have your email in WP).</p>
<p>But, before you do anything, follow the directions I laid out in the blog post you just commented on. Had you done that prior to being reinfected? Did you get reinfected anyway?</p>
<p>Rob Z.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.techknowme.com/2009/05/jsredir-r-gumblarcn-preventing-re-infection/comment-page-1/#comment-15</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 19 May 2009 03:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.techknowme.com/blog/?p=11#comment-15</guid>
		<description>Hi;

Thanks again for the script - worked beautifully yesterday and of course I got reinfected :(.

When I try to run it now I get the following :

Warning: fopen(./.ftpquota) [function.fopen]: failed to open stream: Permission denied in /home/server_name/public_html/domain_name/fic_infection.php on line 55

I also tried the other script somebody here is providing and I get the following :

Fatal error: Call to undefined function: file_put_contents() in /home/server_name/public_html/domain_name/file_checker.php on line 120


Any Ideas on this one ?  I am by no means comfortable enough to make any kind of changes.

thanks again for your help

Michael</description>
		<content:encoded><![CDATA[<p>Hi;</p>
<p>Thanks again for the script &#8211; worked beautifully yesterday and of course I got reinfected <img src='http://www.techknowme.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>When I try to run it now I get the following :</p>
<p>Warning: fopen(./.ftpquota) [function.fopen]: failed to open stream: Permission denied in /home/server_name/public_html/domain_name/fic_infection.php on line 55</p>
<p>I also tried the other script somebody here is providing and I get the following :</p>
<p>Fatal error: Call to undefined function: file_put_contents() in /home/server_name/public_html/domain_name/file_checker.php on line 120</p>
<p>Any Ideas on this one ?  I am by no means comfortable enough to make any kind of changes.</p>
<p>thanks again for your help</p>
<p>Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>

