<?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>romenov.com &#187; Uncategorized</title>
	<atom:link href="http://blog.romenov.com/category/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.romenov.com</link>
	<description></description>
	<lastBuildDate>Fri, 16 Jul 2010 23:04:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress blog infected &#8211; redirect to trojan website</title>
		<link>http://blog.romenov.com/wordpress-blog-infected-redirect-to-trojan-website</link>
		<comments>http://blog.romenov.com/wordpress-blog-infected-redirect-to-trojan-website#comments</comments>
		<pubDate>Fri, 16 Jul 2010 23:04:42 +0000</pubDate>
		<dc:creator>romenov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.romenov.com/?p=39</guid>
		<description><![CDATA[So I've recently come across a problem with a few Wordpress blogs (none were version 3.0.0 however), when you visited the site for the first time, it would redirect you to a website that asks to install antivirus software (ofcourse this is a trojan)
The tricky part is, that if you are the site owned, it [...]]]></description>
			<content:encoded><![CDATA[<p>So I've recently come across a problem with a few Wordpress blogs (none were version 3.0.0 however), when you visited the site for the first time, it would redirect you to a website that asks to install antivirus software (ofcourse this is a trojan)</p>
<p><span id="more-39"></span>The tricky part is, that if you are the site owned, it will NOT be visible to you. Unless you have the habbit of clearing your cookies. What the hack did was modify the wp_posts (or other prefixes) table, and modify the post_content by placing</p>
<blockquote><p>&lt;script src="xxxxxxxxxxxxxx"&gt;&lt;/script"&gt;</p></blockquote>
<p>at the end of the line (of course, xxxxx is a URL which I have removed because of security reasons). So, if you are experiencing the same problem, go into your database, and see if you see a &lt;script in your _posts table, in the post_content field.</p>
<p>What does the script do? Well is basicly comes down to his</p>
<ol>
<li>The script determines if you have visited the website already (by looking through your cookies)</li>
<li>If you have already visited the website, it will just show you the normal page (so if you are the site owner you won't notice if your site has been affected if you don't clear your cookies)</li>
<li>If you haven't visisted the website, if will redirect you (through a tinyurl)</li>
</ol>
<p>I fixed it by backing up the database, then dropping the _posts table , editing the sql for the _posts table , and did a replace all on the &lt;script .. problems were solved after this.</p>
<p>I hope this helps some of you <img src='http://blog.romenov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.romenov.com/wordpress-blog-infected-redirect-to-trojan-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ Wordpress ] Cforms and Qtranslate problem</title>
		<link>http://blog.romenov.com/wordpress-cforms-and-qtranslate-problem</link>
		<comments>http://blog.romenov.com/wordpress-cforms-and-qtranslate-problem#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:01:09 +0000</pubDate>
		<dc:creator>romenov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.romenov.com/?p=30</guid>
		<description><![CDATA[Hi,
When you submit a form with cforms and you use the qtranslate plugin, it automatically goes to the back to the default language page, and the form does not submit. Are you having this issue? The solution is below
Solution:
find
$content .= $ntt . '&#60;form  enctype="multipart/form-data" action="' . $action . '" method="post"  class="cform'.( $cformsSettings['form'.$no]['cforms'.$no.'_dontclear']?'  [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>When you submit a form with cforms and you use the qtranslate plugin, it automatically goes to the back to the default language page, and the form does not submit. Are you having this issue? The solution is below</p>
<p><span id="more-30"></span>Solution:</p>
<p>find</p>
<blockquote><p><span>$content .= $ntt . '&lt;form  enctype="multipart/form-data" action="' . $action . '" method="post"  class="cform'.( $cformsSettings['form'.$no]['cforms'.$no.'_dontclear']?'  cfnoreset':'' ).'" id="cforms'.$no.'form"&amp;g<strong>t</strong>;'  . $nl;</span></p></blockquote>
<p><span>insert the following BEFORE $content .= $ntt ..</span></p>
<blockquote><p><span>if(strstr(get_locale(),'xx')!="") $action =  '/xx'.$ac<strong>t</strong>ion; </span></p></blockquote>
<p><span><strong>replace xx with the two letter language code of the non default language</strong><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.romenov.com/wordpress-cforms-and-qtranslate-problem/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 x64 USB issues</title>
		<link>http://blog.romenov.com/windows-7-x64-usb-issues</link>
		<comments>http://blog.romenov.com/windows-7-x64-usb-issues#comments</comments>
		<pubDate>Wed, 30 Dec 2009 20:31:42 +0000</pubDate>
		<dc:creator>romenov</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.romenov.com/?p=24</guid>
		<description><![CDATA[If your USB stick / drive crashes under windows 7 x64, or if it makes your system freeze, then this article might be just the thing for you.
The problem seems to occur on systems using nVidia nForce 6 and up chipsets.
]]></description>
			<content:encoded><![CDATA[<p>If your USB stick / drive crashes under windows 7 x64, or if it makes your system freeze, then <a href="http://windows7tipsonline.com/USB_Problem.htm" target="_blank">this article</a> might be just the thing for you.<br />
The problem seems to occur on systems using nVidia nForce 6 and up chipsets.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.romenov.com/windows-7-x64-usb-issues/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
