<?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 for Support for OpenX Source ad server by independent OpenX Source Specialist Erik Geurts</title>
	<atom:link href="http://www.openxconsultant.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openxconsultant.com</link>
	<description>Support, Consulting, and Training for OpenX Source ad server</description>
	<lastBuildDate>Thu, 03 Nov 2011 08:03:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Erik Geurts</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-764</link>
		<dc:creator>Erik Geurts</dc:creator>
		<pubDate>Thu, 03 Nov 2011 08:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-764</guid>
		<description>You can still download all previous versions of OpenX, by going to http://download.openx.org/ . What you will get returned is an XML file, and if you study that carefully you will find the exact location of each download file.</description>
		<content:encoded><![CDATA[<p>You can still download all previous versions of OpenX, by going to <a href="http://download.openx.org/" rel="nofollow">http://download.openx.org/</a> . What you will get returned is an XML file, and if you study that carefully you will find the exact location of each download file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Burgy</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-762</link>
		<dc:creator>Burgy</dc:creator>
		<pubDate>Thu, 03 Nov 2011 00:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-762</guid>
		<description>Thank you very much.

Since we can&#039;t even get an older version like Openx 2.6.5 as a download any more, I am quite disappointed with the development by OpenX. I was quite happy to find a lot of useful information FOR FREE on your page, how to update for example. Without this I could have never done it. And this entry about security fixes certainly made my day and my page more secure.

Thank you for sharing.

With best regards, Burgy

P.s. And yes, you are certainly an OpenX specialist!</description>
		<content:encoded><![CDATA[<p>Thank you very much.</p>
<p>Since we can&#8217;t even get an older version like Openx 2.6.5 as a download any more, I am quite disappointed with the development by OpenX. I was quite happy to find a lot of useful information FOR FREE on your page, how to update for example. Without this I could have never done it. And this entry about security fixes certainly made my day and my page more secure.</p>
<p>Thank you for sharing.</p>
<p>With best regards, Burgy</p>
<p>P.s. And yes, you are certainly an OpenX specialist!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Erik Geurts</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-715</link>
		<dc:creator>Erik Geurts</dc:creator>
		<pubDate>Mon, 24 Oct 2011 07:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-715</guid>
		<description>If you want to change the database login credentials, I&#039;d suggest going about it like this:
- in MySQL, create a new user with password
- in MySQL, assign the user to the existing database, with &#039;all privileges&#039; as is required for OpenX
- for OpenX, change the configuration file with a text editor so that it starts to use the new username and password
- in MySQL, once you&#039;ve verified everything works correctly, remove the &#039;old&#039; user in MYSQL so it can no longer access the database, but do not remove the user yet
- Check again if everything continues to work correctly, and once that&#039;s confirmed, you can remove the old MySQL user</description>
		<content:encoded><![CDATA[<p>If you want to change the database login credentials, I&#8217;d suggest going about it like this:<br />
- in MySQL, create a new user with password<br />
- in MySQL, assign the user to the existing database, with &#8216;all privileges&#8217; as is required for OpenX<br />
- for OpenX, change the configuration file with a text editor so that it starts to use the new username and password<br />
- in MySQL, once you&#8217;ve verified everything works correctly, remove the &#8216;old&#8217; user in MYSQL so it can no longer access the database, but do not remove the user yet<br />
- Check again if everything continues to work correctly, and once that&#8217;s confirmed, you can remove the old MySQL user</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Jennie</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-711</link>
		<dc:creator>Jennie</dc:creator>
		<pubDate>Sat, 22 Oct 2011 22:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-711</guid>
		<description>I went ahead and not only renamed the directory while cleaning the affected fields, I also created a new database user and then changed it in the config file. In addition, I added an .htaccess file to /www/admin as you said, and it&#039;s IP restricted. So far, that seems to be working (yes all passwords are changed).

By the way, if I were to want to make a permanent change to database user and password in the config file, how do I go about doing that? I&#039;ve been unsuccessful so far (without reinstalling, I mean).</description>
		<content:encoded><![CDATA[<p>I went ahead and not only renamed the directory while cleaning the affected fields, I also created a new database user and then changed it in the config file. In addition, I added an .htaccess file to /www/admin as you said, and it&#8217;s IP restricted. So far, that seems to be working (yes all passwords are changed).</p>
<p>By the way, if I were to want to make a permanent change to database user and password in the config file, how do I go about doing that? I&#8217;ve been unsuccessful so far (without reinstalling, I mean).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Steven</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-700</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Fri, 07 Oct 2011 15:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-700</guid>
		<description>I found the 24kb find at the location that you wrote above. And then I deleted it. Now the error is gone!

Thank you so much!</description>
		<content:encoded><![CDATA[<p>I found the 24kb find at the location that you wrote above. And then I deleted it. Now the error is gone!</p>
<p>Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by aweenk</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-699</link>
		<dc:creator>aweenk</dc:creator>
		<pubDate>Fri, 07 Oct 2011 11:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-699</guid>
		<description>It happened to me as well. The OpenX application still asks for a password when I get the tab code invocation n configuration.</description>
		<content:encoded><![CDATA[<p>It happened to me as well. The OpenX application still asks for a password when I get the tab code invocation n configuration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Erik Geurts</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-698</link>
		<dc:creator>Erik Geurts</dc:creator>
		<pubDate>Fri, 07 Oct 2011 05:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-698</guid>
		<description>You&#039;re seeing this because of the fact the hacker managed to alter at least on of the files in the plugins directory, in this case most likely in the &quot;plugins/3rdPartyServers/ox3rdPartyServers&quot; directory. The files in there are normally about 3 to 4 KB in size, but you may find one or more files there that are larger and have a different date from the rest.</description>
		<content:encoded><![CDATA[<p>You&#8217;re seeing this because of the fact the hacker managed to alter at least on of the files in the plugins directory, in this case most likely in the &#8220;plugins/3rdPartyServers/ox3rdPartyServers&#8221; directory. The files in there are normally about 3 to 4 KB in size, but you may find one or more files there that are larger and have a different date from the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What to do when you suspect your OpenX system has been hacked by Steven</title>
		<link>http://www.openxconsultant.com/blog/2011/10/what-to-do-when-you-suspect-your-openx-system-has-been-hacked/comment-page-1/#comment-697</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 06 Oct 2011 21:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=1033#comment-697</guid>
		<description>My OpenX was hacked and malware was added to it. 

I found and deleted malware tags from the append and prepend columns of the banners table. And I have checked the users table, there were no strangers there. Also, I scanned the web and database server.

When I open HTML banners which are already in OpenX, it shows an error message. And the same for when I try to create a new HTML banner.

However, it still shows this error. Any suggestion beside this?</description>
		<content:encoded><![CDATA[<p>My OpenX was hacked and malware was added to it. </p>
<p>I found and deleted malware tags from the append and prepend columns of the banners table. And I have checked the users table, there were no strangers there. Also, I scanned the web and database server.</p>
<p>When I open HTML banners which are already in OpenX, it shows an error message. And the same for when I try to create a new HTML banner.</p>
<p>However, it still shows this error. Any suggestion beside this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced implementation of OpenX Single Page Call by Erik Geurts</title>
		<link>http://www.openxconsultant.com/blog/2011/06/advanced-implementation-of-openx-single-page-call/comment-page-1/#comment-684</link>
		<dc:creator>Erik Geurts</dc:creator>
		<pubDate>Thu, 14 Jul 2011 10:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=968#comment-684</guid>
		<description>Hi Bruno,

Yes, Single Page Call is available in OpenX v2.6 as well, but I haven&#039;t tested it in great detail. I would recommend upgrading to version 2.8 for all sorts of reasons, including performance.

Regards, Erik Geurts</description>
		<content:encoded><![CDATA[<p>Hi Bruno,</p>
<p>Yes, Single Page Call is available in OpenX v2.6 as well, but I haven&#8217;t tested it in great detail. I would recommend upgrading to version 2.8 for all sorts of reasons, including performance.</p>
<p>Regards, Erik Geurts</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Advanced implementation of OpenX Single Page Call by Bruno</title>
		<link>http://www.openxconsultant.com/blog/2011/06/advanced-implementation-of-openx-single-page-call/comment-page-1/#comment-683</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Thu, 14 Jul 2011 09:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.openxconsultant.com/?p=968#comment-683</guid>
		<description>Thanks for the tip. Does it also apply for OpenX 2.6?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Does it also apply for OpenX 2.6?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

