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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 11-10-2002, 07:47 PM   #1
fozz
Registered User
 
Join Date: Aug 2002
Location: Michigan
Posts: 26
banner rotator script

Any suggestions where I can pick up a shareware/free banner script that doesn't require shtml? All of my pages are html so if you can help in anyway, I will greatly appreciate it.

It's bad enough that my Lions got fucking destroyed by the Packers, I don't want to have to configure my site again.

Thanks.
__________________
I haven't been politically correct since 1992
fozz is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-10-2002, 07:54 PM   #2
Vox
Confirmed User
 
Vox's Avatar
 
Industry Role:
Join Date: Mar 2002
Location: Montreal
Posts: 2,710
Here's a simple javascript, you can rotate as many banners as you want.

PHP Code:

<SCRIPT LANGUAGE="JavaScript">

<!-- 
This script and many more are available free online at -->
<!-- 
The JavaScript Source!! [url]http://javascript.internet.com[/url] -->

<!-- Begin
var how_many_ads 9;
var 
now = new Date()
var 
sec now.getSeconds()
var 
ad sec how_many_ads;
ad +=1;
if (
ad==1) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/ryan.jpg";
width="240";
height="360";
}
if (
ad==2) {
txt="Click here to see my free pics ";
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/kaithlyn.jpg";
width="240";
height="360";
}
if (
ad==3) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/yvette.jpg";
width="240";
height="360";
}
if (
ad==4) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/connie.jpg";
width="240";
height="360";
}
if (
ad==5) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/tyra.jpg";
width="240";
height="360";
}
if (
ad==6) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/amber.jpg";
width="240";
height="360";
}
if (
ad==7) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/aimee.jpg";
width="240";
height="360";
}
if (
ad==8) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/darby.jpg";
width="240";
height="360";
}
if (
ad==9) {
txt="Click here to see my free pics "
url="http://ctc.amateurpages.com/cgi-bin/ctc/ctc.cgi?60708232";
alt="amateurpages.com";
banner="img2/dawn.jpg";
width="240";
height="360";
}
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('<big>' txt '</big></a>');
document.write('</center>');
// End -->
</SCRIPT> 
__________________
Social profile assassination for hire
Vox is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-10-2002, 09:41 PM   #3
darksoul
Confirmed User
 
darksoul's Avatar
 
Join Date: Apr 2002
Location: /root/
Posts: 4,997
AddHandler server-parsed .html
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-10-2002, 09:49 PM   #4
darksoul
Confirmed User
 
darksoul's Avatar
 
Join Date: Apr 2002
Location: /root/
Posts: 4,997
Here's a simple one in perl

#!/usr/bin/perl

open(IN,"banners.txt");

srand;
rand($.) < 1 && ($url = $_ ) while <IN>;

close(IN);
print "Content-type: text/html\n\n";
print $url;
__________________
1337 5y54|)m1n: 157717888
BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
Cambooth
darksoul is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-10-2002, 10:13 PM   #5
iwantchixx
Too lazy to set a custom title
 
iwantchixx's Avatar
 
Industry Role:
Join Date: Oct 2002
Location: The Boonies
Posts: 12,860
type this url in yoru brouser, clickign wont work

http://perfectteenpics.picturetrades.com/script.txt

then just view source

Last edited by iwantchixx; 11-10-2002 at 10:17 PM..
iwantchixx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-10-2002, 11:03 PM   #6
marty
Confirmed User
 
Join Date: Feb 2002
Posts: 1,656
ICQ me if you're looking for a time rotator script that can have as many as 60 banners including Flash

Last edited by marty; 11-10-2002 at 11:05 PM..
marty is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.