Need a banner rotator

Please support our Promotion and Marketing Plans advertiser: Get a Free Web Marketing Analysis!
Reply

Join Date: Apr 2006
Posts: 42
Reputation: goodboy18 is an unknown quantity at this point 
Solved Threads: 0
goodboy18's Avatar
goodboy18 goodboy18 is offline Offline
Light Poster

Need a banner rotator

 
0
  #1
Dec 31st, 2006
I need a free ad banner rotator. Like a code that I can just insert in the ad space of my template.
Any suggestions????
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: Need a banner rotator

 
0
  #2
Dec 31st, 2006
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.
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 42
Reputation: goodboy18 is an unknown quantity at this point 
Solved Threads: 0
goodboy18's Avatar
goodboy18 goodboy18 is offline Offline
Light Poster

Re: Need a banner rotator

 
0
  #3
Dec 31st, 2006
Originally Posted by roryt View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 5,266
Reputation: iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold iamthwee is a splendid one to behold 
Solved Threads: 377
Featured Poster
iamthwee's Avatar
iamthwee iamthwee is offline Offline
Posting Expert

Re: Need a banner rotator

 
0
  #4
Jan 1st, 2007
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.
*Voted best profile in the world*
Reply With Quote Quick reply to this message  
Join Date: Jun 2006
Posts: 113
Reputation: BamaStangGuy is an unknown quantity at this point 
Solved Threads: 0
Team Colleague
BamaStangGuy's Avatar
BamaStangGuy BamaStangGuy is offline Offline
Master of the Web

Re: Need a banner rotator

 
0
  #5
Jan 2nd, 2007
I use http://www.phpadsnew.com/ and find it to be easy to setup and very feature rich.
vBulletin Zone - Resource for vBulletin Admins
Brent Wilson - The Ramblings of a Forum Webmaster
Reply With Quote Quick reply to this message  
Join Date: Feb 2002
Posts: 12,048
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 129
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: Need a banner rotator

 
0
  #6
Jan 2nd, 2007
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.
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote Quick reply to this message  
Join Date: Oct 2005
Posts: 1,283
Reputation: roryt will become famous soon enough roryt will become famous soon enough 
Solved Threads: 14
roryt's Avatar
roryt roryt is offline Offline
Nearly a Posting Virtuoso

Re: Need a banner rotator

 
0
  #7
Jan 2nd, 2007
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.
PhotoShopthis
FlyingPen
If I have helped you please add to my reputation
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Promotion and Marketing Plans Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC