The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]()
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. |
#12
|
||||
|
||||
![]()
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. |
#13
|
|||
|
|||
![]()
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. |
#14
|
||||
|
||||
![]()
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.
|
#15
|
|||
|
|||
![]()
I suggest you ask this at their support site.
|
#16
|
|||
|
|||
![]()
IIRC I had a issue with the size if the banner .. must be as same as you choose in your setup.
Check it .. |
#17
|
|||
|
|||
![]()
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(); require 'openads-xmlrpc.inc.php'; if (!isset($OA_context)) $OA_context = array(); $oaXmlRpc = new OA_XmlRpc('www.domain.com', '/adserv/www/delivery/axmlrpc.php', 0, false, 15); $adnavbar = $oaXmlRpc->view('zone:2', 0, '', '', 0, $OA_context); ob_end_clean(); $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 |
#18
|
|||
|
|||
![]()
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(); define('MAX_PATH', '/home/website/openx'); if (@include_once(MAX_PATH . '/www/delivery/alocal.php')) { if (!isset($phpAds_context)) { $phpAds_context = array(); } $phpAds_raw = view_local('', 0, 3, 0, '', '', '0', $phpAds_context, ''); } date_default_timezone_set($tz); |
#19
|
||||
|
||||
![]()
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 ![]() |
#20
|
|||
|
|||
![]()
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.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|