PDA


View Full Version : Banner ads?????


Kirk Voclain
06-29-2005, 03:02 AM
I'm noticing at the top of this page...a ROTATING BANNER....

JUST wondering what software you are using to generate those banners...and what everyone else is using???

Kirk

mholtum
06-29-2005, 03:30 AM
http://phpadsnew.com/ is a good free one.

Brian
06-29-2005, 06:01 PM
It's just a simple, custom written script that we're using here.

LEAD_WEIGHT
06-30-2005, 03:09 AM
I have one that can rotate while u are viewing the the same thread without refreshing. :D

ali ahmed
06-30-2005, 04:06 AM
hi bor
LEAD_WEIGHT
i'm searching about one like the program that you sad

could you put it here

:)

LEAD_WEIGHT
06-30-2005, 04:03 PM
hi bor
LEAD_WEIGHT
i'm searching about one like the program that you sad

could you put it here

:)

This kind of Banner Ad is good for footer or displays @ the bottom of every post.

Admincp>>Styles & Templates>>Style Manager>>Edit Templates>>Show Thread Templates «:>>SHOWTHREAD

In the SHOWTHREAD template find <!-- / start content table --> and place this code below it.


<!-- sponsor -->
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead" align="left">Sponsored Affiliates</td>
</tr>
<tr>
<td class="alt1" align="center">
<MARQUEE behavior= "scroll" align= "center" direction= "up" height="60" scrollamount= "2" scrolldelay= "15" onMouseOver="this.stop()" onMouseOut="this.start()">
<center>
<!-- Begin Links -->

<br><a href="URL 1" target="_blank">
<img src="URL 1.jpg.gif" border="0"></a>
<br><a href="URL 2" target="_blank">
<img src="URL 2.jpg.gif" border="0"></a>
<br><a href="URL 3" target="_blank">
<img src="URL 3.jpg.gif" border="0"></a>
<br><a href="URL 4" target="_blank">
<img src="URL 4.jpg.gif" border="0"></a>

<!-- End Links -->
</center>
</Marquee>
</td>
</tr>
</table>
</div>
<!-- / sponsor -->

I will get the code for top right banner ad later. :)

sunnycher
07-13-2005, 11:32 PM
Lead,
Did you ever post (somewhere else) the coding for the top right?
I'd LOVE to have it!
Thank you!!

mholtum
07-13-2005, 11:43 PM
Lead,
Did you ever post (somewhere else) the coding for the top right?
I'd LOVE to have it!
Thank you!!
Do you want to track click through information? If so use http://phpadsnew.com/

You simply setup numerous "accounts" each with a banner and then it generates a small amount of java code and you can place that anywhere.

sunnycher
07-13-2005, 11:44 PM
I d/led that, it's very confusing to me LOL
I don't care about tracking, just want to have my banners rotate instead of layering them one on top of the other.

mholtum
07-13-2005, 11:50 PM
there is abit of a learning curve, but it is very powerfull