<?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: Hosting Your Own Ad Server With OpenX (aka OpenAds)</title> <atom:link href="http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/feed" rel="self" type="application/rss+xml" /><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html</link> <description>Web Hosting Reviews &#38; Coupons</description> <lastBuildDate>Wed, 08 Feb 2012 22:00:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: hosting help</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-12200</link> <dc:creator>hosting help</dc:creator> <pubDate>Thu, 20 Oct 2011 07:56:03 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-12200</guid> <description>Hi, I have a server where I have installed openx. HOwever I have a PHP 5.1.6 version and the openx 2.8.7 is not compatible. it needs a higher version of PHP namely PHP 5.2.4. this is a suggestion I got from openx, when I sent then a bug report .......... getting error with the openx in set-up inventory wizard - Fatal error: Call to undefined method Zend_View_Helper_Placeholder_ &gt; Container::ksort() in /home/public_html/openx/www/admin/plugins/openXWorkflow/library/Zend/View/Helper/HeadLink.php on line 310 ...........Now I want to be cautious while updating the PHP version such that all other modules and apps work fine.Can u guide me what all versions of which applications I also need to update along with updating the PHP version from 5.1.6 to 5.2.4.I need to tell this to the hosting provider as they are not able to take a call on this decision.</description> <content:encoded><![CDATA[<p>Hi,<br /> I have a server where I have installed openx. HOwever I have a PHP 5.1.6 version and the openx 2.8.7 is not compatible. it needs a higher version of PHP namely PHP 5.2.4. this is a suggestion I got from openx, when I sent then a bug report &#8230;&#8230;&#8230;.<br /> getting error with the openx in set-up inventory wizard &#8211; Fatal error: Call to undefined method Zend_View_Helper_Placeholder_<br /> &gt; Container::ksort() in /home/public_html/openx/www/admin/plugins/openXWorkflow/library/Zend/View/Helper/HeadLink.php on line 310<br /> &#8230;&#8230;&#8230;..</p><p>Now I want to be cautious while updating the PHP version such that all other modules and apps work fine.</p><p>Can u guide me what all versions of which applications I also need to update along with updating the PHP version from 5.1.6 to 5.2.4.</p><p>I need to tell this to the hosting provider as they are not able to take a call on this decision.</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-12021</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Thu, 01 Sep 2011 18:57:55 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-12021</guid> <description>By the way, OpenX was mostly serving Google Adsense ads and when I coded the Adsense code directly into the web pages (instead of using OpenX), my profits went up by 25%. I guess using Google Adsense with OpenX doesn&#039;t do well with all web browsers.</description> <content:encoded><![CDATA[<p>By the way, OpenX was mostly serving Google Adsense ads and when I coded the Adsense code directly into the web pages (instead of using OpenX), my profits went up by 25%. I guess using Google Adsense with OpenX doesn&#8217;t do well with all web browsers.</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-12020</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Thu, 01 Sep 2011 18:56:16 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-12020</guid> <description>Personally, I&#039;ve been removing OpenX ads from most of our websites. It served about 30,000 ads per day and it was totally killing our dedicated server (Intel CPU X3450 @ 2.67GHz w/ 8GB RAM) and it was the only thing running on that server.</description> <content:encoded><![CDATA[<p>Personally, I&#8217;ve been removing OpenX ads from most of our websites. It served about 30,000 ads per day and it was totally killing our dedicated server (Intel CPU X3450 @ 2.67GHz w/ 8GB RAM) and it was the only thing running on that server.</p> ]]></content:encoded> </item> <item><title>By: mark</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-12019</link> <dc:creator>mark</dc:creator> <pubDate>Thu, 01 Sep 2011 18:50:21 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-12019</guid> <description>my mod was to grab the memory.php file of openx and modify its source.Now I hope it will be happy with 32mb the greedy B. I mean 128mb??? What&#039;s it going to do with it??This is the line to tweak.function OX_getMinimumRequiredMemory($limit = null) { if ($limit == &#039;maintenance&#039;) { return 33554432; // 32MB in bytes (32 * 1048576) } return 33554432; // 32MB in bytes (32 * 1048576) }</description> <content:encoded><![CDATA[<p>my mod was to grab the memory.php file of openx and modify its source.</p><p>Now I hope it will be happy with 32mb the greedy B. I mean 128mb??? What&#8217;s it going to do with it??</p><p>This is the line to tweak.</p><p>function OX_getMinimumRequiredMemory($limit = null)<br /> {<br /> if ($limit == &#8216;maintenance&#8217;) {<br /> return 33554432; // 32MB in bytes (32 * 1048576)<br /> }<br /> return 33554432; // 32MB in bytes (32 * 1048576)<br /> }</p> ]]></content:encoded> </item> <item><title>By: mark</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-12018</link> <dc:creator>mark</dc:creator> <pubDate>Thu, 01 Sep 2011 18:36:45 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-12018</guid> <description>I was installing openx and it&#039;s asking me to increase memory from 64mb to at least 128mb. I am on a shared server, isn&#039;t this pushing it a little asking for this much memory? The help page at openx states&quot;OpenX requires 16MB for all PHP versions older than PHP5.2 and 24MB for PHP 5.2 or any newer version.&quot;so if it requires 24mb why isn&#039;t it happy with 64mb?</description> <content:encoded><![CDATA[<p>I was installing openx and it&#8217;s asking me to increase memory from 64mb to at least 128mb.<br /> I am on a shared server, isn&#8217;t this pushing it a little asking for this much memory?<br /> The help page at openx states</p><p>&#8220;OpenX requires 16MB for all PHP versions older than PHP5.2 and 24MB for PHP 5.2 or any newer version.&#8221;</p><p>so if it requires 24mb why isn&#8217;t it happy with 64mb?</p> ]]></content:encoded> </item> <item><title>By: Hendy</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-12011</link> <dc:creator>Hendy</dc:creator> <pubDate>Fri, 26 Aug 2011 04:47:04 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-12011</guid> <description>Im wondering why OpenX always asking for login all the time the the page loaded...is there some bug or my hosting problem... :(</description> <content:encoded><![CDATA[<p>Im wondering why OpenX always asking for login all the time the the page loaded&#8230;</p><p>is there some bug or my hosting problem&#8230; <img src='http://netdna.thewebhostinghero.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Val</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-11932</link> <dc:creator>Val</dc:creator> <pubDate>Wed, 20 Jul 2011 23:33:45 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-11932</guid> <description>how does 3rd party click tracking works when using openx banner into another openx instance?? So one can count the clicks at both sides...??</description> <content:encoded><![CDATA[<p>how does 3rd party click tracking works when<br /> using openx banner into another openx instance??<br /> So one can count the clicks at both sides&#8230;??</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-11638</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Wed, 23 Feb 2011 01:24:24 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-11638</guid> <description>@ratratten: did you create a mysql database first?</description> <content:encoded><![CDATA[<p>@ratratten: did you create a mysql database first?</p> ]]></content:encoded> </item> <item><title>By: ratratten</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-11637</link> <dc:creator>ratratten</dc:creator> <pubDate>Wed, 23 Feb 2011 00:53:58 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-11637</guid> <description>I have a problem with installing OpenX 2.8.7 (step database). I’ve tried everything but keep hold error message (mdb2 Error: connect failed). Can anyone tell me clearly what to fill in order to resume the installation.database name: database username: database password: database hostname:</description> <content:encoded><![CDATA[<p>I have a problem with installing OpenX 2.8.7 (step database).<br /> I’ve tried everything but keep hold error message<br /> (mdb2 Error: connect failed).<br /> Can anyone tell me clearly what to fill in order to resume the installation.</p><p>database name:<br /> database username:<br /> database password:<br /> database hostname:</p> ]]></content:encoded> </item> <item><title>By: siddhant</title><link>http://www.thewebhostinghero.com/tutorials/openx-tutorial.html/comment-page-1#comment-11128</link> <dc:creator>siddhant</dc:creator> <pubDate>Thu, 25 Nov 2010 09:24:26 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/tutorials/openx-tutorial.html#comment-11128</guid> <description>Hi, i am planning to start an ad network business and going to try openx for it..i want to  serve 10 million impressions per month.please tell which one would be the best hosting for it???hostgator has refused for it...also if you could suggest a tutorial for click fruads/ad optimisation or a free/paid plugin kind of thing, i would be thankful to you...waiting for your reply.</description> <content:encoded><![CDATA[<p>Hi,<br /> i am planning to start an ad network business and going to try openx for it..i want to  serve 10 million impressions per month.please tell which one would be the best hosting for it???hostgator has refused for it&#8230;also if you could suggest a tutorial for click fruads/ad optimisation or a free/paid plugin kind of thing, i would be thankful to you&#8230;waiting for your reply.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using xcache
Database Caching using xcache
Object Caching 521/556 objects using xcache
Content Delivery Network via netdna.thewebhostinghero.com

Served from: www.thewebhostinghero.com @ 2012-02-12 00:26:51 -->
