![]() |
im sorry im not sure if I understand what you mean?
do you mean like this: Code:
$bannerh[2]=\"<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0" ID=popup_06 WIDTH=250 HEIGHT=250> |
No only in the html code
Like this: PHP Code:
- miSt |
thanks but that didnt work....guess its back to PPN's one banner hack
oh well thanks for helping out |
nano - works perfectly! Thanks :D
|
This is my first real hack of a hack
I really wanted to have the banner have a clickable url... so I modified the hack inphpinclude as follows... //©hololith.com(NanoEntity) $banners=array('image1', 'image2'); //images names $bannerhref=array('url1.com','url2.com'); //url names $randomnum=rand(0,count($banners)-1); //generate random num $bannerimg=$banners[$randomnum]; //random image $bannerurl=$bannerhref[$randomnum]; //corresponding random url $adbannerurl="<a href=\"http://$bannerurl\">\n"; $adbanner="<img src=\"/images/banner/$bannerimg.jpg\" border=\"0\" alt=\"\">\n"; //images output //END ©hololith.com(NanoEntity) In my header I simpy call $addbanner, and $addbannerurl Hope this is useful... |
hey mist, wanted to let you know that the code doesn't work unless you change this part:
PHP Code:
PHP Code:
but then it works fine, thanks MIST! |
Quote:
|
Quote:
Simply place the revised banner code under PHP Code:
|
By any chance would this work with 3.0.7 also?
|
vB2 hacks will not work with vB3.
|
All times are GMT. The time now is 05:58 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|