|   |   |   | ||||
| 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 | 
|  02-12-2005, 08:43 AM | #1 | 
| Confirmed User Industry Role:  Join Date: Mar 2004 
					Posts: 1,521
				 | 
				
				Banner Rotation
			 just like gfy has the banner at the top and 3 at the bottom, what program do they use? 
				__________________   | 
|   |           | 
|  02-12-2005, 08:45 AM | #2 | 
| Registered User Join Date: Jan 2005 Location: Gemany 
					Posts: 22
				 | this is sample scripts... my programmer was write for me same for about few hours and it was chep... :D 
				__________________ W E B M A S T E R I N D U S T R Y  Adult Webmaster Industry News & Business Information [email protected] WebmasterIndustry.com   | 
|   |           | 
|  02-12-2005, 08:49 AM | #3 | 
| So Fucking Banned Join Date: Dec 2004 Location: Livin' in America 
					Posts: 2,406
				 | you can use phpadsnew if you have a lot of resources to eat up | 
|   |           | 
|  02-12-2005, 08:52 AM | #4 | |
| Too lazy to set a custom title Join Date: Mar 2004 
					Posts: 10,579
				 | Quote: 
 
				__________________  
 | |
|   |           | 
|  02-12-2005, 09:15 AM | #5 | 
| Confirmed User Industry Role:  Join Date: Mar 2004 
					Posts: 1,521
				 | 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. 
				__________________   | 
|   |           | 
|  02-12-2005, 09:32 AM | #6 | |
| Confirmed User Industry Role:  Join Date: Jan 2001 
					Posts: 3,092
				 | Quote: 
 http://phpadsnew.com/two/ Good Luck on your project  | |
|   |           | 
|  02-12-2005, 09:37 AM | #7 | 
| Confirmed User Join Date: Jan 2003 Location: Mile High State 
					Posts: 935
				 | does anyone know of a good script for tgp link daily rotation? I am looking for something like gallerycash.net | 
|   |           | 
|  02-12-2005, 09:46 AM | #8 | 
| ( ͡ʘ╭͜ʖ╮͡ʘ) Industry Role:  Join Date: Mar 2004 
					Posts: 20,010
				 | 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> | 
|   |           | 
|  02-12-2005, 09:46 AM | #9 | 
| Strength and Honor Join Date: Jul 2004 Location: Europe 
					Posts: 16,540
				 | phpadsnew <- yep. | 
|   |           | 
|  02-12-2005, 09:49 AM | #10 | 
| Wall Street Pimp Industry Role:  Join Date: Jun 2003 Location: Phoenix, AZ 
					Posts: 14,345
				 | anyone use google anymore? hmmmm 
				__________________ Tradeking - my online broker | 4.95 a trade | make real $$ | 
|   |           | 
|  02-13-2005, 11:54 PM | #11 | |
| Confirmed User Join Date: Sep 2002 Location: cali 
					Posts: 1,002
				 | Quote: 
 | |
|   |           |