openx

Sending dates with XML-RPC to OpenX

I'm trying to insert a campaign into openX with the XML-RPC API, everything except the start and end dates is working fine, my current code looks like this: $campaign = new XML_RPC_Value( array('advertiserId' => new XML_RPC_Value($advertiserID, 'int'), 'campaignName' => new XML_RPC_Value('...

How is a website hacked by a "maliciously encoded image that contained a PHP script hidden inside it"?

My ad server has been hacked over the weekend. It seems to be a widespread problem, according to this article. There is something in there that got me thinking... Attackers used one attack to get login rights to his server, and then uploaded a maliciously encoded image that contained a PHP script hidden inside it, he said. ...

Has anyone set up OpenX (and enabled OpenX Market) on a Flex 3 website?

Has anyone set up OpenX (and enabled OpenX Market) on a Flex 3 website? If so, I would like to get in contact with you. Thank you. -Laxmidi ...

OpenX: Allowing banner links to use the host of the page the banner is being displayed on

My client has a website with many subdomains, each representing a different "client": http://www.store.com <- Main store; also the default OpenX "Website" host in admin. http://client1.store.com <- Client store http://client2.store.com <- Client store ... http://client222.store.com <- Client store A lot of the banners are internal link...

Geo-targeting with the openx API

I am using the openx api to insert advertisers/campaigns/banners but I cannot seem to find any documentation on geo-targeting a campaign or banner via the API. Can this be done, or am I going to have to start injecting directly into the database. ...

OpenX and geotargeting problem

Hello, I downloaded the latest version of OpenX 2.8.6 and I am trying to setup geotargeting, but it doesn't work. I enabled geoTargeting in administration panel ( Configuration -> Global settings -> Geotargeting module type -> OpenX Max mind (flat file) ). I read in documentation of OpenX that it's not necessary to put any path to the d...

How can we keep OpenX from blocking page load?

We're using OpenX to serve ads on a number of sites. If the OpenX server has problems, however, it blocks page loads on these sites. I'd rather have the sites fail gracefully, i.e. load the pages without the ads and fill them in when they become available. We're using OpenX's single page call, and we're giving divs explicit size in CSS ...

openX performance - CDN?

I was wondering whether there are any best practices or if you have any good tips on improving performance of a self hosted openX instance. Apart from the usual suspects (e.g. tuning apache, php and mySQL), using memcached for caching etc. Is there any room for a CDN or other proxy cache in front of openX? (my guess is no due to the dy...

With a 3rd party Open X Server, how can we stop it from attempting to load if their site goes down?

The code below is the ad that is being served. Since the ad is at the very top of the page, we want to make sure that it doesn't stop the site from loading if their server happens to go down. We are looking for either a javascript or C# ASP.NET solution. We have tried rewriting it to work on DOM Ready, but it does not seem to work tha...

Installing OpenX on Virtual Machine

I am a web developer working with a server admin to install OpenX Source on one of our virtual machines (Windows). We have tried several methods including the following: Creating a virtual directory called "openx" and installing the files exactly as they came from the OpenX ZIP file. We are still unable to pull up the index.php file in...

OpenX vs. BittAds

I Have tried both of them online (created online account). BittAds seemed a bit glitchy but anyway - which is better in your opinion and why? Maybe there are better solutions? I don't have a huge website... ...

Admob openx integration

We are using openx to serve ads. However there are times when we don't have enough Ads and would like to serve admob Ads. Is there an openx - admob integration that allows us to setup a banner or zone that will just call out to admob? ...