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)
-   -   Rotating Forum Banners (https://vborg.vbsupport.ru/showthread.php?t=65604)

Spinball 09-10-2004 10:34 AM

PHP Code:

$banners = array (
        
"banner1.gif|redirect1.pl|alt text 1|0|468|60",
        
"banner2.gif|redirect2.pl|alt text 2|0|468|60"
);
$banner $banners[mt_rand(0,sizeof($banners) - 1)];
list(
$imgsrc,$myurl,$alttext,$border,$width,$height) = explode ('|',$banner); 

This code is what is used on a normal website. You'll have to use something different for vB, I expect. Haven't looked at the rest of the thread.
Code:

echo("<A HREF=\"http://www.yoursite.com/cgi-bin/$myurl\" TARGET = \"_blank\"><IMG src=\"http://www.yoursite.com/banners/$imgsrc?" . mt_rand(1,999) . "\" border=\"$border\" width=\"$width\" height = \"$height\" alt=\"$alttext\"></A>");
Clicking the banners fires the perl script in your cgi-bin folder. This is so you can run reports on your activity log file to count the number of times each perl script has been opened. This is the number of clicks of each banner.

Hope this helps.

DoKoK 09-15-2004 04:09 AM

does it work on 3.0.3?

Beermonster 09-15-2004 05:35 AM

Quote:

Originally Posted by DoKoK
does it work on 3.0.3?


Yes :)

dano 10-24-2004 07:32 PM

Quote:

Originally Posted by jluerken
I want to have those three rotating banners on the FORUMHOME page directly under the navbar.

How can I do so?

I think this can be also done or?

I would also love this. Anyone know how do to it?

Also, I just installed this on a clean install of 3.0.3 and it works perfect. Great work.

TunerNetwork 10-26-2004 06:21 AM

I'm having a lil trouble installing this, can someone help me out, id greatly appreciate it! I need this for my forum: http://www.tunernetwork.com

Email me or pm me, thanks! zazza_ceo@TunerNetwork.com

Beermonster 10-26-2004 06:53 AM

Quote:

Originally Posted by TunerNetwork
I'm having a lil trouble installing this, can someone help me out, id greatly appreciate it! I need this for my forum: http://www.tunernetwork.com

Email me or pm me, thanks! zazza_ceo@TunerNetwork.com


PM sent

dano 10-27-2004 08:54 PM

OK, 1 issue. When people go to use the search function on the forum where the banner is, the banner covers the search box. How can this be fixed??

Also, I want to have those three rotating banners on the FORUMHOME page directly under the navbar, can anyone tell me how to do this?

Spinball 10-27-2004 09:00 PM

Quote:

Originally Posted by dano
Also, I want to have those three rotating banners on the FORUMHOME page directly under the navbar, can anyone tell me how to do this?

Hopefully you'll be able to find something useful at
https://vborg.vbsupport.ru/showthread.php?t=67942

Beermonster 10-28-2004 07:55 AM

Quote:

Originally Posted by dano
OK, 1 issue. When people go to use the search function on the forum where the banner is, the banner covers the search box. How can this be fixed??

Can you post a screen shot or give the link to your forum

SternFan 11-24-2004 04:17 PM

Quote:

Originally Posted by Beermonster
Can you post a screen shot or give the link to your forum

Same Problem here....

http://greetings.123city.net/TempPictures/58804.jpg

http://greetings.123city.net/TempPictures/58805.jpg


All times are GMT. The time now is 07:48 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.01423 seconds
  • Memory Usage 1,744KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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