| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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 | 
| 
			
			
			
			 rockin tha trailerpark 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2001 
				Location: ~Coastal~ 
				
				
					Posts: 23,088
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Tech question for server guys (re: htaccess)
			 
			Ok i've got some pages setup like this 
		
	
		
		
		
		
			RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.domain.com$ RewriteRule ^(.*)$ http://www.adultactioncam.com/?r=aac...=geolist&geo=1 [R=301,L] Now my question is....can a pop-up be added into this code, so when they load & get redirected, it pops up? 
				__________________ 
		
		
		
		
	
	__________ Loadedca$h - get sum! - Revengebucks - mmm rebills! - webair (gotz sErVrz)  
			 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Join Date: Nov 2002 
				Location: Virgin Mary's womb 
				
				
					Posts: 16,826
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 another htaccess question 
		
	
		
		
		
		
			why isnt this working ? RewriteEngine On RewriteCond %{HTTP_REFERER} .mil RewriteCond %{HTTP_REFERER} .gov RewriteCond %{HTTP_REFERER} .edu RewriteRule /* http://www.yahoo.com [R,L] 
				__________________ 
		
		
		
		
	
	Often times I wonder why There's love and hate, theres live or die. When sickness comes I must decide: When feelings go, theres suicide.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Aug 2003 
				Location: Someplace Windy 
				
				
					Posts: 4,501
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 You would need to Rewrite to a landing page on your site that pops the window and then redirects to AAC. 
				__________________ 
		
		
		
		
	
	Perfect Gonzo  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | |
| 
			
			
			
			 rockin tha trailerpark 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2001 
				Location: ~Coastal~ 
				
				
					Posts: 23,088
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Feb 2002 
				
				
				
					Posts: 720
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 Try RewriteEngine On RewriteCond %{REMOTE_HOST} .*\.mil$ [NC,OR] RewriteCond %{REMOTE_HOST} .*\.gov$ [NC,OR] RewriteCond %{REMOTE_HOST} .*\.edu$ [NC,OR] RewriteCond %{HTTP_REFERER} .*\.mil$ [NC,OR] RewriteCond %{HTTP_REFERER} .*\.mil/.* [NC,OR] RewriteCond %{HTTP_REFERER} .*\.gov$ [NC,OR] RewriteCond %{HTTP_REFERER} .*\.gov/.* [NC,OR] RewriteCond %{HTTP_REFERER} .*\.edu$ [NC,OR] RewriteCond %{HTTP_REFERER} .*\.edu/.* RewriteRule .* http://www.yahoo.com [R,L]  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | |
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Join Date: Nov 2002 
				Location: Virgin Mary's womb 
				
				
					Posts: 16,826
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 thanx man! will try it out 
				__________________ 
		
		
		
		
	
	Often times I wonder why There's love and hate, theres live or die. When sickness comes I must decide: When feelings go, theres suicide.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | |
| 
			
			
			
			 rockin tha trailerpark 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2001 
				Location: ~Coastal~ 
				
				
					Posts: 23,088
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | |
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Industry Role:  
				Join Date: Sep 2003 
				
				
				
					Posts: 22,651
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | |
| 
			
			
			
			 rockin tha trailerpark 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2001 
				Location: ~Coastal~ 
				
				
					Posts: 23,088
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 yea....alot of the vigilante net police hide behind .us's i know from my logs over the last 4 years  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Too lazy to set a custom title 
			
		
			
			
			Join Date: Nov 2002 
				Location: Virgin Mary's womb 
				
				
					Posts: 16,826
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 .us added 
		
	
		
		
		
		
			thanx pr0 ;] 
				__________________ 
		
		
		
		
	
	Often times I wonder why There's love and hate, theres live or die. When sickness comes I must decide: When feelings go, theres suicide.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | |
| 
			
			
			
			 rockin tha trailerpark 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2001 
				Location: ~Coastal~ 
				
				
					Posts: 23,088
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 back when i was like 15 i backdoored a u.s. from an aim chat room it was named pedo.taskforce.oh.us so i can only guess they use it for other purposes  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | |
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Apr 2002 
				Location: /root/ 
				
				
					Posts: 4,997
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 which it doesn't do by default and I suggest you don't change it.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | |
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Sep 2003 
				
				
				
					Posts: 509
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |