We use openX for a lot of stuff on mobile and the search, but it's sooo immensely heavy on the database it's not even funny anymore. Do you guys have a good alternative or should I write my own (again) ;-)
Alternative to openX
Collapse
X
-
there is a few host that offer hosted openx fully managed.
I'm sure they will spam this thread
else openx offer a paid service.
http://www.openx.com/networks/enterprise-ad-server -
Nah, that's not good enough... It's still very slow, using the shit out of mysql... I want something on my own server. Something I can control. openX is starting to get old-fashioned.
I just started making something myself about an hour ago. Getting along nicely ;-)... Who knows, openX might have a competitor soon! ;-)Comment
-
-
Take this one and modify it to your liking.Nah, that's not good enough... It's still very slow, using the shit out of mysql... I want something on my own server. Something I can control. openX is starting to get old-fashioned.
I just started making something myself about an hour ago. Getting along nicely ;-)... Who knows, openX might have a competitor soon! ;-)Comment
-
- if you need ad spots - then check out Smart Spots from smart-scripts.com
- if you need ad rotator (rotate multiple ads on one ad spot) - openx.org or something custom builtMake a bank with Chaturbate - the best selling webcam program
Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!
PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:
Comment
-
Comment
-
well, it's more than that... I basically need what openX has, but faster. Also, in openX (unless you are using the PHP version, which makes no sense the way OpenX was programmed) you have to make a server-demanding call for every single banner showing. Call me old-school (hell, I am! ;-), but that is a waste of processing power.
There are so many nice new things out (jQuery for instance) that can make this make much better use of resources, but somehow that doesn't seem available yet...Comment
-
I'll give a thumbs up to Smart Spots. I've been using the hell out of it for a couple years now and love it.Comment
-
I don't really know about, if they'll do adult. I've heard they are good. Back in the day I used super duper simple php script to rotate code from txt files separated by tildes.
something like
and in the file.txt you separate the banner codes with ~ then you include the php where you want to displayCode:<?php $banners = join ('', file ('/file.txt')); $separator = split("~",$banners); $number = rand(0,(count($separator)-1)); echo $separator[$number]; ?>
I don't think this will work in your case, if you want to sell spots... it will be lots of admin work every now and thenLast edited by Zeiss; 10-11-2012, 05:55 PM.Comment
-
SmartSpots looks like just the thing. Memcache, so it should be fast. I'm making something in Redis now, advantage of that is that you don't need any other database engine anymore. Everything is going to be in Redis. I have been reprogramming everything towards that direction anyway.Comment
-
-
Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons
Comment
-
Custom build is best solution because ad rotation require only few llines of codes to make it work,for example in my case i have double case command to do geo targetting different on each site both for mobile and desktop traffic.Using any script is simply waste of resources since they have billions of features which are not needed.Comment
-
Telaris, that's right indeed. It's great to have options, but it tends to slow things down. And I'm missing some vital obvious resource saving features in openX as well. One big risk with openX or any other open source solution is the vulnerability for hackers. We had problems with that in the past with openX.Comment
-
You're not alone, also had problems with openx getting compromised multiple times with newest versions.Telaris, that's right indeed. It's great to have options, but it tends to slow things down. And I'm missing some vital obvious resource saving features in openX as well. One big risk with openX or any other open source solution is the vulnerability for hackers. We had problems with that in the past with openX.
Openx themself does not seem to be interested in making it 100% secure. So you decide to checkout the hosted environment and sends them a message. No one calls back or send a message. Maybe I should have told them it's a $10K monthly account
Also in the start process of changing to something different.
Openx is slow and consumes resources like nothing else.
As I dont sell any ad space a simple rotator might be sufficient.
Have fun coding HunDeposit Today With BTC - Play With BitcoinsComment
-
Drax, a rotator can be made very simple. I did it 12 years ago with JavaScript. All client side and no system resources on my end. Back in those days even the smallest logo on thehun would kill any server. So I came up with a client side solution. Might be something to look in to. Especially now with OpenX there are very nice options. On http://search.thehun.net we use lazy loading ads. Those are great, they only load a banner once it is visible on the screen. Very good use of system resources, nothing is wastedComment
-
smart spots
I use Smart Spots since years and I'm very happy with it. It does not have as much features as openx but does what it's supposed to do.Comment
-
-
-
Rich"at"rebel-ads.com
ICQ 644377336 or MSN ruralx"at"hotmail.comComment
-
-
info sent.the oldest email in the industry: [email protected] ;-)Rich"at"rebel-ads.com
ICQ 644377336 or MSN ruralx"at"hotmail.comComment
-
Ok, 7 days later and virtually no sleep it's up and running. All banners on http://mobile.thehun.net are now running off my new admanagement system. It's not done yet, it needs some features left and right that make it easier to maintain everything. But by the looks of it I finally made something that is working! ;-)Comment
-
Comment
-
-
Looks good, I do get a couple of zones that just show a white space though. Just a heads up.Comment
-
Alias, yeah, that's been going on for a while now... that's Exoclick doing that. Strangely enough they use... yes... openX... which was one of the reasons I just quit using it ;-)
280557 banners pushed in the second hour ;-)
OpenX can do that too, but my MySQL requests dropped from 400/sec to about 100! And those are from the banners on the search. I'll soon have no MySQL queries for my banners. Who knows, if I get this thing stable enough OpenX might get a competitor ;-)Comment
-
are you going to release that?Ok, 7 days later and virtually no sleep it's up and running. All banners on http://mobile.thehun.net are now running off my new admanagement system. It's not done yet, it needs some features left and right that make it easier to maintain everything. But by the looks of it I finally made something that is working! ;-)Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons
Comment
-
-
Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons
Comment
-
Been a while I really took time to read a thread on GFY. Hope we can see something public come out soon ;)Comment
-
smart spots is lite and can handle any traffic you throw at it..Download the much improved Free Tube Script adult/mainstream tube solution for FREE!Comment
-
Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons
Comment
-
Still showing white ad's awesome script though .
Code:http://syndication.exoclick.com/ads-iframe-display.php?type=300x100&login=thehun&cat=2&search=&ad_title_color=0000cc&bgcolor=FFFFFF&border=0&border_color=000000&font=&block_keywords=&ad_text_color=000000&ad_durl_color=008000&adult=0&sub=&text_only=0&show_thumb=&idzone=301640&idsite=132856&p=http%3A//mobile.thehun.net/&dt=1350700892491


Comment
-
Fungus: that's exoclick delivering a white add. I've been asking them about it, but they never seem to find the need to dive in to this. This particular banner is pushed by them as a JavaScript. That makes putting it in rotation a pain (unless you do full dynamic pages in php for instance). So I put an iframe in rotation, which loads a script on their site, which creates an iframe which loads the banner. All in all not a lot of thought was put in to that. I tried loading the iframe their JavaScript is generating straight away, but then I'll have no stats left. And that means not getting paid. Ah well... Guess I have to drop by in Barcelona one of these days ;-)Comment
-
Oh man that sucks on so many levels, well going to bed you all have a great night.Fungus: that's exoclick delivering a white add. I've been asking them about it, but they never seem to find the need to dive in to this. This particular banner is pushed by them as a JavaScript. That makes putting it in rotation a pain (unless you do full dynamic pages in php for instance). So I put an iframe in rotation, which loads a script on their site, which creates an iframe which loads the banner. All in all not a lot of thought was put in to that. I tried loading the iframe their JavaScript is generating straight away, but then I'll have no stats left. And that means not getting paid. Ah well... Guess I have to drop by in Barcelona one of these days ;-)
TtyAl

Comment
-
older than " Registered on: before Aug-1996" ?the oldest email in the industry: [email protected] ;-)http://www.webcamalerts.com for auto tweets for web cam operatorsComment
-
smart scripts is a good low resource alternative to the hammer and anvil that openx is, as for stats, just feed it all to http://www.splunk.com/http://www.webcamalerts.com for auto tweets for web cam operatorsComment
-
I just got word that exoclick does NOT use openX... my bad... I guess they saw the same drawback we did ;-)
Right now we're easily pushing 500K banners per hour on the mobile and the load on the server went down immensely compared to the old openX adserver. I'm happy. Few odds and ends that need to be completed and then it's back to programming stuff on thehun. Changes are coming up people! ;-)Comment



Comment