The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
could I put this in my header template to randomize adsense+my own banner .gif?
I want to randomly display my adsense script and a banner or two. Could I insert something like this into my header template:
Code:
<?php $number=mt_rand(1, 2); if ($number==1) { include "http://www.volconvo.com/adsense.txt"; } else { include "http://www.volconvo.com/banners.txt"; } ?> Or would you do something else? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|