![]() |
OpenX
Hi all folks ..
I've been searching for a while here how to integrate OpenX with my vBulletin forum .. I've been pass several days configuring my openX server ( same as my forum sever) and I thought have it almost done .. I'm not at anyway a webmaster or programer .. but folow the rules and instructions. does anyone can share a article, write up or how to about how integrate openX with vBulletin .. I thought there be easy if you know how and where are places to add the java tags .. thanks all .. help would be very apreciated .. David |
there's one in OpenX's forum
|
Quote:
|
<a href="http://forum.openx.org/index.php?showtopic=7055" target="_blank">OpenX Link</a>
|
That thread is from 2005. How relevant is that post/thread since Open X (PHPAdsNew) is several versions newer than the product mentioned in the thread.
|
Quote:
|
I got OpenX to work with vB 3.7.2 using the same old phpadsnew hack. See this post.
|
Quote:
|
David,
Please check your PM options in your Control Panel, I can't reply to your PM. Anyway, if you open your "ad_header_logo" template and paste the code that you took from OpenX in there, it should do the trick. :) Take it easy |
Quote:
tapage at 4x4panama.com and thanks very much .. ! |
Hi there,
I have installed OpenX 2.6.0 in my server to integrate it with my forums using vB 3.6.8. When I was trying to serve the 1st ad using OpenX, referring to this guide in openX site, I wasn't able to complete it. I wasn't able to get invocation code types to generate invocation code for serving the banner. Any help here would be appreciated. Thank you. |
Just get the javascript revoke code and put this javascript code into any of your templates like ad_navbar_below or FORUMHOME. Be sure it is javascript, and not php :)
The old phpadsnew integration mod causes me big problems when turning off hook system. I hardly argue against using it as openx can just give you javascript code which you only have to put into your templates. |
Hello ThorstenA,
Thank you for your reply. My issue is I'm not able to generate any invocation code. It is not listing any type of invocation code to choose. In the 'invocation code' tab in OpenX, after setting up the zone, I am not able to see anything listed in the type of banner invocation code to choose 'javascript tag'. What could be going wrong? Please help. |
I do not have an installed openx available at the moment so I am sorry to not help you in a detailled way. As I remember, on zones you can click on the rightest option where code of this zone is presented. There is a drop down menu or something like that and one drop down option is javascript.
|
I suggest you ask this at their support site.
|
IIRC I had a issue with the size if the banner .. must be as same as you choose in your setup.
Check it .. |
I have had this running (but taken it down due to the extra load it places on my server, which was'nt noticeable 99% of the time, but when things get busy...)
This was using the instructions on the openx site (I think) as well as a bit of searching on here. plugin details product: vbulletin hook : global_start run order: 5 title : openx Code:
ob_start(); $adnavbar['html'] in the templates were you want the adverts to display obviously zone:1 will change as to your openx install, as would the details of your domain and document path to the openx script |
This has been working on my forum using local php invocation code.
I do get 3 mysql errors every hour that I haven't been able to figure out though. The mysql errror always gets reported as unregistered user so I think it may be spider related. The mysql error hasn't been causing any problems though. Just annoying getting the email about it. Product: vBulletin Hook Location: global_start Title: OpenX Execution Order: 5 Plugin PHP Code: Code:
$tz = date_default_timezone_get(); |
what's so hard about using openX with vb?
setup your ad tags, and place the code in the ad_locations built into vb done in 5 mins ;) |
Check out Google Ad Manager, I'm not sure if it's still in a closed beta, but it's going to be sweet. They just added geographical targeting like you can use when setting up adwords campaigns. In addition they will host the creatives so it won't kill your bandwidth.
|
Google Ads Manager Give error i try yesterday...
|
Quote:
My goal was to have OpenX capture the vbulletin $forumid into the "source" parameter, so that I could serve different ads to different forums based on the delivery options in openX. This turned out to be pretty simple. 1. Configure your "local mode" invocation code via OpenX. Put $forumid in the source box so it will show you where in the php openX expects the forumid. The automated generated bannercode should look something like the following. You MUST remove the single quotes from around $forumid ( change '$forumid' to $forumid ). Code:
<?php
Into the "Plugin PHP Code:", paste the invocation code, but without the php delimiters: Code:
define('MAX_PATH', '/home/mysite.com/openx'); Code:
<center><div> I welcome comments. :D |
ok I'm confused.. using the instructions in the link below, how would I render an output array to say the ad_global_header2 template? Can someone enlighten me on this?
https://vborg.vbsupport.ru/showthread.php?t=228078 |
All times are GMT. The time now is 04:55 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|