Questions tagged [openx]

An open source ad technology platform written in PHP that serves as an alternative to Google's AdSense.

OpenX is an open-source advertising server that is licensed under the GNU General Public License. It features an integrated banner management interface and tracking system for gathering statistics. The product enables web site administrators to rotate banners from both in-house advertisement campaigns as well as from paid or third-party sources, such as Google's AdSense.

OpenX have announced the sale of OpenX Source to the Revive Adserver team.

177 questions
107
votes
17 answers

Error 330 (net::ERR_CONTENT_DECODING_FAILED):

Recently we migrated to a new server. After 2 days, I got the following issues 1) We had a crash on a session table, which we easily fixed by reparing it 2) We run OpenX as our adserver, and it also crashed, but there is no evidence in error.log It…
user1929691
  • 1,071
  • 2
  • 7
  • 4
23
votes
7 answers

Optimize Nginx + PHP-FPM for faster response times (for Openx adserving)

I'm currently running Nginx + PHP-FPM for serving ads on OpenX. Currently my response times are horrible, even during times of low load. However, my CPU and Memory resources are fine, so I can't seem to figure out what the bottleneck is. My current…
Fariz
  • 231
  • 1
  • 2
  • 4
18
votes
3 answers

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…
alex
  • 479,566
  • 201
  • 878
  • 984
8
votes
5 answers

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…
pjmorse
  • 9,204
  • 9
  • 54
  • 124
8
votes
1 answer

How can I change the database settings in openx-2.6.4?

I just transferred open x to a new server and need to change the db info (host, username, password, db name). I have been looking over and I can't find a settings, config file. Update: Found config file inside var folder
Catalina
  • 273
  • 1
  • 2
  • 7
8
votes
2 answers

MySQL solution for 1 million clicks / day

We are running a custom OpenX ad server on a MySQL database which gets approx. 1 million clicks / day. We need to store all this click information and show statistics based on it. Right now, all the click information is aggregated every 2 days and…
user1782560
  • 317
  • 2
  • 7
7
votes
1 answer

MySQL Read-Only column based

I want to lock some fields/columns in a MySQL-Database, is this somehow possible? Backgorund: We are using Revive also known as OpenX (of course the latest version) but it get hacked all the time. Especially the fields prepend and append in the…
TatzyXY
  • 505
  • 1
  • 6
  • 13
6
votes
2 answers

OpenX Async Tags

We all want to make our site faster, google showed a few samples here: http://code.google.com/speed/articles/html5-performance.html We use OpenX to serve ads, so, assuming browser supporting (FF3.6+), I presume we can just modify the OpenX ad tag…
MMGN.com
  • 113
  • 2
  • 8
5
votes
3 answers

OpenX upgrade results in plugin errors

After upgrading to OpenX 2.8.8, I'm getting these errors: PEAR Error DB_DataObject Error: autoload:Could not find class DataObjects_Ext_market_assoc_data using class_location value PEAR Error DB_DataObject Error: factory could not find class…
Travis Smith
  • 359
  • 3
  • 4
  • 12
5
votes
1 answer

OpenX and geotargeting problem

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) ).…
Milos
  • 51
  • 1
  • 3
5
votes
2 answers

OpenX: Moved to different Server

I moved the installation to a different server. I updated the configfile in the var/ directory and the banners are served, but the admin interface is not working. i get the error: A fatal error occurred OpenX can't connect to the database. Because…
Rufinus
  • 29,200
  • 6
  • 68
  • 84
5
votes
3 answers

Is it possible to change data type from String to Date

I'm getting in trouble where I was coding for connection using OpenX API with XML-RPC2. I get the problem that the data type is required by the fire function is the dateTime.iso8601. This is my code: $sdatetime = new DateTime('2013-01-01…
Loren Ramly
  • 1,091
  • 4
  • 13
  • 21
4
votes
0 answers

How to get portrait_id, Landscape_id and domain details for android from revive server

I have installed revive ad server in my own server. And I am using Android SDK of openx for android. How to get portrait_id, Landscape_id and domain details for android from revive server. If I am not wrong, revive and openx are same, openx is old…
Sandesh Sharma
  • 1,064
  • 5
  • 16
  • 32
4
votes
0 answers

Openx 2.8.10 Video Add Step by Step in Joomla

I've followed this tutorial to create a video ad with OpenX. I create it in OpenX plataform. Now, I don´t know what to do to invoke this video in my Joomla website. I download an Open Ad Streamer Plugin for JW Player in this site. To see my video…
Aitul
  • 2,982
  • 2
  • 24
  • 52
3
votes
2 answers

OpenX API on .NET 4.0

In my web project I have to serve ads through our openx server but after searching for documentation on how to implement openx's API on .NET, I haven't found anything. Does anyone know how to implement their API on .NET and how to serve ads through…
Hallaghan
  • 1,910
  • 6
  • 32
  • 47
1
2 3
11 12