| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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: Dec 2002 
				Location: Sweden 
				
				
					Posts: 7,219
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				I want a link rotating script.
			 
			I'm dieing here.. 
		
	
		
		
		
		
		
	
	Anyone here got 15 min extra and wants to make $25 or $50?? ![]()  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Feb 2007 
				Location: Australia 
				
				
					Posts: 571
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 http://www.linktator.com/ - i use this, it works 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Apr 2007 
				
				
				
					Posts: 325
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I have a simple link rotating script written in PHP that might do what you need, ICQ 408-301-225 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Dec 2005 
				Location: Couch 
				
				
					Posts: 2,678
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 We wrote this, but it really doesn't scale well up to hundreds of links (would work, but a pain in the ass). 
		
	
		
		
		
		
			
		
		
		
		
		
			
		
		
	
	Code: 
	<?
switch($HomePageHits%3) {
        case 0:
print <<<ENDBANNER
<a href="http://firstlinkhere.com" target="_blank">Link 1</a>
ENDBANNER;
                break;
        case 1:
print <<<ENDBANNER
<a href="http://secondlinkhere.com" target="_blank">Link 2</a>
ENDBANNER;
                break;
        case 2:
print <<<ENDBANNER
<a href="http://thirdlinkhere.com" target="_blank">Link 3</a>
ENDBANNER;
                break;
}
?>
Edit: $HomePageHits needs to be an incrementing number. In our case we use the counter for home page hits from our db.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 www.creationcrew.com 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2005 
				Location: CREATIONCREW.COM  CREATIONCREW.COM  CREATIONCREW.COM  CREATIONCREW.COM  CREATIONCREW.COM  CREATIONCREW.COM 
				
				
					Posts: 12,111
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 
				__________________ 
		
		
		
		
	
	![]() ++ Adult and Mainstream Websites Designs | 10 banners for only $50 | html5 Banners ++ email : [email protected] Telegram : https://t.me/creationcrew | HTML5/Responsive Site - Div/CSS - ElevatedX - NATs - Wordpress  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Nov 2006 
				
				
				
					Posts: 948
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Dec 2002 
				Location: Sweden 
				
				
					Posts: 7,219
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I explain more, I want www.mydomain.com/hidden-gallery/ to redirect to 12 different galleries randomly. 
		
	
		
		
		
		
		
	
	THat's it.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Dec 2005 
				Location: Couch 
				
				
					Posts: 2,678
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2006 
				Location: FLA 
				
				
					Posts: 2,538
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 shit you can buy goosearch with the dynamic back end that rotates banners, text, pop ups, pop unders, dhtml you name it .... 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	GooSearch Real Text Ads Without The Drama Coming Back Bigger and Better Then Ever  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Dec 2002 
				Location: Sweden 
				
				
					Posts: 7,219
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | 
| 
			
			
			
			 So Fucking Banned 
			
		
			
			
			Join Date: Nov 2006 
				
				
				
					Posts: 948
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 hotscripts.com 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |