Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vB Ad Management Details »»
vB Ad Management
Version: 5.02, by RedTyger RedTyger is offline
Developer Last Online: Nov 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 3.8.x Rating:
Released: 02-01-2009 Last Update: 03-09-2009 Installs: 740
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

This modification allows you to add advertisements to your vBulletin software. It's very easy to use, very quick and allows almost unlimited customisation. There is no restriction regarding the content you can use. Adsense, images, flash, plain text and you can use template conditionals and phrases as well. It will put anything, anywhere. Just about.

Features:
- Timed ads.
- Self-refreshing ads.
- Ad rotations.
- Ads using conditionals, phrases and templates.
- Ad sharing.
- Default ad blocks (typical ad block screenshot attached) for all the most popular locations plus another 25 custom blocks.
- Default ad blocks for some of the most popular alternative formats; columns, full-page, sponsors.
- Ads for distributed content (emails and feeds).
- Instant previews before publishing.
- No template edits necessary.
- Compatibility with external pages and software.
- Appearance blending to make your ads look like part of your vBulletin templates.
- Alter hyperlinks to include your referral codes.
- Further details in the manual.

For software-specific management (i.e. threads on a forum, comments on a blog) and/or ad (revenue) sharing you will additionally need the appropriate module.

Additional modules:
Forum
Blog

This modification is supported with a link back to my homepage in the footer. Unbranded is per vBulletin license to be used with, see here for details.

Installation instructions:
Installation
Upgrading from an older version

Download Now

File Type: zip vb_ad_management_502.zip (33.8 KB, 5693 views)

Screenshots

File Type: jpg vbam_block_500.jpg (90.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
yousufkanan

Comments
  #162  
Old 03-08-2009, 10:17 AM
turbosatan turbosatan is offline
 
Join Date: Jul 2007
Posts: 135
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

i possibly have a problem with the affiliate code part of the plugin.

I get a lot of clickbank ads on my site so was lookiung to try and use the affiliate section to auto parse these to include my link instead.

when i try to use the preview part to check if it works it says

Code:
Fatal error: Call to undefined function mb_strpos() in /home/mysite/public_html/includes/vbam_functions.php on line 494
i was wondering if clickbank codes would be supported as they use subdomain info instead of a parameter after the url.

Can you just tell me

if i entered

http://#MYCLICKBANKID#.MERCHANT.hop.clickbank.net/

would that work the same way? I was thinking it might not because of the formatting the code cannot match a url and then change the referrer id after it.
Reply With Quote
  #163  
Old 03-08-2009, 11:01 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must be using a very old version of PHP, that error means the function doesn't exist. You could try opening the vbam_functions.php file and replacing every instance of mb_strpos with strpos.

Edit: Sorry, just processed the other part of your post. No, it wouldn't be able to remove subdomain referrals.
Reply With Quote
  #164  
Old 03-08-2009, 11:02 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by a squared View Post
It's in Navbar. Without the conditional it works fine. Of course it shows throughout the forum. I'm surprised it hasn't worked. On my live site I've hardcoded conditionals into the Navbar template using this code.

Code:
<if condition="$forumid == 39">
<br /><center>
<a href="http://www.example.com" target="_blank">
<img src="images/example.gif" alt="example" border="0">
</a>
</center><br /><br />
</if>
Try $GLOBALS['forumid'] or $GLOBALS['foruminfo']['forumid'] instead of $forumid or $foruminfo['forumid'].
Reply With Quote
  #165  
Old 03-08-2009, 09:28 PM
user_not_found user_not_found is offline
 
Join Date: Aug 2007
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just replace
<if condition="$GLOBALS[forumid] ==39">
<br /><center>
<a href="http://www.example.com" target="_blank">
<img src="images/example.gif" alt="example" border="0">
</a>
</center><br /><br />
</if>
[/CODE][/QUOTE]


and will work


Quote:
Originally Posted by a squared View Post
It's in Navbar. Without the conditional it works fine. Of course it shows throughout the forum. I'm surprised it hasn't worked. On my live site I've hardcoded conditionals into the Navbar template using this code.

Code:
<if condition="$forumid == 39">
<br /><center>
<a href="http://www.example.com" target="_blank">
<img src="images/example.gif" alt="example" border="0">
</a>
</center><br /><br />
</if>
Reply With Quote
  #166  
Old 03-08-2009, 09:29 PM
user_not_found user_not_found is offline
 
Join Date: Aug 2007
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I observed that if I try to exclude forums then the scripts dont do it, the old one worked fine.
Just to check it for bug

VERY GOOD CONGRATS
Reply With Quote
  #167  
Old 03-08-2009, 09:57 PM
user_not_found user_not_found is offline
 
Join Date: Aug 2007
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also dont work sponsors , I see from admin panel and dont displayed in the front
Reply With Quote
  #168  
Old 03-08-2009, 10:33 PM
jskoh jskoh is offline
 
Join Date: Dec 2008
Posts: 125
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by jskoh View Post
hi... how to do this? with ads at thread?
hi... my question is unanswer?
Reply With Quote
  #169  
Old 03-09-2009, 12:06 PM
Keyser S?ze's Avatar
Keyser S?ze Keyser S?ze is offline
 
Join Date: Apr 2002
Location: USA
Posts: 690
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i dont suppose there is a counter, for both unique and non
Reply With Quote
  #170  
Old 03-10-2009, 09:22 AM
tony456 tony456 is offline
 
Join Date: Mar 2009
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

I have just upload the files to my server and my forum will not work now, I get a http internal server error.

Can somebody tell me what I have done wrong and how to fix this?

Thanks

Tony
Reply With Quote
  #171  
Old 03-10-2009, 09:31 AM
RedTyger's Avatar
RedTyger RedTyger is offline
 
Join Date: Nov 2006
Location: UK
Posts: 1,310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You'll have to look at your server logs to see the specific error message.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.09476 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (2)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete