| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				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 | 
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
			
			 
				
				Redirect your incoming iPhone and mobile traffic so your sponsor can't steal it
			 
			Are you a TGP webmaster, blogger, or tubesite owner? 
		
	
		
		
		
		
		
	
	Are you redirecting mobile and iphone traffic off your site? You should be. This traffic 99.9% of the time is incapable of viewing your site on a mobile device and more to the point, you're losing money by doing nothing with it. Bet your ass that many affiliate programs and sponsors are making BANK off YOUR MOBILE AND IPHONE TRAFFIC and they're giving you NOTHING FOR IT!!!! Download the firefox user agent switcher here https://addons.mozilla.org/en-US/firefox/addon/59 and then add user agent for iPhone. { User Agent = Mozilla/5.0 (iPhone; U; CPU like Mac OS X; en) APP Name = AppleWebKit/420+ (KHTML, like Gecko) APP Version = Version/3.0 platform= Mobile/1A542a Safari/419.3 } Once you have this addon, activate it so that you can load your aff links as if on an iPhone and you will see which sponsors are redirecting your iPhone traffic to brazzersmobile .. Like pimproll is doing via porn.com Why should these companies make bank of YOUR TRAFFIC and not pay you anything for it. Redirect it to JuggCash sites. If you need anything, hit up Rico.. tell him I sent you  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Disruptive Innovator 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2003 
				Location: Vegas 
				
				
					Posts: 4,230
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 what's the best way to redirect it? 
		
	
		
		
		
		
			I'm currently some php Code: 
	
$mobile_browser = '0';
 
if(preg_match('/(up.browser|up.link|mmp|symbian|smartphone|midp|wap|phone)/i', strtolower($_SERVER['HTTP_USER_AGENT']))) {
    $mobile_browser++;
}
 
if((strpos(strtolower($_SERVER['HTTP_ACCEPT']),'application/vnd.wap.xhtml+xml')>0) or ((isset($_SERVER['HTTP_X_WAP_PROFILE']) or isset($_SERVER['HTTP_PROFILE'])))) {
    $mobile_browser++;
}    
 
$mobile_ua = strtolower(substr($_SERVER['HTTP_USER_AGENT'],0,4));
$mobile_agents = array(
    'w3c ','acs-','alav','alca','amoi','audi','avan','benq','bird','blac',
    'blaz','brew','cell','cldc','cmd-','dang','doco','eric','hipt','inno',
    'ipaq','java','jigs','kddi','keji','leno','lg-c','lg-d','lg-g','lge-',
    'maui','maxo','midp','mits','mmef','mobi','mot-','moto','mwbp','nec-',
    'newt','noki','oper','palm','pana','pant','phil','play','port','prox',
    'qwap','sage','sams','sany','sch-','sec-','send','seri','sgh-','shar',
    'sie-','siem','smal','smar','sony','sph-','symb','t-mo','teli','tim-',
    'tosh','tsm-','upg1','upsi','vk-v','voda','wap-','wapa','wapi','wapp',
    'wapr','webc','winw','winw','xda','xda-');
 
if(in_array($mobile_ua,$mobile_agents)) {
    $mobile_browser++;
}
 
if (strpos(strtolower($_SERVER['ALL_HTTP']),'operamini')>0) {
    $mobile_browser++;
}
 
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),' ppc;')>0) {
	$mobile_browser++;
}
 
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'windows ce')>0) {
	$mobile_browser++;
}
else if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'windows')>0) {
    $mobile_browser=0;
}
 
if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'iemobile')>0) {
	$mobile_browser++;
}
 
if($mobile_browser>0) {
 header( 'Location: http://url.com/mobile' ) ;
}
else {
				__________________ 
		
		
		
		
	
	C:\Code\ C:\Code\Run\  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2007 
				Location: Arizona 
				
				
					Posts: 8,437
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 I would be interested in knowing a good way to redirect this traffic also. 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Conversion Sharks - 1,000+ adult dating offers, traffic management, and consistently high payouts. We will guarantee and beat your current EPC to win your dating traffic! Skype: ConversionSharks || Email: info /@/ conversionsharks.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Registered User 
			
		
			
				
			
			
			Join Date: Jun 2009 
				Location: vancouver 
				
				
					Posts: 49
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 andy moore has written an awesome php mobile detect script you can download for free from andymoore.info 
		
	
		
		
		
		
		
	
	i use this script exclusively on a couple hundred sites, it works wonders Cheers Rob  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | |
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 What I do is place this in my meta so to redirect google mobile search to a mobile site rather than site in results. Code: 
	<link rel="alternate" media="handheld" href="http://sendtothisurl.com" /> In addition to this, I add the following javascript for iPhone and iPod. PHP Code: 
	
			
	 | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 too many chars for me to post the other codes..  but there's no shortage of systems that work. 
		
	
		
		
		
		
		
	
	Juggcash gives you the code, so don't topbucks and revshare it  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#7 | 
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Oh.. this in .htaccess too. 
		
	
		
		
		
		
		
	
	Code: 
	RewriteCond %{HTTP_ACCEPT} text/vnd.wap.wml
RewriteCond %{REQUEST_URI} !^/mobile
RewriteRule ^/?(.*)$ http://thisurl.com [L]
 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#8 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Mar 2007 
				Location: Arizona 
				
				
					Posts: 8,437
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Thanks for sharing the info spacedog, much appreciated.  
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Conversion Sharks - 1,000+ adult dating offers, traffic management, and consistently high payouts. We will guarantee and beat your current EPC to win your dating traffic! Skype: ConversionSharks || Email: info /@/ conversionsharks.com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#9 | |
| 
			
			
			
			 Let's do some business! 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Sep 2004 
				Location: Austin, TX 
				
				
					Posts: 31,340
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 At Top Bucks we do redirect your mobile traffic, but we redirect it to our mobile sites with your affiliate code so that you still get credit. To anyone sending traffic to TB, check your stats, I'm betting that you have mobile sales with us and didn't even realize it. 
				__________________ 
		
		
		
		
	
	Vacares - Web Hosting, Domains, O365, Security & More - Paxum and BTC Accepted Windows VPS now available Great for TSS, Nifty Stats, remote work, virtual assistants, etc. Click here for more details.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#10 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2007 
				
				
				
					Posts: 7,348
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Hey man, thanks a lot! 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#11 | |
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 That's what I said, that you give the code. As for redirecting and giving credit, what I was talking about was programs that don't have mobile sites and send mobile/iphone traffic that affiliates send to them off to brazzersmobile or ipinkpass, etc. Naturally Topbucks sends affiliates mobile traffic to their mobile pages, same as juggcash, teencash, nastydollars, etc do. and that's a good thing.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#12 | 
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2006 
				
				
				
					Posts: 22,511
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 thanks for the heads up spacedog. just noticing some of my sponsors have been redirecting traffic on a site of mine that is pretty much 100% iphone traffic. 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#13 | |
| 
			
			
			
			 I'm Lenny2 Bitch 
			
		
			
				
			
			
			Join Date: Mar 2001 
				Location: On top of my soapbox 
				
				
					Posts: 13,449
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 What a tool. ![]() 
				__________________ 
		
		
		
		
	
	sig too big  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#14 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Feb 2002 
				Location: ICQ: 251425 Fr/Au/Ca 
				
				
					Posts: 6,863
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Hit up Biggy from FYC.  
		
	
		
		
		
		
			
		
		
		
		
	
	They've got a mobile solution in beta that is incredible.  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#15 | 
| 
			
			
			
			 Vrume Mark 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jan 2001 
				Location: Toronto, Canada 
				
				
					Posts: 20,912
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Hey guys, we're buying up mobile traffic. Hit me up if you're selling   
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#16 | 
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#17 | |
| 
			
			
			
			 Yes that IS me. Bitch. 
			
		
			
			
			Industry Role:  
				Join Date: Nov 2001 
				
				
				
					Posts: 14,149
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 Do you have an iPhone you screwball? Load your goddamn site in it and see what it looks like. It certainly loads, but not as intended. You know goddamn well what the fuck I'm talking about but choose to twist things as usual for another cheap shot for trolling.  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#18 | |
| 
			
			
			
			 Black Vagina Finder 
			
		
			
				
			
			
			Join Date: Jan 2002 
				Location: The Midwest 
				
				
					Posts: 13,975
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	![]() Black Pussy Click On Mr Cosby..CCbill, 60/40, 136 FHG's....The Cos Loves Black Ghetto Pussy!!  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#19 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Industry Role:  
				Join Date: Jul 2003 
				Location: Italy 
				
				
					Posts: 2,792
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 spacedog, not sure what your issue with my programs are but we are not re-directing affiliate traffic to brazzers. 
		
	
		
		
		
		
			brazzers did buy the TYPE-IN non-affiliate phone traffic on porn.com, this in no way affects affiliate traffic. Regardless, PimpRoll has a nice selection of mobile sites coming out, you won't need to do a thing, our sites will automatically re-format for a variety of phone browsers. ![]() 
				__________________ 
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#20 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Jul 2001 
				
				
				
					Posts: 1,595
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 We can help educate you on the different kind of redirects and effectiveness.  We have a tool already waiting and ready where you can upload your own logo to your own skin. 
		
	
		
		
		
		
		
	
	Contact me privately: silverman {dot} adam (AT) gmail {...dot} com  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#21 | |
| 
			
			
			
			 Registered User 
			
		
			
			
			Industry Role:  
				Join Date: Feb 2006 
				
				
				
					Posts: 22,511
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#22 | 
| 
			
			
			
			 Confirmed User 
			
		
			
				
			
			
			Join Date: Nov 2001 
				
				
				
					Posts: 1,662
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 When my mobile traffic clicks my affliate link to a Juggcash site (like Baby got Boobs), they're redirected to brazzersmobile without my affiliate code. Is that what you meant? 
		
	
		
		
		
		
			
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#23 | |
| 
			
			
			
			 SecretFriends.com 
			
		
			
				
			
			
			Industry Role:  
				Join Date: May 2001 
				Location: IMC Headquarters 
				
				
					Posts: 27,889
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 Quote: 
	
 
				__________________ 
		
		
		
		
	
	WE ARE BUYING PAY SITES! CONTACT ME ClubSweethearts | ManUpFilms | SinfulXXX | HOT * AdultPrime * HOT Paying webmasters since 1996! Contact: r.riepen @ sansylgroup.com | telegram: roaldr  | 
|
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |