|
|
|
||||
|
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 |
|
Confirmed User
Join Date: Mar 2003
Location: Metalcash.com
Posts: 3,580
|
Anyone know of a simple banner rotator script with static html where you can add banners through a web based admin and the banners display randomly on your page? I need something besides Openx and LedAds.
Thanks in advance! |
|
|
|
|
|
#4 |
|
aka K-Man
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,293
|
http://openx.org
this is what gfy uses, they use an older version of this software actually... open source
__________________
Crypto HODLr Crypto mining Angel investor |
|
|
|
|
|
#5 | |
|
Videochat Solutions
Industry Role:
Join Date: Aug 2004
Location: Canada
Posts: 49,702
|
Quote:
Hi Uvort - Here is a super simple banner rotator script. Just drop this into any HTML page you are running. Copy your banners to your server and adjust the URL's for each. <SCRIPT language=JavaScript type="text/javascript"> var img_width = "480"; var img_height = "60"; var img_title = "Click Here"; var ad=new Array(); ad[0]='http://www.YourWebsite.com/banner0.jpg'; ad[1]='http://www.YourWebsite.com/banner1.jpg'; var links=new Array(); links[0]='http://www.WebSite1com'; links[1]='http://www.WebSite2.com'; var text=new Array(); text[0]='Any Text you Want 1'; text[1]='Any Text you want 2'; var xy=Math.floor(Math.random()*ad.length); document.write('<a href="'+links[xy]+'"><img src="'+ad[xy]+'" alt="'+img_title+'" border = "0"><br>'+text[xy]+'</a>'); </SCRIPT> First Part: Change the width and height values to be the same size as your banners. You can change the tital of the banners ("click here") to be anything you want. Second Part: Make sure the URL's for each banner are correct. Third Part: Use any text or caption you want for each banner. You can have as many banners as you like. Just make sure to give each one a unique number in the variable list (ad[2], ad[3], ad[4], and then links2, links3, links4, etc. The script will select a banner at random and display it. With a little tweaking, you can give some banners more weight so that they load more often than others if you wan them to. Good luck!
__________________
|
|
|
|
|
|
|
#6 | |
|
Horsing Around
Industry Role:
Join Date: Sep 2002
Location: AU
Posts: 5,865
|
Quote:
take a look through http://www.hotscripts.com plenty there... |
|
|
|
|
|
|
#7 | |
|
aka K-Man
Industry Role:
Join Date: Oct 2001
Location: The Gutter
Posts: 29,293
|
Quote:
__________________
Crypto HODLr Crypto mining Angel investor |
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Feb 2005
Location: Bahamas
Posts: 22
|
Same here. I tried Openx but the interface seems.... RETARDED to me. If the greatest sophistication is in simplicity then that was made by fools.
|
|
|
|
|
|
#9 |
|
I make pixels work
Industry Role:
Join Date: Jun 2005
Location: I live here...
Posts: 24,386
|
if you want a simple javascript based rotator hit me up
*edit actually... my solution highly resembles Mark Prince's post... it allows the text n everything...
__________________
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Feb 2005
Location: Bahamas
Posts: 22
|
Ad Manager Pro looks alot better. But of course it's not free
|
|
|
|