PDA

View Full Version : phpads forum integration


DaveG
05-12-2003, 01:14 PM
Could someone assist with the correct steps to take in order to get standard local banner ads from phpads (not phpadsnew) to show up in my VB forum?

digital vettes
11-22-2003, 10:39 PM
Could someone assist with the correct steps to take in order to get standard local banner ads from phpads (not phpadsnew) to show up in my VB forum?

I am in the same boat. Brutal.

I am surfing here and vbulletin.com to come up with anything. This is so painful. I got vbulletin, photopost,reviewpost and god knows how many other hacks to work... but this program's logic escapes me.

I can't get anything but a RED X in my header. But, the clicks are being counted.

kneesparx
01-09-2004, 02:52 AM
bump

digital vettes
01-09-2004, 02:30 PM
I gave up on everything else.

This might help you. My friend who has a vb site sent me this code for my vb header, that's the only file that gets changed. (you can put it in your footer as well). Works like a charm, it's so simple it's awesome. Been using it for 3 weeks now without any issues. I add banners all the time.

Cons: You make all the banner changes in your vb header. There is no way to track click outs.... nothing fancy here.

Pros: Damn fast! Banners rotate great. Simple, simple, simple to get running. Should take you less than 5 minutes.

See it in action at www.digitalcorvettes.com .

Patrick

<tr>
<td>
<tr>
<td>
<table width="470" border="0" cellspacing="0" cellpadding="0" align="center" height="62">
<tr>
<td bgcolor="#3B77FF" width="470" height="62">
<div align="center">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<td width="468" height="60" bgcolor="#01257B">
<!-- ...................... BANNER ROTATOR VERSION........................ -->
<center>
<script language="Javascript"><!--

function banner() {
};

banner = new banner();
number = 0;

// bannerArray
banner[number++] = "<a href='http://www.flp2win.com' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/finish_line_performance2.gif' border='0'></a>"
banner[number++] = "<a href='http://www.thelapd.com' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/lapd2.gif' border='0'></a>"
banner[number++] = "<a href='http://www.c60vette.com/dc.htm' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/C60_banner5.gif' border='0'></a>"
banner[number++] = "<a href='http://www.vettefinders.com/index.cfm?fuseaction=CarIndex&Source=DigitalCorvettes&SourceID=9' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/vettefinders.gif' border='0'></a>"
banner[number++] = "<a href='http://www.westcoastcorvette.com' target='_blank'><img src='http://www.digitalcorvettes.com/images/banners/advertisers/wcc.gif' border='0'></a>"

increment = Math.floor(Math.random() * number);

document.write(banner[increment]);

//--></script>
</center>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>