|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Vrume Mark
Industry Role:
Join Date: Jan 2001
Location: Toronto, Canada
Posts: 20,912
|
Can Anyone Recommend A Good Banner Rotator?
I'm not looking for anything that complex, just something I can throw on some of my sites and use for different sized banners..
Thanks DH ![]() |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Feb 2001
Location: Puerto Del Carmen, Lanzarote, Canary Islands
Posts: 1,572
|
Java Script
|
|
|
|
|
|
#3 |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
Cut and paste this script into the HEAD of your document:
<script language="JavaScript"> <!-- Begin hiding script from older browsers // Replace the images inside the double-quotes to your own images // You may have any number of images adImages = new Array("image1.jpg","image2.jpg","image3.jpg","imag e4.jpg","image5.jpg","image6.jpg") // Replace the quotes to inside the double-quotes to your own quotes // You may have any number of quotes but they must equal the number of images that rotate quote = new Array("This is Image 1","This is Image 2","This is Image 3","This is Image 4","This is Image 5","This is Image 6") // Please remove this lineand the double-slashes at the beginning of the next line to add links to the rotating images // adURL = new Array ("www.zdnet/developer.com","www.zdnet/developer.com","www.zdnet/developer.com","www.zdnet/developer.com","www.zdnet/developer.com","www.zdnet/developer.com") // Please remove this line to add links to the rotating images thisAd = 0 imgCt = adImages.length quoteCt = quote.length function rotate() { if (document.images) { if (document.cycle.complete) { thisAd++ if (thisAd == imgCt && thisAd == quoteCt) { thisAd = 0 } document.cycle.src = adImages[thisAd]; window.defaultStatus = quote[thisAd]; } // This sets the interval to which the images and quotes are rotated. 1000 equals 1 second setTimeout("rotate()", 3500) } } // Please remove this lineand the double-slashes at the beginning of the next line to add links to the rotating images // function rotateLink() { window.parent.location.href = "http://" + adURL[thisAd] } // Please remove this line to add links to the rotating images // End hiding script from older browsers --> </script> Cut and paste this into the BODY of your document: <!-- Remember to add this to the body tag --> <body onLoad="rotate()"> <!-- Add an anchor tag to the image to call the rotateLink function of the script for links --> <p align="center"><img src="image1.jpg" width="480" height="60" border="0" name="cycle"></p> |
|
|
|
|
|
#4 |
|
OG
Industry Role:
Join Date: Dec 2001
Location: 3rd from the Sun
Posts: 13,235
|
Here's one that wasn't stolen from zdnet....
<script language=JavaScript> <!-- Begin var how_many_ads = 3; var now = new Date() var sec = now.getSeconds() var ad = sec % how_many_ads; ad +=1; if (ad==1) { txt="Banner 1 alt text"; url="http://www.where-ever.com"; alt="alt text"; banner="http://www.banner-url.com"; width="468"; height="60"; } if (ad==2) { txt="Banner 2 text"; url="http://where-ever.com/"; alt="alt text"; banner="http://banner-2-url.com"; width="468"; height="60"; } if (ad==3) { txt="Banner 3 text link"; url="http://www.where-ever-to.com"; alt="alt text"; banner="http://banner-3-url.com"; width="468"; height="60"; } document.write('<center>'); document.write('<a href="' + url + '" target="_top">'); document.write('<img src="' + banner + '" width='); document.write(width + ' height=' + height + ' '); document.write('alt="' + alt + '" border=0><br>'); document.write('<small>' + txt + '</small></a>'); document.write('</center>'); // End --> </SCRIPT> hey.... not posting?
__________________
|
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
Soon in a spam thread near you (i mean my 1 time program announcement) you will find a banner rotator with a pretty cool twist, it will allow you to target banners and text links depending on your visitor's search engine keywords used to access your site, remotely web admin panel for hosted text links, search terms grouping, upsell links tracking and lots of more cool features, stay tuned!
![]() |
|
|
|
|
|
#6 |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
I want one of those..
|
|
|
|
|
|
#7 | |
|
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Yes that IS me. Bitch.
Industry Role:
Join Date: Nov 2001
Posts: 14,149
|
typo.. I misread the search part..
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
oh ok
|
|
|
|
|
|
#10 |
|
♥♥♥ Likes Hugs ♥♥♥
Industry Role:
Join Date: Nov 2001
Location: /home
Posts: 15,841
|
__________________
I like pie. |
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: Jan 2002
Location: Mee-chi-gaan
Posts: 709
|
I'll second the Adcycle nomination.
Also, check out AdvertPro. It might be better for you depending on the number of banners you're serving... How many banners do you plan on serving per month? Will it be a dedicated server? Fro |
|
|
|
|
|
#13 |
|
Confirmed User
Join Date: Apr 2001
Location: CelebPay.com
Posts: 2,517
|
Do any of these allow you to include HTML instead of a banner?
|
|
|
|
|
|
#14 |
|
Confirmed User
Join Date: Feb 2002
Location: Las Vegas, NV
Posts: 1,052
|
Mariuz will rotate your banners for $4.25 and Hour
__________________
Jason (Vegas King Condo) Cell 702-371-8941 Web LuxuryinLasVegas.com - High Rise Condos |
|
|
|
|
|
#15 | |
|
Confirmed User
Join Date: Oct 2001
Posts: 1,459
|
Quote:
plus the html will be hosted on our server, you use a single code for all sites or pages, and you edit them from our admin panel, it rotates based on search keywords or referrals |
|
|
|
|