vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   DHC Banner Ads - Upgrade [1.4] (https://vborg.vbsupport.ru/showthread.php?t=79738)

tp214 04-11-2005 02:24 AM

apparently you can only have banners that are 468 by 60 pixels, fix please...

Xenatino 04-11-2005 08:39 AM

tp214: Thank you for the updates and I will add these to the release tonight.

Also, I will allow for multiple sizes to be entered in the Admin CP determining the size of the banner.

Future releases are set to include:

Multiple banners per page
Checking of secondary usergroups
Specifying which forums certain banners will be shown in
Limit by time/days
Paypal integration for automatic setup (with admin moderation of banners)
Setup of packages, ie: 1000 views for $5 preset etc... (Custom packages)

Next release due: 13th April

The Realist 04-11-2005 08:58 AM

Does this hack rotate banners?

The Realist 04-11-2005 08:59 AM

Nice ideas but we have nochex as well for us mortals that dont use Paypal. And instead of multiple banners per page, what about banner rotation as well, or even a choice of multiple or rotation.

Quote:

Originally Posted by Xenatino
tp214: Thank you for the updates and I will add these to the release tonight.

Also, I will allow for multiple sizes to be entered in the Admin CP determining the size of the banner.

Future releases are set to include:

Multiple banners per page
Checking of secondary usergroups
Specifying which forums certain banners will be shown in
Limit by time/days
Paypal integration for automatic setup (with admin moderation of banners)
Setup of packages, ie: 1000 views for $5 preset etc... (Custom packages)

Next release due: 13th April


Xenatino 04-11-2005 09:31 AM

Currently the script selects a random banner from the list on each refresh or page change. Everytime the header script is loaded a random banner will be chosen.

Also, NoChex will be integrated with this script, I thought I had mentioned that but looking back i forgot to.

The Realist 04-11-2005 10:18 AM

I just installed it and added 2 banners, but only the 1st one in the list is showing, they are not rotating?

Laters

vulture 04-11-2005 11:36 AM

Can it display the amazon <Iframe> based banners?

Xenatino 04-11-2005 02:59 PM

Quote:

Originally Posted by The Realist
I just installed it and added 2 banners, but only the 1st one in the list is showing, they are not rotating?

Laters

Make sure that the other banner is set to active in the Admin CP

Quote:

Can it display the amazon <Iframe> based banners?
Not yet, no. Only images can be used as banners.

Again, next release is due 13th April so watch out for the features in that

Xenatino 04-11-2005 10:14 PM

The Realist: After a few debugging minutes I found out the error in the script that does not allow one of the banners to be shown.

In /includes/functions_bannerads.php find
PHP Code:

$random rand(0,$max); 

and change it to
PHP Code:

$random rand(0,($max+1)); 

Or alternativley you can just re-download the zip file and get the updated functions_bannerads.php

The Realist 04-11-2005 10:22 PM

I'll download it now M8 and give it a test.


All times are GMT. The time now is 10:44 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
  • Page Generation 0.01148 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete