| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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.  | 
		
		
			
  | 	
	
	
		
		|||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 So Fucking What 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2011 
				Location: Nasty Nati 
				
				
					Posts: 1,053
				 
				
				
				
				 | 
	
	
	
	
		
			
			 Not in a widget. 
		
	
		
		
		
		
			![]() 
				__________________ 
		
		
		
		
	
	Its raining white women, my prayers have been answered! Well she better move cause I been praying for a Cadillac  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Web Developer 
			
		
			
			
			Industry Role:  
				Join Date: Jan 2011 
				Location: UK 
				
				
					Posts: 264
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Does it need to be weighted? if not you could load all your ads into a db, randomise on it, and then track the clicks out using an inbetween script which counts the clicks and then forwards the user onto wherever they are suppose to be ending up... 
		
	
		
		
		
		
		
	
	Would that work for you? If you are unsure on how to do this, just ask and I can give you the scripts which will do it for you, and the lines to insert into you .htaccess file (if you want the links to not show your out file link), putting them through a script means that it could allow you to put up multiple banners per sponsor on your site but only need to keep one link record for them (unless you are wanting to track which banners got clicked). I'm not sure how best you would weight your search if you wanted to (i'm sure there is an easy way, but my minds blank) Hope this helps anyway Rob  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2009 
				Location: Onboard an airplane around the globe 
				
				
					Posts: 3,737
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Check out Smart Sports from the guys who did Smart Thumbs and Smart Tube 
		
	
		
		
		
		
			http://www.smart-scripts.com/?action=smartspots For $50 it's a steal! I use the script over many, many domains. One license is ok to cover all your sites. Basically you create an ad spot in the script, and place that code on your site. Then when you want to add/subtract or change banners you just do it in one place in the script, which aslo gives you the amount of views, cliks and so on. Very nicely done. 
				__________________ 
		
		
		
		
	
	---------------------------------------------------------------------------------- The truth is not affected by the beliefs, or doubts, of the majority.  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: May 2011 
				
				
				
					Posts: 15
				 
				
				
				
				 | 
	
	
	
	
		
			
			 www(dot)adzs(dot)nl 
		
	
		
		
		
		
		
	
	You enter your own html, host all of your own ads, but tracking like NO OTHER Program out there as we speak, you will know which ads are working the best by CPM, with viewable impressions clicks the whole 9 yards.  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 So Fucking What 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2011 
				Location: Nasty Nati 
				
				
					Posts: 1,053
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I have no idea what your talking about. I just want to rotate several ad codes without refreshing or atleast every refresh within the ad space of my theme. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Its raining white women, my prayers have been answered! Well she better move cause I been praying for a Cadillac  | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Feb 2008 
				Location: Paris - Miami 
				
				
					Posts: 6,537
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 use this http://www.computerhope.com/j18.htm 
		
	
		
		
		
		
			been using it for years, never had an issue 
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Nov 2009 
				Location: Heaven 
				
				
					Posts: 4,306
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 create randomfooterads.php 
		
	
		
		
		
		
		
	
	Code: 
	<?
$textfile ="randomfooterads.txt";
$items = file("$textfile");
$item = rand(0, sizeof($items)-1);
echo $items[$item];
?>
create randomfooterads.txt Quote: 
	
 now where u wanna show ads use Code: 
	<?php include('randomfooterads.php'); ?>
text file contains ad codes, one ad per line, and it gets rotated. hit thanks button.  | 
|
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#9 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Join Date: Mar 2008 
				
				
				
					Posts: 71
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 adpeeps works pretty good. 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2011 
				Location: Bedworth, United Kingdom 
				
				
					Posts: 1,022
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 adrotate plugin is the answer. wp has a plugin for almost anything. good luck. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Guaranteed Adult SEO Service- Just $275 per month  | 
| 
		 | 
	
	
	
		
                 |