944,191 Members | Top Members by Rank

Ad:
Dec 31st, 2006
0

Need a banner rotator

Expand Post »
I need a free ad banner rotator. Like a code that I can just insert in the ad space of my template.
Any suggestions????
Similar Threads
Reputation Points: 10
Solved Threads: 0
Light Poster
goodboy18 is offline Offline
42 posts
since Apr 2006
Dec 31st, 2006
0

Re: Need a banner rotator

Do you mean one that keeps rotating whilst the page is being used or one that displays a different ad(image) each time you refresh the page.
Reputation Points: 178
Solved Threads: 15
Nearly a Posting Virtuoso
roryt is offline Offline
1,282 posts
since Oct 2005
Dec 31st, 2006
0

Re: Need a banner rotator

Click to Expand / Collapse  Quote originally posted by roryt ...
Do you mean one that keeps rotating whilst the page is being used or one that displays a different ad(image) each time you refresh the page.
Yes, thats what I meant.
Reputation Points: 10
Solved Threads: 0
Light Poster
goodboy18 is offline Offline
42 posts
since Apr 2006
Jan 1st, 2007
0

Re: Need a banner rotator

Ideally you would have the banner slideshow in either flash or javascript. Flash preferred.

Then on your side (i.e. on the server side) you would use a random script generated in php or something similar. Of course it could all be done on the client side using javascript - but I wouldn't.
Featured Poster
Reputation Points: 1536
Solved Threads: 431
Posting Expert
iamthwee is offline Offline
5,865 posts
since Aug 2005
Jan 2nd, 2007
0

Re: Need a banner rotator

I use http://www.phpadsnew.com/ and find it to be easy to setup and very feature rich.
Team Colleague
Reputation Points: 10
Solved Threads: 0
Master of the Web
BamaStangGuy is offline Offline
113 posts
since Jun 2006
Jan 2nd, 2007
0

Re: Need a banner rotator

I am very much not a fan of phpAdsNew. On all but the smallest sites it is rather sluggish, and the code is very inefficient. Unfortunately I don't have any other free solutions for you either, though.
Last edited by cscgal; Jan 2nd, 2007 at 5:50 am.
Administrator
Staff Writer
Reputation Points: 1422
Solved Threads: 163
The Queen of DaniWeb
cscgal is offline Offline
13,646 posts
since Feb 2002
Jan 2nd, 2007
0

Re: Need a banner rotator

I still can't tell whether you want to rotate an ad or a image?

If it is an image there are alot of codes on the web but this one may help you:

Put the following code where you would like the image to appear:

[html]<script type="text/javascript" src="rand.js">[/html]
Then save the following javascript as "rand.js":

// JavaScript Document

var mess = new Array('<img src="pathtoimage.jpg" alt="IMAGE TItle" name="Name" width="276" height="181"/>','<img src="image_path.jpg" alt="Image Title" name="NAME" width="274" height="181"/>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
There are only two images here but you can use as many as you like, just seperate by comma.


Hope that helps you.
Reputation Points: 178
Solved Threads: 15
Nearly a Posting Virtuoso
roryt is offline Offline
1,282 posts
since Oct 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Promotion and Marketing Plans Forum Timeline: Ideas on Where to Promote my Pay Per Click Marketing Services
Next Thread in Promotion and Marketing Plans Forum Timeline: How many links do I need?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC