GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Banner Rotation (https://gfy.com/showthread.php?t=430694)

B-Eazy 02-12-2005 08:43 AM

Banner Rotation
 
just like gfy has the banner at the top and 3 at the bottom, what program do they use?

SCHMID 02-12-2005 08:45 AM

this is sample scripts... my programmer was write for me same for about few hours and it was chep... :D

FredIsMe 02-12-2005 08:49 AM

you can use phpadsnew if you have a lot of resources to eat up

tungsten 02-12-2005 08:52 AM

Quote:

Originally Posted by FredIsMe
you can use phpadsnew if you have a lot of resources to eat up

best free script for sure

B-Eazy 02-12-2005 09:15 AM

I am gonna have like 10 advertisers for top banners and the same 10 for the bottom 3 all in rotation. Whats the link to the script or what i neeed.

Techie Media 02-12-2005 09:32 AM

Quote:

Originally Posted by B-Eazy
I am gonna have like 10 advertisers for top banners and the same 10 for the bottom 3 all in rotation. Whats the link to the script or what i neeed.


http://phpadsnew.com/two/

Good Luck on your project :)

FreakinWebmaster 02-12-2005 09:37 AM

does anyone know of a good script for tgp link daily rotation? I am looking for something like gallerycash.net

Harmon 02-12-2005 09:46 AM

All you have to do is plug in the banner location, add your the URL to the banner, and make sure the dimesnions are set properly. You can add as many banners as you feel you need, just change the parameters. It does not track though. Just use something simple like this:

Code:

<SCRIPT LANGUAGE="JavaScript">


<!-- BANNER ROTATOR

var how_many_ads = 3
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;


//**************************** AD NUMBER ONE ****************

if (adhahahaha1){


url="http://www.URL.com/app/?af=219047";

alt="ALTERNATE TEXT HERE!";

banner="http://www.yourserver.com/banners/banner.gif";

width="468";
height="80";
}

//**************************** AD NUMBER TWO ****************


if (adhahahaha2) {


url="http://www.URL.com/app/?af=219047";

alt="ALTERNATE TEXT HERE!";

banner="http://www.yourserver.com/banners/banner.gif";

width="468";
height="80";
}


//**************************** AD NUMBER THREE ****************

if (adhahahaha3) {


url="http://www.URL.net/track/MTYxOjM9NL/";

alt="ALTERNATE TEXT HERE!";

banner="http://www.yourserver.com/banners/banner.gif";

width="468";
height="80";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
-->
            </SCRIPT>

:thumbsup

Dalai lama 02-12-2005 09:46 AM

phpadsnew <- yep.

OG LennyT 02-12-2005 09:49 AM

anyone use google anymore? hmmmm

thewebgarage 02-13-2005 11:54 PM

Quote:

Originally Posted by B-Eazy
I am gonna have like 10 advertisers for top banners and the same 10 for the bottom 3 all in rotation. Whats the link to the script or what i neeed.

Hey bro hit me up on ICQ. I sent you a bunch of emails.


All times are GMT -7. The time now is 06:47 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123