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-16-2004, 09:23 PM   #1
dingo
Registered User
 
Join Date: Jul 2003
Location: Sydney Australia
Posts: 91
Assistance needed

Hi guys just wondering if anyone can give me some ideas on banner rotation scripts I want to be able to add a code to my galleries and have the banners change automatically. Preferably a free app.
__________________
http://www.dirtydingos.com
Come visit DD's place.
dingo is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2004, 09:27 PM   #2
Dynamix
G F Y not
 
Industry Role:
Join Date: Jan 2004
Location: MN
Posts: 2,910
Quote:
Originally posted by dingo
Hi guys just wondering if anyone can give me some ideas on banner rotation scripts I want to be able to add a code to my galleries and have the banners change automatically. Preferably a free app.
Try this, just wrote it lemme know if it works. Save as PHP:

PHP Code:
<?
/* Author:   Patrick
   This script will randomize a banner output.
*/


$url[0] = "www.url.com";
$img[0] = "image1.gif";

$url[1] = "www.url2.com";
$img[1] = "image2.gif";


srand(time());
$random = (rand()%9);    // change "9" to the number
            // of banners to rotate - 1

echo '<A HREF="'.$url[$random].'"><IMG SRC="'.$img[$random].'"></A>';

?>
__________________

TGPFactory Full TGP Design & Installation Services
ICQ 250 142 484 · AIM TGPDynamix · Email: patrick (at) tgpfactory (dot) com
See who I am at AdultWhosWho.com!
Dynamix is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2004, 09:27 PM   #3
WebTitan
Confirmed User
 
Join Date: Mar 2003
Location: Western NY
Posts: 5,114
only way too go:
http://phpadsnew.com/two/
WebTitan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 11-16-2004, 09:37 PM   #4
dingo
Registered User
 
Join Date: Jul 2003
Location: Sydney Australia
Posts: 91
Thanks guys. Keep DD's place in mind. In a few weeks I will be organising an affiliate program.
__________________
http://www.dirtydingos.com
Come visit DD's place.
dingo 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.